#include <TestFitnessStrategy.h>
Inherits IFitnessStrategy.
Inheritance diagram for TestFitnessStrategy:
Public Member Functions | |
TestFitnessStrategy () | |
default constructor | |
virtual | ~TestFitnessStrategy () |
default destructor | |
virtual double | getFitness (const Individual *individual) |
calculate the test fitness value for a individual |
default constructor
~TestFitnessStrategy | ( | ) | [virtual] |
default destructor
double getFitness | ( | const Individual * | individual | ) | [virtual] |
calculate the test fitness value for a individual
individual | (const Individual*) the individual |
Implements IFitnessStrategy.