Uses of Class
org.optaplanner.core.impl.localsearch.scope.LocalSearchStepScope
Package
Description
-
Uses of LocalSearchStepScope in org.optaplanner.core.impl.localsearch
Modifier 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
Modifier 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
Modifier 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
Modifier and TypeMethodDescriptionvoid
GreatDelugeAcceptor.stepEnded
(LocalSearchStepScope<Solution_> stepScope) -
Uses of LocalSearchStepScope in org.optaplanner.core.impl.localsearch.decider.acceptor.lateacceptance
Modifier and TypeMethodDescriptionvoid
LateAcceptanceAcceptor.stepEnded
(LocalSearchStepScope<Solution_> stepScope) -
Uses of LocalSearchStepScope in org.optaplanner.core.impl.localsearch.decider.acceptor.simulatedannealing
Modifier and TypeMethodDescriptionvoid
SimulatedAnnealingAcceptor.stepStarted
(LocalSearchStepScope<Solution_> stepScope) -
Uses of LocalSearchStepScope in org.optaplanner.core.impl.localsearch.decider.acceptor.stepcountinghillclimbing
Modifier and TypeMethodDescriptionvoid
StepCountingHillClimbingAcceptor.stepEnded
(LocalSearchStepScope<Solution_> stepScope) -
Uses of LocalSearchStepScope in org.optaplanner.core.impl.localsearch.decider.acceptor.tabu
Modifier 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
Modifier 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
Modifier 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
Modifier 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
Modifier 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
Modifier and TypeMethodDescriptionLocalSearchPhaseScope.getLastCompletedStepScope()
LocalSearchMoveScope.getStepScope()
Modifier and TypeMethodDescriptionvoid
LocalSearchPhaseScope.setLastCompletedStepScope
(LocalSearchStepScope<Solution_> lastCompletedStepScope) ModifierConstructorDescriptionLocalSearchMoveScope
(LocalSearchStepScope<Solution_> stepScope, int moveIndex, Move<Solution_> move)