NTRT Simulator  Version: Master
 All Classes Namespaces Files Functions Variables Typedefs Friends Pages
AnnealAdapter Class Reference

Public Member Functions

void initialize (AnnealEvolution *evo, bool isLearning, configuration config)
 
std::vector< std::vector
< double > > 
step (double deltaTimeSeconds, std::vector< double > state)
 
void endEpisode (std::vector< double > state)
 

Detailed Description

Definition at line 35 of file AnnealAdapter.h.

Member Function Documentation

void AnnealAdapter::initialize ( AnnealEvolution evo,
bool  isLearning,
configuration  config 
)

Initialize needs to be called at the beginning of each trial For NTRT this means main or simulator needs to own the pointer to AnnealEvolution, we can't create it here

Definition at line 44 of file AnnealAdapter.cpp.


The documentation for this class was generated from the following files: