#include <EGTRouletteSel.h>
Inheritance diagram for EGTRouletteSel< TP >:
Public Types | |
typedef TP | Pop |
typedef Pop::Graph | Graph |
typedef EGTVector< const Graph * > | Graphs |
Public Methods | |
EGTRouletteSel () | |
Constructor. | |
virtual | ~EGTRouletteSel () |
Destructor. | |
virtual void | Selection (const Pop &src, Graphs &dest, UInt uCount) |
Performs roulette wheel selection operations to the Population. | |
virtual void | Selection (const Pop &src, Pop &dest, UInt uCount) |
Performs roulette wheel selection operations to the Population. |
It is assumed that <TP> is a subclass of EGTPopulation.
|
Reimplemented from EGTSelection< TP >. |
|
Reimplemented from EGTSelection< TP >. |
|
Reimplemented from EGTSelection< TP >. |
|
Constructor.
|
|
Destructor.
|
|
Performs roulette wheel selection operations to the Population.
Implements EGTSelection< TP >. |
|
Performs roulette wheel selection operations to the Population.
Implements EGTSelection< TP >. |