#include <SIG_GPCrossOverTournament.h>
Inheritance diagram for SIGEL_GP::SIG_GPCrossOverTournament:
Public Methods | |
SIG_GPCrossOverTournament (SIGEL_Tools::SIG_Randomizer& randomizer, SIG_GPFitnessTrainer& fitTrain, SIG_GPPopulation& actPool, SIG_GPParameter& gpParameter, SIGEL_Robot::SIG_LanguageParameters &languageP, int indPos1, int indPos2, int indPos3, int indPos4) | |
The constructor of the crossovertournament. More... | |
virtual | ~SIG_GPCrossOverTournament () |
The destructor of the crossovertournament. More... | |
virtual bool | run () |
The virtual function effects the tournament to start. More... | |
Private Attributes | |
QString | name1 |
QString | name2 |
It inherites its basic structure from SIG_GPTournament and uses the static function crossOver of SIG_GPOperations for the genetic operation.
Definition at line 20 of file SIG_GPCrossOverTournament.h.
|
The constructor of the crossovertournament.
Definition at line 7 of file SIG_GPCrossOverTournament.cpp. |
|
The destructor of the crossovertournament.
Definition at line 27 of file SIG_GPCrossOverTournament.cpp. |
|
The virtual function effects the tournament to start.
Reimplemented from SIGEL_GP::SIG_GPTournament. Definition at line 30 of file SIG_GPCrossOverTournament.cpp. |
|
Definition at line 58 of file SIG_GPCrossOverTournament.h. |
|
Definition at line 59 of file SIG_GPCrossOverTournament.h. |