Interface Selection<S extends Solution<?>>

All Known Implementing Classes:
DifferentialEvolutionSelection, NaryTournamentSelection, NeighborhoodSelection, PopulationAndNeighborhoodSelection, RandomSelection
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface Selection<S extends Solution<?>>
  • Method Summary

    Modifier and Type
    Method
    Description
    select(List<S> solutionList)
     
  • Method Details