Uses of Class
org.optaplanner.core.impl.localsearch.scope.LocalSearchPhaseScope
Packages that use LocalSearchPhaseScope
Package
Description
-
Uses of LocalSearchPhaseScope in org.optaplanner.core.impl.localsearch
Methods in org.optaplanner.core.impl.localsearch with parameters of type LocalSearchPhaseScopeModifier and TypeMethodDescriptionvoid
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 LocalSearchPhaseScopeModifier 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
Methods in org.optaplanner.core.impl.localsearch.decider.acceptor with parameters of type LocalSearchPhaseScopeModifier 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
Methods in org.optaplanner.core.impl.localsearch.decider.acceptor.greatdeluge with parameters of type LocalSearchPhaseScopeModifier 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
Methods in org.optaplanner.core.impl.localsearch.decider.acceptor.lateacceptance with parameters of type LocalSearchPhaseScopeModifier 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
Methods in org.optaplanner.core.impl.localsearch.decider.acceptor.simulatedannealing with parameters of type LocalSearchPhaseScopeModifier 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
Methods in org.optaplanner.core.impl.localsearch.decider.acceptor.stepcountinghillclimbing with parameters of type LocalSearchPhaseScopeModifier 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
Methods in org.optaplanner.core.impl.localsearch.decider.acceptor.tabu with parameters of type LocalSearchPhaseScopeModifier and TypeMethodDescriptionvoid
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 LocalSearchPhaseScopeModifier 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
Methods in org.optaplanner.core.impl.localsearch.decider.forager.finalist with parameters of type LocalSearchPhaseScopeModifier 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
Methods in org.optaplanner.core.impl.localsearch.event with parameters of type LocalSearchPhaseScopeModifier 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
Methods in org.optaplanner.core.impl.localsearch.scope that return LocalSearchPhaseScopeConstructors in org.optaplanner.core.impl.localsearch.scope with parameters of type LocalSearchPhaseScopeModifierConstructorDescriptionLocalSearchStepScope
(LocalSearchPhaseScope<Solution_> phaseScope) LocalSearchStepScope
(LocalSearchPhaseScope<Solution_> phaseScope, int stepIndex)