#include <Crossover.h>
Public Member Functions | |
Crossover (double pCrossover) | |
Constructor. | |
bool | operator() (Chromosome< T > &dad, Chromosome< T > &mom) |
Wrapper operator for the cross function. | |
virtual bool | cross (Chromosome< T > &dad, Chromosome< T > &mom) |
Implementation of the crossover strategy. |
<File comment goes here!!>
Copyright (c) 2008 by <Quang Huy / NTU>