Uses of Class
org.optaplanner.core.impl.localsearch.scope.LocalSearchStepScope
Packages that use LocalSearchStepScope
Package
Description
-
Uses of LocalSearchStepScope in org.optaplanner.core.impl.localsearch
Methods in org.optaplanner.core.impl.localsearch with parameters of type LocalSearchStepScopeModifier and TypeMethodDescriptionprotected void
DefaultLocalSearchPhase.doStep
(LocalSearchStepScope<Solution_> stepScope) void
DefaultLocalSearchPhase.stepEnded
(LocalSearchStepScope<Solution_> stepScope) void
DefaultLocalSearchPhase.stepStarted
(LocalSearchStepScope<Solution_> stepScope) -
Uses of LocalSearchStepScope in org.optaplanner.core.impl.localsearch.decider
Methods in org.optaplanner.core.impl.localsearch.decider with parameters of type LocalSearchStepScopeModifier and TypeMethodDescriptionvoid
LocalSearchDecider.decideNextStep
(LocalSearchStepScope<Solution_> stepScope) void
MultiThreadedLocalSearchDecider.decideNextStep
(LocalSearchStepScope<Solution_> stepScope) protected void
LocalSearchDecider.pickMove
(LocalSearchStepScope<Solution_> stepScope) void
LocalSearchDecider.stepEnded
(LocalSearchStepScope<Solution_> stepScope) void
LocalSearchDecider.stepStarted
(LocalSearchStepScope<Solution_> stepScope) -
Uses of LocalSearchStepScope in org.optaplanner.core.impl.localsearch.decider.acceptor
Methods in org.optaplanner.core.impl.localsearch.decider.acceptor with parameters of type LocalSearchStepScopeModifier and TypeMethodDescriptionvoid
CompositeAcceptor.stepEnded
(LocalSearchStepScope<Solution_> stepScope) void
CompositeAcceptor.stepStarted
(LocalSearchStepScope<Solution_> stepScope) -
Uses of LocalSearchStepScope in org.optaplanner.core.impl.localsearch.decider.acceptor.greatdeluge
Methods in org.optaplanner.core.impl.localsearch.decider.acceptor.greatdeluge with parameters of type LocalSearchStepScopeModifier and TypeMethodDescriptionvoid
GreatDelugeAcceptor.stepEnded
(LocalSearchStepScope<Solution_> stepScope) -
Uses of LocalSearchStepScope in org.optaplanner.core.impl.localsearch.decider.acceptor.lateacceptance
Methods in org.optaplanner.core.impl.localsearch.decider.acceptor.lateacceptance with parameters of type LocalSearchStepScopeModifier and TypeMethodDescriptionvoid
LateAcceptanceAcceptor.stepEnded
(LocalSearchStepScope<Solution_> stepScope) -
Uses of LocalSearchStepScope in org.optaplanner.core.impl.localsearch.decider.acceptor.simulatedannealing
Methods in org.optaplanner.core.impl.localsearch.decider.acceptor.simulatedannealing with parameters of type LocalSearchStepScopeModifier and TypeMethodDescriptionvoid
SimulatedAnnealingAcceptor.stepStarted
(LocalSearchStepScope<Solution_> stepScope) -
Uses of LocalSearchStepScope in org.optaplanner.core.impl.localsearch.decider.acceptor.stepcountinghillclimbing
Methods in org.optaplanner.core.impl.localsearch.decider.acceptor.stepcountinghillclimbing with parameters of type LocalSearchStepScopeModifier and TypeMethodDescriptionvoid
StepCountingHillClimbingAcceptor.stepEnded
(LocalSearchStepScope<Solution_> stepScope) -
Uses of LocalSearchStepScope in org.optaplanner.core.impl.localsearch.decider.acceptor.tabu
Methods in org.optaplanner.core.impl.localsearch.decider.acceptor.tabu with parameters of type LocalSearchStepScopeModifier and TypeMethodDescriptionprotected abstract Collection<? extends Object>
AbstractTabuAcceptor.findNewTabu
(LocalSearchStepScope<Solution_> stepScope) protected Collection<? extends Object>
EntityTabuAcceptor.findNewTabu
(LocalSearchStepScope<Solution_> stepScope) protected Collection<? extends Object>
MoveTabuAcceptor.findNewTabu
(LocalSearchStepScope<Solution_> stepScope) protected Collection<? extends Object>
ValueTabuAcceptor.findNewTabu
(LocalSearchStepScope<Solution_> stepScope) void
AbstractTabuAcceptor.stepEnded
(LocalSearchStepScope<Solution_> stepScope) -
Uses of LocalSearchStepScope in org.optaplanner.core.impl.localsearch.decider.acceptor.tabu.size
Methods in org.optaplanner.core.impl.localsearch.decider.acceptor.tabu.size with parameters of type LocalSearchStepScopeModifier and TypeMethodDescriptionint
EntityRatioTabuSizeStrategy.determineTabuSize
(LocalSearchStepScope<Solution_> stepScope) int
FixedTabuSizeStrategy.determineTabuSize
(LocalSearchStepScope<Solution_> stepScope) int
TabuSizeStrategy.determineTabuSize
(LocalSearchStepScope<Solution_> stepScope) int
ValueRatioTabuSizeStrategy.determineTabuSize
(LocalSearchStepScope<Solution_> stepScope) -
Uses of LocalSearchStepScope in org.optaplanner.core.impl.localsearch.decider.forager
Methods in org.optaplanner.core.impl.localsearch.decider.forager with parameters of type LocalSearchStepScopeModifier and TypeMethodDescriptionAcceptedLocalSearchForager.pickMove
(LocalSearchStepScope<Solution_> stepScope) LocalSearchForager.pickMove
(LocalSearchStepScope<Solution_> stepScope) void
AcceptedLocalSearchForager.stepEnded
(LocalSearchStepScope<Solution_> stepScope) void
AcceptedLocalSearchForager.stepStarted
(LocalSearchStepScope<Solution_> stepScope) -
Uses of LocalSearchStepScope in org.optaplanner.core.impl.localsearch.decider.forager.finalist
Methods in org.optaplanner.core.impl.localsearch.decider.forager.finalist with parameters of type LocalSearchStepScopeModifier and TypeMethodDescriptionvoid
AbstractFinalistPodium.stepStarted
(LocalSearchStepScope<Solution_> stepScope) void
HighestScoreFinalistPodium.stepStarted
(LocalSearchStepScope<Solution_> stepScope) void
StrategicOscillationByLevelFinalistPodium.stepStarted
(LocalSearchStepScope<Solution_> stepScope) -
Uses of LocalSearchStepScope in org.optaplanner.core.impl.localsearch.event
Methods in org.optaplanner.core.impl.localsearch.event with parameters of type LocalSearchStepScopeModifier and TypeMethodDescriptionvoid
LocalSearchPhaseLifecycleListener.stepEnded
(LocalSearchStepScope<Solution_> stepScope) void
LocalSearchPhaseLifecycleListenerAdapter.stepEnded
(LocalSearchStepScope<Solution_> stepScope) void
LocalSearchPhaseLifecycleListener.stepStarted
(LocalSearchStepScope<Solution_> stepScope) void
LocalSearchPhaseLifecycleListenerAdapter.stepStarted
(LocalSearchStepScope<Solution_> stepScope) -
Uses of LocalSearchStepScope in org.optaplanner.core.impl.localsearch.scope
Methods in org.optaplanner.core.impl.localsearch.scope that return LocalSearchStepScopeModifier and TypeMethodDescriptionLocalSearchPhaseScope.getLastCompletedStepScope()
LocalSearchMoveScope.getStepScope()
Methods in org.optaplanner.core.impl.localsearch.scope with parameters of type LocalSearchStepScopeModifier and TypeMethodDescriptionvoid
LocalSearchPhaseScope.setLastCompletedStepScope
(LocalSearchStepScope<Solution_> lastCompletedStepScope) Constructors in org.optaplanner.core.impl.localsearch.scope with parameters of type LocalSearchStepScopeModifierConstructorDescriptionLocalSearchMoveScope
(LocalSearchStepScope<Solution_> stepScope, int moveIndex, Move<Solution_> move)