#include <ga/eoBitOp.h>
Inheritance diagram for eoNPtsBitXover< Chrom >:

Public Member Functions | |
| eoNPtsBitXover (const unsigned &_num_points=2) | |
| (Default) Constructor. | |
| virtual std::string | className () const |
| The class name. | |
| bool | operator() (Chrom &chrom1, Chrom &chrom2) |
| n-point crossover for binary chromosomes. | |
Private Attributes | |
| unsigned | num_points |
Definition at line 319 of file eoBitOp.h.
|
||||||||||||||||
|
n-point crossover for binary chromosomes.
Implements eoBF< Chrom &, Chrom &, bool >. |
1.3.9.1