Robot Simulator of the Robotics Group for Self-Organization of Control
0.8.0
|
An example implementation and a extreme test for gen. More...
#include <ExtreamTestFitnessStrategy.h>
Public Member Functions | |
ExtreamTestFitnessStrategy (IFitnessStrategy *fitness) | |
constructor This strategy needs a other fitness strategy to calculate the resulting fitness. More... | |
virtual | ~ExtreamTestFitnessStrategy () |
default destructor do nothing More... | |
virtual double | getFitness (const Individual *individual) |
implementation for getFitness of IFitnessStrategy. More... | |
![]() | |
IFitnessStrategy () | |
default constructor do nothing More... | |
virtual | ~IFitnessStrategy () |
default destructor do nothing More... | |
An example implementation and a extreme test for gen.
Alg.
ExtreamTestFitnessStrategy | ( | IFitnessStrategy * | fitness | ) |
constructor This strategy needs a other fitness strategy to calculate the resulting fitness.
fitness | (IFitnessStrategy*) the other fitness |
|
virtual |
default destructor do nothing
|
virtual |
implementation for getFitness of IFitnessStrategy.
return aČ of the other fitness strategy if the value is lower than 10. Else it return 100.
individual | (const Indivual*) the individual for which the value is calculated |
Implements IFitnessStrategy.