NTRT Simulator
Version: Master
|
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) |
Definition at line 35 of file AnnealAdapter.h.
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.