Interface NeighborhoodScheduler

    • 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.
    • Method Detail

      • next

        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.
        Returns:
        copy of the neighborhood set