Recombination_MuCommaLambda< T > Class Template Reference
Implementation of mu comma lambda recombination.
More...
#include <Recombination_MuCommaLambda.h>
List of all members.
|
Public Member Functions |
virtual bool | recombine (vector< Chromosome< T > * > ¤tPopulation, vector< Chromosome< T > * > &offsprings) |
| Implementation of the recombination strategy.
|
Detailed Description
template<typename T>
class Recombination_MuCommaLambda< T >
Implementation of mu comma lambda recombination.
The current population size is mu, each round lambda offspring will be generated the best mu from these lambda offsprings are selected for the next generations. the entire current population is discarded.
- See also:
- Recombination | Recombination_KeepBest | Recombination_MuPlusLambda
The documentation for this class was generated from the following file:
- D:/HUYNQ/Works/Codes/Dolphin/Dolphin/Operators/Recombinations/Recombination_MuCommaLambda.h