#include <SIG_GPSimpleFitnessFunction.h>
Inheritance diagram for SIGEL_GP::SIG_GPSimpleFitnessFunction:
Public Methods | |
SIG_GPSimpleFitnessFunction (SIGEL_Program::SIG_Program & program, SIGEL_Robot::SIG_Robot & rob, SIGEL_Environment::SIG_Environment & environment, SIGEL_Simulation::SIG_SimulationParameters & simparameter) | |
The function, which creates the object of a fitnessfunction with the needed data, for the simulationrun. More... | |
~SIG_GPSimpleFitnessFunction () | |
The destructor of the fitnessfunction. More... | |
double | evalFitness () |
This operation activates the computation of the fitnessvalue. More... |
Definition at line 15 of file SIG_GPSimpleFitnessFunction.h.
|
The function, which creates the object of a fitnessfunction with the needed data, for the simulationrun.
Definition at line 10 of file SIG_GPSimpleFitnessFunction.cpp. |
|
The destructor of the fitnessfunction.
Definition at line 21 of file SIG_GPSimpleFitnessFunction.cpp. |
|
This operation activates the computation of the fitnessvalue. It is virtual, this means that the implemantation is for every fitnessfunction different.
Reimplemented from SIGEL_GP::SIG_GPFitnessFunction. Definition at line 24 of file SIG_GPSimpleFitnessFunction.cpp. |