#include <EGTElitistSel.h>
Inheritance diagram for EGTElitistSel< TP >:
Public Types | |
typedef TP | Pop |
typedef Pop::Graph | Graph |
typedef EGTVector< const Graph * > | Graphs |
typedef Graphs::Iterator | GraphsIterator |
typedef Graphs::ConstIterator | GraphsConstIterator |
Public Methods | |
virtual | ~EGTElitistSel () |
Destructor. | |
virtual void | Selection (const Pop &src, Graphs &dest, UInt uCount) |
Performs the elitist selection algorithm. | |
virtual void | Selection (const Pop &src, Pop &dest, UInt uCount) |
Performs elitist 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 >. |
|
Destructor.
|
|
Performs elitist selection operations to the Population.
Implements EGTSelection< TP >. |
|
Performs the elitist selection algorithm.
Implements EGTSelection< TP >. |