Uses of Class
org.optaplanner.core.impl.localsearch.scope.LocalSearchPhaseScope
-
-
Uses of LocalSearchPhaseScope in org.optaplanner.core.impl.localsearch
Methods in org.optaplanner.core.impl.localsearch with parameters of type LocalSearchPhaseScope Modifier and Type Method Description void
DefaultLocalSearchPhase. phaseEnded(LocalSearchPhaseScope<Solution_> phaseScope)
void
DefaultLocalSearchPhase. phaseStarted(LocalSearchPhaseScope<Solution_> phaseScope)
-
Uses of LocalSearchPhaseScope in org.optaplanner.core.impl.localsearch.decider
Methods in org.optaplanner.core.impl.localsearch.decider with parameters of type LocalSearchPhaseScope Modifier and Type Method Description void
LocalSearchDecider. phaseEnded(LocalSearchPhaseScope<Solution_> phaseScope)
void
MultiThreadedLocalSearchDecider. phaseEnded(LocalSearchPhaseScope<Solution_> phaseScope)
void
LocalSearchDecider. phaseStarted(LocalSearchPhaseScope<Solution_> phaseScope)
void
MultiThreadedLocalSearchDecider. phaseStarted(LocalSearchPhaseScope<Solution_> phaseScope)
-
Uses of LocalSearchPhaseScope in org.optaplanner.core.impl.localsearch.decider.acceptor
Methods in org.optaplanner.core.impl.localsearch.decider.acceptor with parameters of type LocalSearchPhaseScope Modifier and Type Method Description void
CompositeAcceptor. phaseEnded(LocalSearchPhaseScope<Solution_> phaseScope)
void
CompositeAcceptor. phaseStarted(LocalSearchPhaseScope<Solution_> phaseScope)
-
Uses of LocalSearchPhaseScope in org.optaplanner.core.impl.localsearch.decider.acceptor.greatdeluge
Methods in org.optaplanner.core.impl.localsearch.decider.acceptor.greatdeluge with parameters of type LocalSearchPhaseScope Modifier and Type Method Description void
GreatDelugeAcceptor. phaseEnded(LocalSearchPhaseScope<Solution_> phaseScope)
void
GreatDelugeAcceptor. phaseStarted(LocalSearchPhaseScope<Solution_> phaseScope)
-
Uses of LocalSearchPhaseScope in org.optaplanner.core.impl.localsearch.decider.acceptor.lateacceptance
Methods in org.optaplanner.core.impl.localsearch.decider.acceptor.lateacceptance with parameters of type LocalSearchPhaseScope Modifier and Type Method Description void
LateAcceptanceAcceptor. phaseEnded(LocalSearchPhaseScope<Solution_> phaseScope)
void
LateAcceptanceAcceptor. phaseStarted(LocalSearchPhaseScope<Solution_> phaseScope)
-
Uses of LocalSearchPhaseScope in org.optaplanner.core.impl.localsearch.decider.acceptor.simulatedannealing
Methods in org.optaplanner.core.impl.localsearch.decider.acceptor.simulatedannealing with parameters of type LocalSearchPhaseScope Modifier and Type Method Description void
SimulatedAnnealingAcceptor. phaseEnded(LocalSearchPhaseScope<Solution_> phaseScope)
void
SimulatedAnnealingAcceptor. phaseStarted(LocalSearchPhaseScope<Solution_> phaseScope)
-
Uses of LocalSearchPhaseScope in org.optaplanner.core.impl.localsearch.decider.acceptor.stepcountinghillclimbing
Methods in org.optaplanner.core.impl.localsearch.decider.acceptor.stepcountinghillclimbing with parameters of type LocalSearchPhaseScope Modifier and Type Method Description void
StepCountingHillClimbingAcceptor. phaseEnded(LocalSearchPhaseScope<Solution_> phaseScope)
void
StepCountingHillClimbingAcceptor. phaseStarted(LocalSearchPhaseScope<Solution_> phaseScope)
-
Uses of LocalSearchPhaseScope in org.optaplanner.core.impl.localsearch.decider.acceptor.tabu
Methods in org.optaplanner.core.impl.localsearch.decider.acceptor.tabu with parameters of type LocalSearchPhaseScope Modifier and Type Method Description void
AbstractTabuAcceptor. phaseEnded(LocalSearchPhaseScope<Solution_> phaseScope)
void
AbstractTabuAcceptor. phaseStarted(LocalSearchPhaseScope<Solution_> phaseScope)
-
Uses of LocalSearchPhaseScope in org.optaplanner.core.impl.localsearch.decider.forager
Methods in org.optaplanner.core.impl.localsearch.decider.forager with parameters of type LocalSearchPhaseScope Modifier and Type Method Description void
AcceptedLocalSearchForager. phaseEnded(LocalSearchPhaseScope<Solution_> phaseScope)
void
AcceptedLocalSearchForager. phaseStarted(LocalSearchPhaseScope<Solution_> phaseScope)
-
Uses of LocalSearchPhaseScope in org.optaplanner.core.impl.localsearch.decider.forager.finalist
Methods in org.optaplanner.core.impl.localsearch.decider.forager.finalist with parameters of type LocalSearchPhaseScope Modifier and Type Method Description void
AbstractFinalistPodium. phaseEnded(LocalSearchPhaseScope<Solution_> phaseScope)
void
HighestScoreFinalistPodium. phaseEnded(LocalSearchPhaseScope<Solution_> phaseScope)
void
StrategicOscillationByLevelFinalistPodium. phaseEnded(LocalSearchPhaseScope<Solution_> phaseScope)
-
Uses of LocalSearchPhaseScope in org.optaplanner.core.impl.localsearch.event
Methods in org.optaplanner.core.impl.localsearch.event with parameters of type LocalSearchPhaseScope Modifier and Type Method Description void
LocalSearchPhaseLifecycleListener. phaseEnded(LocalSearchPhaseScope<Solution_> phaseScope)
void
LocalSearchPhaseLifecycleListenerAdapter. phaseEnded(LocalSearchPhaseScope<Solution_> phaseScope)
void
LocalSearchPhaseLifecycleListener. phaseStarted(LocalSearchPhaseScope<Solution_> phaseScope)
void
LocalSearchPhaseLifecycleListenerAdapter. phaseStarted(LocalSearchPhaseScope<Solution_> phaseScope)
-
Uses of LocalSearchPhaseScope in org.optaplanner.core.impl.localsearch.scope
Methods in org.optaplanner.core.impl.localsearch.scope that return LocalSearchPhaseScope Modifier and Type Method Description LocalSearchPhaseScope<Solution_>
LocalSearchStepScope. getPhaseScope()
Constructors in org.optaplanner.core.impl.localsearch.scope with parameters of type LocalSearchPhaseScope Constructor Description LocalSearchStepScope(LocalSearchPhaseScope<Solution_> phaseScope)
LocalSearchStepScope(LocalSearchPhaseScope<Solution_> phaseScope, int stepIndex)
-