Class OrderCrossover

All Implemented Interfaces:
Changeable, CrossOverFunction

This does a 2-point-crossover on two chromosomes keeping the Symbols in each chromosome constant. The method is commonly named OX - operator
Author:
Susanne Merz
  • Constructor Details

    • OrderCrossover

      public OrderCrossover()
      Sets the maximal number of crossover points to two and the crossover probability to 0.5 and initializes this object.
  • Method Details