Class sdm::BackupInterface

template <class TData>

Class List > sdm > BackupInterface

  • #include <backup_interface.hpp>

Inherits the following classes: sdm::BackupInterfaceForValueFunction

Inherited by the following classes: sdm::BackupBase

Public Functions

Type Name
virtual TData backup (const std::shared_ptr< ValueFunction > & vf, const std::shared_ptr< State > & state, const std::shared_ptr< Action > & action, number t) = 0

Public Functions Documentation

function backup

virtual TData sdm::BackupInterface::backup (
    const std::shared_ptr< ValueFunction > & vf,
    const std::shared_ptr< State > & state,
    const std::shared_ptr< Action > & action,
    number t
) = 0

Parameters:

  • const std::shared_ptr<ValueFunction>& vf : Value function
  • const std::shared_ptr<State>& state : current state
  • const std::shared_ptr<Action>& : action
  • number t : time step

Returns:

TData


The documentation for this class was generated from the following file src/sdm/utils/value_function/backup/backup_interface.hpp