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 TypeMethodDescriptionbooleanAcceptor.isAccepted(LocalSearchMoveScope<Solution_> moveScope) booleanCompositeAcceptor.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 TypeMethodDescriptionbooleanGreatDelugeAcceptor.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 TypeMethodDescriptionbooleanHillClimbingAcceptor.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 TypeMethodDescriptionbooleanLateAcceptanceAcceptor.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 TypeMethodDescriptionbooleanSimulatedAnnealingAcceptor.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 TypeMethodDescriptionbooleanStepCountingHillClimbingAcceptor.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) booleanAbstractTabuAcceptor.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.earlyPickedMoveScopeMethods 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 TypeMethodDescriptionvoidAcceptedLocalSearchForager.addMove(LocalSearchMoveScope<Solution_> moveScope) voidLocalSearchForager.addMove(LocalSearchMoveScope<Solution_> moveScope) protected voidAcceptedLocalSearchForager.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.finalistListMethods 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 voidAbstractFinalistPodium.addFinalist(LocalSearchMoveScope<Solution_> moveScope) voidFinalistPodium.addMove(LocalSearchMoveScope<Solution_> moveScope) voidHighestScoreFinalistPodium.addMove(LocalSearchMoveScope<Solution_> moveScope) voidStrategicOscillationByLevelFinalistPodium.addMove(LocalSearchMoveScope<Solution_> moveScope) protected voidAbstractFinalistPodium.clearAndAddFinalist(LocalSearchMoveScope<Solution_> moveScope)