19 #ifndef ANNEALADAPTER_H_
20 #define ANNEALADAPTER_H_
46 std::vector<std::vector<double> > step(
double deltaTimeSeconds, std::vector<double> state);
47 void endEpisode(std::vector<double> state);
52 int numberOfControllers;
54 std::vector< AnnealEvoMember *>currentControllers;
55 std::vector<double> initialPosition;
56 double errorOfFirstController;
Contains the definition of class AnnealEvoMember Adapting NeuroEvolution to do Simulated Annealing...
Contains the definition of class AnnealEvolution. Adapting NeuroEvolution to do Simulated Annealing...
void initialize(AnnealEvolution *evo, bool isLearning, configuration config)