public interface NeighborhoodScheduler
NeighborhoodScheduler
manages the schedule according to which the
neighborhoods are chosen by the EpsilonNeighborhoodCoupler
to pick the crossover
parents.Modifier and Type | Method and Description |
---|---|
java.util.Set<org.opt4j.core.Individual> |
next()
Returns a copy of the neighborhood that shall be used for the creation of
the next pair of parents.
|