public class CrossoverBooleanRate extends CrossoverListRate<org.opt4j.core.genotype.BooleanGenotype> implements CrossoverBoolean
BooleanGenotype
. A point is determined as a
crossover point by a probability.random, rate
Constructor and Description |
---|
CrossoverBooleanRate(double rate,
org.opt4j.core.common.random.Rand random)
Constructs a new
CrossoverBooleanRate . |
crossover
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
crossover, getOperatorType
@Inject public CrossoverBooleanRate(double rate, org.opt4j.core.common.random.Rand random)
CrossoverBooleanRate
.rate
- the rate for a crossoverrandom
- the random number generator