public class CrossoverBooleanXPoint extends CrossoverListXPoint<org.opt4j.core.genotype.BooleanGenotype> implements CrossoverBoolean
BooleanGenotype
. The crossover is done on x
points.random, x
Constructor and Description |
---|
CrossoverBooleanXPoint(int x,
org.opt4j.core.common.random.Rand random)
Constructs a
CrossoverBooleanXPoint . |
crossover
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
crossover, getOperatorType
@Inject public CrossoverBooleanXPoint(int x, org.opt4j.core.common.random.Rand random)
CrossoverBooleanXPoint
.x
- the number of crossover pointsrandom
- the random number generator