Package org.optaplanner.core.impl.localsearch.decider.forager.finalist
-
Interface Summary Interface Description FinalistPodium<Solution_> A podium gathers the finalists (theLocalSearchMoveScopes which might win) and picks the winner. -
Class Summary Class Description AbstractFinalistPodium<Solution_> Abstract superclass forFinalistPodium.HighestScoreFinalistPodium<Solution_> Default implementation ofFinalistPodium.StrategicOscillationByLevelFinalistPodium<Solution_> Strategic oscillation, works well with Tabu search.