Interface CrossoverPermutation

All Superinterfaces:
Crossover<PermutationGenotype<?>>, Operator<PermutationGenotype<?>>
All Known Implementing Classes:
CrossoverPermutationBucket, CrossoverPermutationDefault, CrossoverPermutationOnePoint

public interface CrossoverPermutation extends Crossover<PermutationGenotype<?>>
Interface for the Crossover operator for the PermutationGenotype.
  • Method Summary

    Methods inherited from interface org.opt4j.operator.crossover.Crossover

    crossover