Package behaviour

Interface CrossoverBehaviour

All Known Implementing Classes:
HalfElementCrossover

public interface CrossoverBehaviour
Interface for different types of crossover classes
  • Method Details

    • crossover

      List<List<Integer>> crossover(List<List<Integer>> parents)
      Parameters:
      parents - the parents of the current population
      Returns:
      the new parents