OptaPlanner core 6.2.0.CR2

Uses of Class
org.optaplanner.core.impl.localsearch.scope.LocalSearchStepScope

Packages that use LocalSearchStepScope
org.optaplanner.core.impl.localsearch   
org.optaplanner.core.impl.localsearch.decider   
org.optaplanner.core.impl.localsearch.decider.acceptor   
org.optaplanner.core.impl.localsearch.decider.acceptor.lateacceptance   
org.optaplanner.core.impl.localsearch.decider.acceptor.latesimulatedannealing   
org.optaplanner.core.impl.localsearch.decider.acceptor.simulatedannealing   
org.optaplanner.core.impl.localsearch.decider.acceptor.stepcountinghillclimbing   
org.optaplanner.core.impl.localsearch.decider.acceptor.tabu   
org.optaplanner.core.impl.localsearch.decider.acceptor.tabu.size   
org.optaplanner.core.impl.localsearch.decider.deciderscorecomparator   
org.optaplanner.core.impl.localsearch.decider.forager   
org.optaplanner.core.impl.localsearch.decider.forager.finalist   
org.optaplanner.core.impl.localsearch.event   
org.optaplanner.core.impl.localsearch.scope   
 

Uses of LocalSearchStepScope in org.optaplanner.core.impl.localsearch
 

Methods in org.optaplanner.core.impl.localsearch with parameters of type LocalSearchStepScope
 void DefaultLocalSearchPhase.stepEnded(LocalSearchStepScope stepScope)
           
 void DefaultLocalSearchPhase.stepStarted(LocalSearchStepScope stepScope)
           
 

Uses of LocalSearchStepScope in org.optaplanner.core.impl.localsearch.decider
 

Methods in org.optaplanner.core.impl.localsearch.decider with parameters of type LocalSearchStepScope
 void LocalSearchDecider.decideNextStep(LocalSearchStepScope stepScope)
           
 void LocalSearchDecider.stepEnded(LocalSearchStepScope stepScope)
           
 void LocalSearchDecider.stepStarted(LocalSearchStepScope stepScope)
           
 

Uses of LocalSearchStepScope in org.optaplanner.core.impl.localsearch.decider.acceptor
 

Methods in org.optaplanner.core.impl.localsearch.decider.acceptor with parameters of type LocalSearchStepScope
 void CompositeAcceptor.stepEnded(LocalSearchStepScope stepScope)
           
 void CompositeAcceptor.stepStarted(LocalSearchStepScope stepScope)
           
 

Uses of LocalSearchStepScope in org.optaplanner.core.impl.localsearch.decider.acceptor.lateacceptance
 

Methods in org.optaplanner.core.impl.localsearch.decider.acceptor.lateacceptance with parameters of type LocalSearchStepScope
 void LateAcceptanceAcceptor.stepEnded(LocalSearchStepScope stepScope)
           
 

Uses of LocalSearchStepScope in org.optaplanner.core.impl.localsearch.decider.acceptor.latesimulatedannealing
 

Methods in org.optaplanner.core.impl.localsearch.decider.acceptor.latesimulatedannealing with parameters of type LocalSearchStepScope
 void LateSimulatedAnnealingAcceptor.stepEnded(LocalSearchStepScope stepScope)
          Deprecated.  
 

Uses of LocalSearchStepScope in org.optaplanner.core.impl.localsearch.decider.acceptor.simulatedannealing
 

Methods in org.optaplanner.core.impl.localsearch.decider.acceptor.simulatedannealing with parameters of type LocalSearchStepScope
 void SimulatedAnnealingAcceptor.stepStarted(LocalSearchStepScope stepScope)
           
 

Uses of LocalSearchStepScope in org.optaplanner.core.impl.localsearch.decider.acceptor.stepcountinghillclimbing
 

Methods in org.optaplanner.core.impl.localsearch.decider.acceptor.stepcountinghillclimbing with parameters of type LocalSearchStepScope
 void StepCountingHillClimbingAcceptor.stepEnded(LocalSearchStepScope stepScope)
           
 

Uses of LocalSearchStepScope in org.optaplanner.core.impl.localsearch.decider.acceptor.tabu
 

Methods in org.optaplanner.core.impl.localsearch.decider.acceptor.tabu with parameters of type LocalSearchStepScope
protected  Collection<? extends Object> EntityTabuAcceptor.findNewTabu(LocalSearchStepScope stepScope)
           
protected  Collection<? extends Object> SolutionTabuAcceptor.findNewTabu(LocalSearchStepScope stepScope)
           
