#include <BinaryTournamentSelect.h>

Public Member Functions | |
| BinaryTournamentSelect (GeneralRNG &LocalRandom, tProbabilityFunction myPF, tDistanceFunction myDF) | |
| The constructor requires a random number generator and access functions for probabilities and crowding distances. | |
| virtual | ~BinaryTournamentSelect () |
Definition at line 10 of file BinaryTournamentSelect.h.
| BinaryTournamentSelect::BinaryTournamentSelect | ( | GeneralRNG & | LocalRandom, | |
| tProbabilityFunction | myPF, | |||
| tDistanceFunction | myDF | |||
| ) |
The constructor requires a random number generator and access functions for probabilities and crowding distances.
Definition at line 9 of file BinaryTournamentSelect.cpp.
| BinaryTournamentSelect::~BinaryTournamentSelect | ( | ) | [virtual] |
Definition at line 19 of file BinaryTournamentSelect.cpp.
1.5.5