#include <SIG_GPSimpleTournament.h>
Inheritance diagram for SIGEL_GP::SIG_GPSimpleTournament:
Public Methods | |
SIG_GPSimpleTournament ( SIGEL_Tools::SIG_Randomizer& randomizer, SIG_GPFitnessTrainer& trainer, SIG_GPPopulation& actPool, SIG_GPParameter& gpParameter, SIGEL_Robot::SIG_LanguageParameters &languageP, int ppos1, int ppos2 ) | |
The constructor of the Simpletournament obejct. More... | |
virtual | ~SIG_GPSimpleTournament () |
The destructor of the SimpleTournament object. More... | |
virtual bool | run () |
This virtual methode executes the tournament. More... | |
Private Attributes | |
QString | name |
It uses the randomizer and the fitnesstrainer for randompoint creation und fitnessvalue computation. It inherites from SIG_GPTournament so please look ther for further details.
Definition at line 21 of file SIG_GPSimpleTournament.h.
|
The constructor of the Simpletournament obejct.
Definition at line 5 of file SIG_GPSimpleTournament.cpp. |
|
The destructor of the SimpleTournament object.
Definition at line 20 of file SIG_GPSimpleTournament.cpp. |
|
This virtual methode executes the tournament.
Reimplemented from SIGEL_GP::SIG_GPTournament. Definition at line 23 of file SIG_GPSimpleTournament.cpp. |
|
Definition at line 69 of file SIG_GPSimpleTournament.h. |