#include <Recombination.h>

Public Member Functions | |
| bool | operator() (vector< Chromosome< T > * > ¤tPopulation, vector< Chromosome< T > * > &offsprings) |
| Wrapper operator for the recombine function. | |
| virtual bool | recombine (vector< Chromosome< T > * > ¤tPopulation, vector< Chromosome< T > * > &offsprings) |
| Implementation of the recombination strategy. | |
<File comment goes here!!>
Copyright (c) 2008 by <Quang Huy / NTU>
| bool Recombination< T >::operator() | ( | vector< Chromosome< T > * > & | currentPopulation, | |
| vector< Chromosome< T > * > & | offsprings | |||
| ) | [inline] |
Wrapper operator for the recombine function.
Offsprings will be combined into the current population.
1.5.6