Interface FinalistPodium<Solution_>
- All Superinterfaces:
EventListener
,LocalSearchPhaseLifecycleListener<Solution_>
,SolverLifecycleListener<Solution_>
- All Known Implementing Classes:
AbstractFinalistPodium
,HighestScoreFinalistPodium
,StrategicOscillationByLevelFinalistPodium
A podium gathers the finalists (the
LocalSearchMoveScope
s which might win) and picks the winner.-
Method Summary
Methods inherited from interface org.optaplanner.core.impl.localsearch.event.LocalSearchPhaseLifecycleListener
phaseEnded, phaseStarted, stepEnded, stepStarted
Methods inherited from interface org.optaplanner.core.impl.solver.event.SolverLifecycleListener
solvingEnded, solvingError, solvingStarted
-
Method Details
-
addMove
- Parameters:
moveScope
- never null
-
getFinalistList
List<LocalSearchMoveScope<Solution_>> getFinalistList()- Returns:
- never null, sometimes empty
-