|
Robot Simulator of the Robotics Group for Self-Organization of Control
0.8.0
|
Test implementation. More...
#include <SumFitnessStrategy.h>


Public Member Functions | |
| SumFitnessStrategy () | |
| default constructor More... | |
| virtual | ~SumFitnessStrategy () |
| default destructor More... | |
| virtual double | getFitness (const Individual *individual) |
| implements the getFitness function of IFitnessStrategy. More... | |
Public Member Functions inherited from IFitnessStrategy | |
| IFitnessStrategy () | |
| default constructor do nothing More... | |
| virtual | ~IFitnessStrategy () |
| default destructor do nothing More... | |
Test implementation.
default constructor
|
virtual |
default destructor
|
virtual |
implements the getFitness function of IFitnessStrategy.
Calculate the Sum of all double gens.
| individual | (const Individual*) the individual |
Implements IFitnessStrategy.