Robot Simulator of the Robotics Group for Self-Organization of Control
0.8.0
|
Test fitness strategy. More...
#include <TestFitnessStrategy.h>
Public Member Functions | |
TestFitnessStrategy () | |
default constructor More... | |
virtual | ~TestFitnessStrategy () |
default destructor More... | |
virtual double | getFitness (const Individual *individual) |
calculate the test fitness value for a individual More... | |
![]() | |
IFitnessStrategy () | |
default constructor do nothing More... | |
virtual | ~IFitnessStrategy () |
default destructor do nothing More... | |
Test fitness strategy.
default constructor
|
virtual |
default destructor
|
virtual |
calculate the test fitness value for a individual
individual | (const Individual*) the individual |
Implements IFitnessStrategy.