19 #ifndef ANNEALEVOPOPULATION_H_
20 #define ANNEALEVOPOPULATION_H_
38 std::vector<AnnealEvoMember *> controllers;
39 void mutate(std::tr1::ranlux64_base_01 *eng,std::size_t numToMutate,
double T);
40 void orderPopulation();
47 void readConfigFromXML(std::string configFile);
48 bool compareAverageScores;
49 bool clearScoresBetweenGenerations;
Contains the definition of class AnnealEvoMember Adapting NeuroEvolution to do Simulated Annealing...