OptaPlanner core 6.0.1.Final

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

Methods in org.optaplanner.core.impl.localsearch.decider.acceptor.latesimulatedannealing with parameters of type LocalSearchStepScope
 void LateSimulatedAnnealingAcceptor.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 SimulatedAnnealingAcceptor.stepEnded(LocalSearchStepScope stepScope)
           
 void LegacySimulatedAnnealingAcceptor.stepEnded(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
protected  LocalSearchMoveScope AcceptedForager.pickMaxScoreMoveScope(LocalSearchStepScope stepScope)
           
 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.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.1.Final

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