OptaPlanner core 6.0.0.Beta3

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.greatdeluge   
org.optaplanner.core.impl.localsearch.decider.acceptor.lateacceptance   
org.optaplanner.core.impl.localsearch.decider.acceptor.lateannealing   
org.optaplanner.core.impl.localsearch.decider.acceptor.simulatedannealing   
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.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 DefaultLocalSearchSolverPhase.stepEnded(LocalSearchStepScope stepScope)
           
 void DefaultLocalSearchSolverPhase.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 Decider.decideNextStep(LocalSearchStepScope stepScope)
          Decides the next step
 void DefaultDecider.decideNextStep(LocalSearchStepScope stepScope)
           
 void DefaultDecider.stepEnded(LocalSearchStepScope localSearchStepScope)
           
 void DefaultDecider.stepStarted(LocalSearchStepScope localSearchStepScope)
           
 

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.greatdeluge
 

Methods in org.optaplanner.core.impl.localsearch.decider.acceptor.greatdeluge with parameters of type LocalSearchStepScope
 void GreatDelugeAcceptor.stepEnded(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.lateannealing
 

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

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 LegacySimulatedAnnealingAcceptor.stepEnded(LocalSearchStepScope stepScope)
           
 void SimulatedAnnealingAcceptor.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> MoveTabuAcceptor.findNewTabu(LocalSearchStepScope stepScope)
           
protected  Collection<? extends Object> ValueTabuAcceptor.findNewTabu(LocalSearchStepScope stepScope)
           
protected  Collection<? extends Object> SolutionTabuAcceptor.findNewTabu(LocalSearchStepScope stepScope)
           
protected abstract  Collection<? extends Object> AbstractTabuAcceptor.findNewTabu(LocalSearchStepScope stepScope)
           
protected  Collection<? extends Object> EntityTabuAcceptor.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 TabuSizeStrategy.determineTabuSize(LocalSearchStepScope stepScope)
           
 int ValueRatioTabuSizeStrategy.determineTabuSize(LocalSearchStepScope stepScope)
           
 int EntityRatioTabuSizeStrategy.determineTabuSize(LocalSearchStepScope stepScope)
           
 int FixedTabuSizeStrategy.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 localSearchStepScope)
           
 

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
protected  LocalSearchMoveScope AcceptedForager.pickMaxScoreMoveScope(LocalSearchStepScope stepScope)
           
 LocalSearchMoveScope Forager.pickMove(LocalSearchStepScope localSearchStepScope)
           
 LocalSearchMoveScope AcceptedForager.pickMove(LocalSearchStepScope stepScope)
           
 void AcceptedForager.stepEnded(LocalSearchStepScope stepScope)
           
 void AcceptedForager.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 LocalSearchSolverPhaseLifecycleListenerAdapter.stepEnded(LocalSearchStepScope stepScope)
           
 void LocalSearchSolverPhaseLifecycleListener.stepEnded(LocalSearchStepScope stepScope)
           
 void LocalSearchSolverPhaseLifecycleListenerAdapter.stepStarted(LocalSearchStepScope stepScope)
           
 void LocalSearchSolverPhaseLifecycleListener.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 LocalSearchSolverPhaseScope.getLastCompletedStepScope()
           
 LocalSearchStepScope LocalSearchMoveScope.getStepScope()
           
 

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

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


OptaPlanner core 6.0.0.Beta3

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