BinaryTournamentSelect Class Reference
[Genetic algorithm optimization]

Implements binary tournament selection for genetic algorithms. More...

#include <BinaryTournamentSelect.h>

Inheritance diagram for BinaryTournamentSelect:

Inheritance graph
[legend]

List of all members.

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 ()


Detailed Description

Implements binary tournament selection for genetic algorithms.

Definition at line 10 of file BinaryTournamentSelect.h.


Constructor & Destructor Documentation

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.


The documentation for this class was generated from the following files:

Generated on Fri Jul 4 15:30:21 2008 for GPLIB++ by  doxygen 1.5.5