Uses of Class
org.optaplanner.core.impl.localsearch.scope.LocalSearchPhaseScope
Package
Description
-
Uses of LocalSearchPhaseScope in org.optaplanner.core.impl.localsearch
Modifier and TypeMethodDescriptionvoid
DefaultLocalSearchPhase.phaseEnded
(LocalSearchPhaseScope<Solution_> phaseScope) void
DefaultLocalSearchPhase.phaseStarted
(LocalSearchPhaseScope<Solution_> phaseScope) -
Uses of LocalSearchPhaseScope in org.optaplanner.core.impl.localsearch.decider
Modifier and TypeMethodDescriptionvoid
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
Modifier and TypeMethodDescriptionvoid
CompositeAcceptor.phaseEnded
(LocalSearchPhaseScope<Solution_> phaseScope) void
CompositeAcceptor.phaseStarted
(LocalSearchPhaseScope<Solution_> phaseScope) -
Uses of LocalSearchPhaseScope in org.optaplanner.core.impl.localsearch.decider.acceptor.greatdeluge
Modifier and TypeMethodDescriptionvoid
GreatDelugeAcceptor.phaseEnded
(LocalSearchPhaseScope<Solution_> phaseScope) void
GreatDelugeAcceptor.phaseStarted
(LocalSearchPhaseScope<Solution_> phaseScope) -
Uses of LocalSearchPhaseScope in org.optaplanner.core.impl.localsearch.decider.acceptor.lateacceptance
Modifier and TypeMethodDescriptionvoid
LateAcceptanceAcceptor.phaseEnded
(LocalSearchPhaseScope<Solution_> phaseScope) void
LateAcceptanceAcceptor.phaseStarted
(LocalSearchPhaseScope<Solution_> phaseScope) -
Uses of LocalSearchPhaseScope in org.optaplanner.core.impl.localsearch.decider.acceptor.simulatedannealing
Modifier and TypeMethodDescriptionvoid
SimulatedAnnealingAcceptor.phaseEnded
(LocalSearchPhaseScope<Solution_> phaseScope) void
SimulatedAnnealingAcceptor.phaseStarted
(LocalSearchPhaseScope<Solution_> phaseScope) -
Uses of LocalSearchPhaseScope in org.optaplanner.core.impl.localsearch.decider.acceptor.stepcountinghillclimbing
Modifier and TypeMethodDescriptionvoid
StepCountingHillClimbingAcceptor.phaseEnded
(LocalSearchPhaseScope<Solution_> phaseScope) void
StepCountingHillClimbingAcceptor.phaseStarted
(LocalSearchPhaseScope<Solution_> phaseScope) -
Uses of LocalSearchPhaseScope in org.optaplanner.core.impl.localsearch.decider.acceptor.tabu
Modifier and TypeMethodDescriptionvoid
AbstractTabuAcceptor.phaseEnded
(LocalSearchPhaseScope<Solution_> phaseScope) void
AbstractTabuAcceptor.phaseStarted
(LocalSearchPhaseScope<Solution_> phaseScope) -
Uses of LocalSearchPhaseScope in org.optaplanner.core.impl.localsearch.decider.forager
Modifier and TypeMethodDescriptionvoid
AcceptedLocalSearchForager.phaseEnded
(LocalSearchPhaseScope<Solution_> phaseScope) void
AcceptedLocalSearchForager.phaseStarted
(LocalSearchPhaseScope<Solution_> phaseScope) -
Uses of LocalSearchPhaseScope in org.optaplanner.core.impl.localsearch.decider.forager.finalist
Modifier and TypeMethodDescriptionvoid
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
Modifier and TypeMethodDescriptionvoid
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
ModifierConstructorDescriptionLocalSearchStepScope
(LocalSearchPhaseScope<Solution_> phaseScope) LocalSearchStepScope
(LocalSearchPhaseScope<Solution_> phaseScope, int stepIndex)