#include <SIG_GPMutationTournament.h>
Inheritance diagram for SIGEL_GP::SIG_GPMutationTournament:
Public Methods | |
SIG_GPMutationTournament (SIGEL_Tools::SIG_Randomizer& randomizer, SIG_GPFitnessTrainer& fitTrain, SIG_GPPopulation& actPool, SIG_GPParameter& gpParameter, SIGEL_Robot::SIG_LanguageParameters &languageP, int ppos1, int ppos2) | |
The constructor of the mutationtournament. More... | |
virtual | ~SIG_GPMutationTournament () |
The destructor of the mutationtournament. More... | |
virtual bool | run () |
The virtual function effects the tournament to start. More... | |
Private Attributes | |
QString | name |
It inherites its basic structure from SIG_GPTournament and uses the static function mutation of SIG_GPOperations for the genetic operation.
Definition at line 21 of file SIG_GPMutationTournament.h.
|
The constructor of the mutationtournament.
Definition at line 5 of file SIG_GPMutationTournament.cpp. |
|
The destructor of the mutationtournament.
Definition at line 20 of file SIG_GPMutationTournament.cpp. |
|
The virtual function effects the tournament to start.
Reimplemented from SIGEL_GP::SIG_GPTournament. Definition at line 23 of file SIG_GPMutationTournament.cpp. |
|
Definition at line 53 of file SIG_GPMutationTournament.h. |