Robot Simulator of the Robotics Group for Self-Organization of Control
0.8.0
|
the fitness strategy for this demonstration simulation More...
#include <TemplateTaskedGaSimulationFitnessStrategy.h>
Public Member Functions | |
TemplateTaskedGaSimulationFitnessStrategy () | |
default constructor More... | |
virtual | ~TemplateTaskedGaSimulationFitnessStrategy () |
default destructor More... | |
virtual double | getFitness (const Individual *individual) |
this return the saved fitness value (entropy) More... | |
![]() | |
IFitnessStrategy () | |
default constructor do nothing More... | |
virtual | ~IFitnessStrategy () |
default destructor do nothing More... | |
Public Attributes | |
std::vector< double > | m_storage |
a storage for all Entropies! More... | |
the fitness strategy for this demonstration simulation
default constructor
|
virtual |
default destructor
|
virtual |
this return the saved fitness value (entropy)
Be careful because this method isn't safe for individuals, which are not saved in the storage!!!
individual | (for this we search the entropy) |
Implements IFitnessStrategy.
std::vector<double> m_storage |
a storage for all Entropies!