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 TypeMethodDescriptionvoidDefaultLocalSearchPhase.phaseEnded(LocalSearchPhaseScope<Solution_> phaseScope) voidDefaultLocalSearchPhase.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 TypeMethodDescriptionvoidLocalSearchDecider.phaseEnded(LocalSearchPhaseScope<Solution_> phaseScope) voidMultiThreadedLocalSearchDecider.phaseEnded(LocalSearchPhaseScope<Solution_> phaseScope) voidLocalSearchDecider.phaseStarted(LocalSearchPhaseScope<Solution_> phaseScope) voidMultiThreadedLocalSearchDecider.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 TypeMethodDescriptionvoidCompositeAcceptor.phaseEnded(LocalSearchPhaseScope<Solution_> phaseScope) voidCompositeAcceptor.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 TypeMethodDescriptionvoidGreatDelugeAcceptor.phaseEnded(LocalSearchPhaseScope<Solution_> phaseScope) voidGreatDelugeAcceptor.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 TypeMethodDescriptionvoidLateAcceptanceAcceptor.phaseEnded(LocalSearchPhaseScope<Solution_> phaseScope) voidLateAcceptanceAcceptor.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 TypeMethodDescriptionvoidSimulatedAnnealingAcceptor.phaseEnded(LocalSearchPhaseScope<Solution_> phaseScope) voidSimulatedAnnealingAcceptor.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 TypeMethodDescriptionvoidStepCountingHillClimbingAcceptor.phaseEnded(LocalSearchPhaseScope<Solution_> phaseScope) voidStepCountingHillClimbingAcceptor.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 TypeMethodDescriptionvoidAbstractTabuAcceptor.phaseEnded(LocalSearchPhaseScope<Solution_> phaseScope) voidAbstractTabuAcceptor.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 TypeMethodDescriptionvoidAcceptedLocalSearchForager.phaseEnded(LocalSearchPhaseScope<Solution_> phaseScope) voidAcceptedLocalSearchForager.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 TypeMethodDescriptionvoidAbstractFinalistPodium.phaseEnded(LocalSearchPhaseScope<Solution_> phaseScope) voidHighestScoreFinalistPodium.phaseEnded(LocalSearchPhaseScope<Solution_> phaseScope) voidStrategicOscillationByLevelFinalistPodium.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 TypeMethodDescriptionvoidLocalSearchPhaseLifecycleListener.phaseEnded(LocalSearchPhaseScope<Solution_> phaseScope) voidLocalSearchPhaseLifecycleListenerAdapter.phaseEnded(LocalSearchPhaseScope<Solution_> phaseScope) voidLocalSearchPhaseLifecycleListener.phaseStarted(LocalSearchPhaseScope<Solution_> phaseScope) voidLocalSearchPhaseLifecycleListenerAdapter.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)