protected  Collection<? extends Object> ValueTabuAcceptor.findNewTabu(LocalSearchStepScope stepScope)
           
protected  Collection<? extends Object> MoveTabuAcceptor.findNewTabu(LocalSearchStepScope stepScope)
           
protected abstract  Collection<? extends Object> AbstractTabuAcceptor.findNewTabu(LocalSearchStepScope stepScope)
           
 void AbstractTabuAcceptor.stepEnded(LocalSearchStepScope stepScope)
           
 

Uses of LocalSearchStepScope in org.optaplanner.core.impl.localsearch.decider.acceptor.tabu.size
 

Methods in org.optaplanner.core.impl.localsearch.decider.acceptor.tabu.size with parameters of type LocalSearchStepScope
 int EntityRatioTabuSizeStrategy.determineTabuSize(LocalSearchStepScope stepScope)
           
 int TabuSizeStrategy.determineTabuSize(LocalSearchStepScope stepScope)
           
 int FixedTabuSizeStrategy.determineTabuSize(LocalSearchStepScope stepScope)
           
 int ValueRatioTabuSizeStrategy.determineTabuSize(LocalSearchStepScope stepScope)
           
 

Uses of LocalSearchStepScope in org.optaplanner.core.impl.localsearch.decider.deciderscorecomparator
 

Methods in org.optaplanner.core.impl.localsearch.decider.deciderscorecomparator with parameters of type LocalSearchStepScope
 void ShiftingHardPenaltyDeciderScoreComparatorFactory.stepEnded(LocalSearchStepScope stepScope)
           
 

Uses of LocalSearchStepScope in org.optaplanner.core.impl.localsearch.decider.forager
 

Methods in org.optaplanner.core.impl.localsearch.decider.forager with parameters of type LocalSearchStepScope
 LocalSearchMoveScope AcceptedForager.pickMove(LocalSearchStepScope stepScope)
           
 LocalSearchMoveScope Forager.pickMove(LocalSearchStepScope stepScope)
           
 void AcceptedForager.stepEnded(LocalSearchStepScope stepScope)
           
 void AcceptedForager.stepStarted(LocalSearchStepScope stepScope)
           
 

Uses of LocalSearchStepScope in org.optaplanner.core.impl.localsearch.decider.forager.finalist
 

Methods in org.optaplanner.core.impl.localsearch.decider.forager.finalist with parameters of type LocalSearchStepScope
 LocalSearchMoveScope FinalistPodium.pickMove(LocalSearchStepScope stepScope)
          See Forager.pickMove(LocalSearchStepScope).
 LocalSearchMoveScope AbstractFinalistPodium.pickMove(LocalSearchStepScope stepScope)
           
 void StrategicOscillationByLevelFinalistPodium.stepStarted(LocalSearchStepScope stepScope)
           
 void HighestScoreFinalistPodium.stepStarted(LocalSearchStepScope stepScope)
           
 void AbstractFinalistPodium.stepStarted(LocalSearchStepScope stepScope)
           
 

Uses of LocalSearchStepScope in org.optaplanner.core.impl.localsearch.event
 

Methods in org.optaplanner.core.impl.localsearch.event with parameters of type LocalSearchStepScope
 void LocalSearchPhaseLifecycleListenerAdapter.stepEnded(LocalSearchStepScope stepScope)
           
 void LocalSearchPhaseLifecycleListener.stepEnded(LocalSearchStepScope stepScope)
           
 void LocalSearchPhaseLifecycleListenerAdapter.stepStarted(LocalSearchStepScope stepScope)
           
 void LocalSearchPhaseLifecycleListener.stepStarted(LocalSearchStepScope stepScope)
           
 

Uses of LocalSearchStepScope in org.optaplanner.core.impl.localsearch.scope
 

Methods in org.optaplanner.core.impl.localsearch.scope that return LocalSearchStepScope
 LocalSearchStepScope LocalSearchPhaseScope.getLastCompletedStepScope()
           
 LocalSearchStepScope LocalSearchMoveScope.getStepScope()
           
 

Methods in org.optaplanner.core.impl.localsearch.scope with parameters of type LocalSearchStepScope
 void LocalSearchPhaseScope.setLastCompletedStepScope(LocalSearchStepScope lastCompletedStepScope)
           
 

Constructors in org.optaplanner.core.impl.localsearch.scope with parameters of type LocalSearchStepScope
LocalSearchMoveScope(LocalSearchStepScope stepScope)
           
 


OptaPlanner core 6.2.0.CR2

Copyright © 2006-2014 JBoss by Red Hat. All Rights Reserved.