Class CrossoverBooleanXPoint

java.lang.Object
org.opt4j.operator.crossover.CrossoverListXPoint<BooleanGenotype>
org.opt4j.operator.crossover.CrossoverBooleanXPoint
All Implemented Interfaces:
Operator<BooleanGenotype>, Crossover<BooleanGenotype>, CrossoverBoolean

public class CrossoverBooleanXPoint extends CrossoverListXPoint<BooleanGenotype> implements CrossoverBoolean
Crossover for the BooleanGenotype. The crossover is done on x points.
  • Constructor Details

    • CrossoverBooleanXPoint

      @Inject public CrossoverBooleanXPoint(int x, Rand random)
      Parameters:
      x - the number of crossover points
      random - the random number generator