Uses of Class
org.optaplanner.core.impl.localsearch.scope.LocalSearchStepScope
Packages that use LocalSearchStepScope
Package
Description
- 
Uses of LocalSearchStepScope in org.optaplanner.core.impl.localsearchMethods in org.optaplanner.core.impl.localsearch with parameters of type LocalSearchStepScopeModifier and TypeMethodDescriptionprotected voidDefaultLocalSearchPhase.doStep(LocalSearchStepScope<Solution_> stepScope) voidDefaultLocalSearchPhase.stepEnded(LocalSearchStepScope<Solution_> stepScope) voidDefaultLocalSearchPhase.stepStarted(LocalSearchStepScope<Solution_> stepScope) 
- 
Uses of LocalSearchStepScope in org.optaplanner.core.impl.localsearch.deciderMethods in org.optaplanner.core.impl.localsearch.decider with parameters of type LocalSearchStepScopeModifier and TypeMethodDescriptionvoidLocalSearchDecider.decideNextStep(LocalSearchStepScope<Solution_> stepScope) voidMultiThreadedLocalSearchDecider.decideNextStep(LocalSearchStepScope<Solution_> stepScope) protected voidLocalSearchDecider.pickMove(LocalSearchStepScope<Solution_> stepScope) voidLocalSearchDecider.stepEnded(LocalSearchStepScope<Solution_> stepScope) voidLocalSearchDecider.stepStarted(LocalSearchStepScope<Solution_> stepScope) 
- 
Uses of LocalSearchStepScope in org.optaplanner.core.impl.localsearch.decider.acceptorMethods in org.optaplanner.core.impl.localsearch.decider.acceptor with parameters of type LocalSearchStepScopeModifier and TypeMethodDescriptionvoidCompositeAcceptor.stepEnded(LocalSearchStepScope<Solution_> stepScope) voidCompositeAcceptor.stepStarted(LocalSearchStepScope<Solution_> stepScope) 
- 
Uses of LocalSearchStepScope in org.optaplanner.core.impl.localsearch.decider.acceptor.greatdelugeMethods in org.optaplanner.core.impl.localsearch.decider.acceptor.greatdeluge with parameters of type LocalSearchStepScopeModifier and TypeMethodDescriptionvoidGreatDelugeAcceptor.stepEnded(LocalSearchStepScope<Solution_> stepScope) 
- 
Uses of LocalSearchStepScope in org.optaplanner.core.impl.localsearch.decider.acceptor.lateacceptanceMethods in org.optaplanner.core.impl.localsearch.decider.acceptor.lateacceptance with parameters of type LocalSearchStepScopeModifier and TypeMethodDescriptionvoidLateAcceptanceAcceptor.stepEnded(LocalSearchStepScope<Solution_> stepScope) 
- 
Uses of LocalSearchStepScope in org.optaplanner.core.impl.localsearch.decider.acceptor.simulatedannealingMethods in org.optaplanner.core.impl.localsearch.decider.acceptor.simulatedannealing with parameters of type LocalSearchStepScopeModifier and TypeMethodDescriptionvoidSimulatedAnnealingAcceptor.stepStarted(LocalSearchStepScope<Solution_> stepScope) 
- 
Uses of LocalSearchStepScope in org.optaplanner.core.impl.localsearch.decider.acceptor.stepcountinghillclimbingMethods in org.optaplanner.core.impl.localsearch.decider.acceptor.stepcountinghillclimbing with parameters of type LocalSearchStepScopeModifier and TypeMethodDescriptionvoidStepCountingHillClimbingAcceptor.stepEnded(LocalSearchStepScope<Solution_> stepScope) 
- 
Uses of LocalSearchStepScope in org.optaplanner.core.impl.localsearch.decider.acceptor.tabuMethods 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) voidAbstractTabuAcceptor.stepEnded(LocalSearchStepScope<Solution_> stepScope) 
- 
Uses of LocalSearchStepScope in org.optaplanner.core.impl.localsearch.decider.acceptor.tabu.sizeMethods in org.optaplanner.core.impl.localsearch.decider.acceptor.tabu.size with parameters of type LocalSearchStepScopeModifier and TypeMethodDescriptionintEntityRatioTabuSizeStrategy.determineTabuSize(LocalSearchStepScope<Solution_> stepScope) intFixedTabuSizeStrategy.determineTabuSize(LocalSearchStepScope<Solution_> stepScope) intTabuSizeStrategy.determineTabuSize(LocalSearchStepScope<Solution_> stepScope) intValueRatioTabuSizeStrategy.determineTabuSize(LocalSearchStepScope<Solution_> stepScope) 
- 
Uses of LocalSearchStepScope in org.optaplanner.core.impl.localsearch.decider.foragerMethods in org.optaplanner.core.impl.localsearch.decider.forager with parameters of type LocalSearchStepScopeModifier and TypeMethodDescriptionAcceptedLocalSearchForager.pickMove(LocalSearchStepScope<Solution_> stepScope) LocalSearchForager.pickMove(LocalSearchStepScope<Solution_> stepScope) voidAcceptedLocalSearchForager.stepEnded(LocalSearchStepScope<Solution_> stepScope) voidAcceptedLocalSearchForager.stepStarted(LocalSearchStepScope<Solution_> stepScope) 
- 
Uses of LocalSearchStepScope in org.optaplanner.core.impl.localsearch.decider.forager.finalistMethods in org.optaplanner.core.impl.localsearch.decider.forager.finalist with parameters of type LocalSearchStepScopeModifier and TypeMethodDescriptionvoidAbstractFinalistPodium.stepStarted(LocalSearchStepScope<Solution_> stepScope) voidHighestScoreFinalistPodium.stepStarted(LocalSearchStepScope<Solution_> stepScope) voidStrategicOscillationByLevelFinalistPodium.stepStarted(LocalSearchStepScope<Solution_> stepScope) 
- 
Uses of LocalSearchStepScope in org.optaplanner.core.impl.localsearch.eventMethods in org.optaplanner.core.impl.localsearch.event with parameters of type LocalSearchStepScopeModifier and TypeMethodDescriptionvoidLocalSearchPhaseLifecycleListener.stepEnded(LocalSearchStepScope<Solution_> stepScope) voidLocalSearchPhaseLifecycleListenerAdapter.stepEnded(LocalSearchStepScope<Solution_> stepScope) voidLocalSearchPhaseLifecycleListener.stepStarted(LocalSearchStepScope<Solution_> stepScope) voidLocalSearchPhaseLifecycleListenerAdapter.stepStarted(LocalSearchStepScope<Solution_> stepScope) 
- 
Uses of LocalSearchStepScope in org.optaplanner.core.impl.localsearch.scopeMethods 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 TypeMethodDescriptionvoidLocalSearchPhaseScope.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)