Recombination_KeepBest< T > Class Template Reference

Implementation of elitism recombination. More...

#include <Recombination_KeepBest.h>

Inheritance diagram for Recombination_KeepBest< T >:

Recombination< T >

List of all members.

Public Member Functions

 Recombination_KeepBest (unsigned int nElitists)
 Constructor.
virtual bool recombine (vector< Chromosome< T > * > &currentPopulation, vector< Chromosome< T > * > &offsprings)
 Implementation of the recombination strategy.


Detailed Description

template<typename T>
class Recombination_KeepBest< T >

Implementation of elitism recombination.

<File comment goes here!!>

Copyright (c) 2008 by <Quang Huy / NTU>

The best individuals in the current population are retained and the remaining part of population is replaced by the top individuals in the offpring.

See also:
Recombination | Recombination_MuCommaLambda | Recombination_MuPlusLambda

Constructor & Destructor Documentation

template<typename T>
Recombination_KeepBest< T >::Recombination_KeepBest ( unsigned int  nElitists  )  [inline]

Constructor.

Parameters:
nElitists Number of elitists


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

Generated on Thu Aug 28 18:34:51 2008 for Dolphin by  doxygen 1.5.6