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

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