Package org.opt4j.optimizers.ea.aeseh
Interface NeighborhoodScheduler
-
- All Known Implementing Classes:
NeighborhoodSchedulerRoundRobin
public interface NeighborhoodScheduler
TheNeighborhoodScheduler
manages the schedule according to which the neighborhoods are chosen by theEpsilonNeighborhoodCoupler
to pick the crossover parents.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method 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.
-