Uses of Class
org.optaplanner.core.impl.localsearch.scope.LocalSearchMoveScope
Packages that use LocalSearchMoveScope
Package
Description
-
Uses of LocalSearchMoveScope in org.optaplanner.core.impl.localsearch.decider
Methods in org.optaplanner.core.impl.localsearch.decider with parameters of type LocalSearchMoveScopeModifier and TypeMethodDescriptionprotected <Score_ extends Score<Score_>>
voidLocalSearchDecider.doMove
(LocalSearchMoveScope<Solution_> moveScope) -
Uses of LocalSearchMoveScope in org.optaplanner.core.impl.localsearch.decider.acceptor
Methods in org.optaplanner.core.impl.localsearch.decider.acceptor with parameters of type LocalSearchMoveScopeModifier and TypeMethodDescriptionboolean
Acceptor.isAccepted
(LocalSearchMoveScope<Solution_> moveScope) boolean
CompositeAcceptor.isAccepted
(LocalSearchMoveScope<Solution_> moveScope) -
Uses of LocalSearchMoveScope in org.optaplanner.core.impl.localsearch.decider.acceptor.greatdeluge
Methods in org.optaplanner.core.impl.localsearch.decider.acceptor.greatdeluge with parameters of type LocalSearchMoveScopeModifier and TypeMethodDescriptionboolean
GreatDelugeAcceptor.isAccepted
(LocalSearchMoveScope moveScope) -
Uses of LocalSearchMoveScope in org.optaplanner.core.impl.localsearch.decider.acceptor.hillclimbing
Methods in org.optaplanner.core.impl.localsearch.decider.acceptor.hillclimbing with parameters of type LocalSearchMoveScopeModifier and TypeMethodDescriptionboolean
HillClimbingAcceptor.isAccepted
(LocalSearchMoveScope<Solution_> moveScope) -
Uses of LocalSearchMoveScope in org.optaplanner.core.impl.localsearch.decider.acceptor.lateacceptance
Methods in org.optaplanner.core.impl.localsearch.decider.acceptor.lateacceptance with parameters of type LocalSearchMoveScopeModifier and TypeMethodDescriptionboolean
LateAcceptanceAcceptor.isAccepted
(LocalSearchMoveScope<Solution_> moveScope) -
Uses of LocalSearchMoveScope in org.optaplanner.core.impl.localsearch.decider.acceptor.simulatedannealing
Methods in org.optaplanner.core.impl.localsearch.decider.acceptor.simulatedannealing with parameters of type LocalSearchMoveScopeModifier and TypeMethodDescriptionboolean
SimulatedAnnealingAcceptor.isAccepted
(LocalSearchMoveScope<Solution_> moveScope) -
Uses of LocalSearchMoveScope in org.optaplanner.core.impl.localsearch.decider.acceptor.stepcountinghillclimbing
Methods in org.optaplanner.core.impl.localsearch.decider.acceptor.stepcountinghillclimbing with parameters of type LocalSearchMoveScopeModifier and TypeMethodDescriptionboolean
StepCountingHillClimbingAcceptor.isAccepted
(LocalSearchMoveScope<Solution_> moveScope) -
Uses of LocalSearchMoveScope in org.optaplanner.core.impl.localsearch.decider.acceptor.tabu
Methods in org.optaplanner.core.impl.localsearch.decider.acceptor.tabu with parameters of type LocalSearchMoveScopeModifier and TypeMethodDescriptionprotected abstract Collection<? extends Object>
AbstractTabuAcceptor.findTabu
(LocalSearchMoveScope<Solution_> moveScope) protected Collection<? extends Object>
EntityTabuAcceptor.findTabu
(LocalSearchMoveScope<Solution_> moveScope) protected Collection<? extends Object>
MoveTabuAcceptor.findTabu
(LocalSearchMoveScope<Solution_> moveScope) protected Collection<? extends Object>
ValueTabuAcceptor.findTabu
(LocalSearchMoveScope<Solution_> moveScope) boolean
AbstractTabuAcceptor.isAccepted
(LocalSearchMoveScope<Solution_> moveScope) -
Uses of LocalSearchMoveScope in org.optaplanner.core.impl.localsearch.decider.forager
Fields in org.optaplanner.core.impl.localsearch.decider.forager declared as LocalSearchMoveScopeModifier and TypeFieldDescriptionprotected LocalSearchMoveScope<Solution_>
AcceptedLocalSearchForager.earlyPickedMoveScope
Methods in org.optaplanner.core.impl.localsearch.decider.forager that return LocalSearchMoveScopeModifier and TypeMethodDescriptionAcceptedLocalSearchForager.pickMove
(LocalSearchStepScope<Solution_> stepScope) LocalSearchForager.pickMove
(LocalSearchStepScope<Solution_> stepScope) Methods in org.optaplanner.core.impl.localsearch.decider.forager with parameters of type LocalSearchMoveScopeModifier and TypeMethodDescriptionvoid
AcceptedLocalSearchForager.addMove
(LocalSearchMoveScope<Solution_> moveScope) void
LocalSearchForager.addMove
(LocalSearchMoveScope<Solution_> moveScope) protected void
AcceptedLocalSearchForager.checkPickEarly
(LocalSearchMoveScope<Solution_> moveScope) -
Uses of LocalSearchMoveScope in org.optaplanner.core.impl.localsearch.decider.forager.finalist
Fields in org.optaplanner.core.impl.localsearch.decider.forager.finalist with type parameters of type LocalSearchMoveScopeModifier and TypeFieldDescriptionprotected List<LocalSearchMoveScope<Solution_>>
AbstractFinalistPodium.finalistList
Methods in org.optaplanner.core.impl.localsearch.decider.forager.finalist that return types with arguments of type LocalSearchMoveScopeModifier and TypeMethodDescriptionAbstractFinalistPodium.getFinalistList()
FinalistPodium.getFinalistList()
Methods in org.optaplanner.core.impl.localsearch.decider.forager.finalist with parameters of type LocalSearchMoveScopeModifier and TypeMethodDescriptionprotected void
AbstractFinalistPodium.addFinalist
(LocalSearchMoveScope<Solution_> moveScope) void
FinalistPodium.addMove
(LocalSearchMoveScope<Solution_> moveScope) void
HighestScoreFinalistPodium.addMove
(LocalSearchMoveScope<Solution_> moveScope) void
StrategicOscillationByLevelFinalistPodium.addMove
(LocalSearchMoveScope<Solution_> moveScope) protected void
AbstractFinalistPodium.clearAndAddFinalist
(LocalSearchMoveScope<Solution_> moveScope)