Uses of Class
org.optaplanner.core.impl.localsearch.scope.LocalSearchStepScope
- 
- 
Uses of LocalSearchStepScope in org.optaplanner.core.impl.localsearchMethods in org.optaplanner.core.impl.localsearch with parameters of type LocalSearchStepScope Modifier and Type Method Description protected 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 LocalSearchStepScope Modifier and Type Method Description voidLocalSearchDecider. 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 LocalSearchStepScope Modifier and Type Method Description voidCompositeAcceptor. 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 LocalSearchStepScope Modifier and Type Method Description voidGreatDelugeAcceptor. 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 LocalSearchStepScope Modifier and Type Method Description voidLateAcceptanceAcceptor. 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 LocalSearchStepScope Modifier and Type Method Description voidSimulatedAnnealingAcceptor. 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 LocalSearchStepScope Modifier and Type Method Description voidStepCountingHillClimbingAcceptor. 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 LocalSearchStepScope Modifier and Type Method Description protected 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 LocalSearchStepScope Modifier and Type Method Description intEntityRatioTabuSizeStrategy. 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 LocalSearchStepScope Modifier and Type Method Description LocalSearchMoveScope<Solution_>AcceptedLocalSearchForager. pickMove(LocalSearchStepScope<Solution_> stepScope)LocalSearchMoveScope<Solution_>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 LocalSearchStepScope Modifier and Type Method Description voidAbstractFinalistPodium. 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 LocalSearchStepScope Modifier and Type Method Description voidLocalSearchPhaseLifecycleListener. 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 LocalSearchStepScope Modifier and Type Method Description LocalSearchStepScope<Solution_>LocalSearchPhaseScope. getLastCompletedStepScope()LocalSearchStepScope<Solution_>LocalSearchMoveScope. getStepScope()Methods in org.optaplanner.core.impl.localsearch.scope with parameters of type LocalSearchStepScope Modifier and Type Method Description voidLocalSearchPhaseScope. setLastCompletedStepScope(LocalSearchStepScope<Solution_> lastCompletedStepScope)Constructors in org.optaplanner.core.impl.localsearch.scope with parameters of type LocalSearchStepScope Constructor Description LocalSearchMoveScope(LocalSearchStepScope<Solution_> stepScope, int moveIndex, Move<Solution_> move)
 
-