OptaPlanner core 6.0.0.Beta3

org.optaplanner.core.impl.localsearch.decider.acceptor.tabu
Class SolutionTabuAcceptor

java.lang.Object
  extended by org.optaplanner.core.impl.solver.event.SolverLifecycleListenerAdapter
      extended by org.optaplanner.core.impl.localsearch.event.LocalSearchSolverPhaseLifecycleListenerAdapter
          extended by org.optaplanner.core.impl.localsearch.decider.acceptor.AbstractAcceptor
              extended by org.optaplanner.core.impl.localsearch.decider.acceptor.tabu.AbstractTabuAcceptor
                  extended by org.optaplanner.core.impl.localsearch.decider.acceptor.tabu.SolutionTabuAcceptor
All Implemented Interfaces:
EventListener, Acceptor, LocalSearchSolverPhaseLifecycleListener, SolverLifecycleListener

public class SolutionTabuAcceptor
extends AbstractTabuAcceptor


Field Summary
 
Fields inherited from class org.optaplanner.core.impl.localsearch.decider.acceptor.tabu.AbstractTabuAcceptor
aspirationEnabled, assertTabuHashCodeCorrectness, fadingTabuSizeStrategy, tabuSequenceList, tabuSizeStrategy, tabuToStepIndexMap, workingFadingTabuSize, workingTabuSize
 
Fields inherited from class org.optaplanner.core.impl.localsearch.decider.acceptor.AbstractAcceptor
logger
 
Constructor Summary
SolutionTabuAcceptor()
           
 
Method Summary
protected  Collection<? extends Object> findNewTabu(LocalSearchStepScope stepScope)
           
protected  Collection<? extends Object> findTabu(LocalSearchMoveScope moveScope)
           
 void phaseStarted(LocalSearchSolverPhaseScope phaseScope)
           
 
Methods inherited from class org.optaplanner.core.impl.localsearch.decider.acceptor.tabu.AbstractTabuAcceptor
adjustTabuList, calculateFadingTabuAcceptChance, isAccepted, phaseEnded, setAspirationEnabled, setAssertTabuHashCodeCorrectness, setFadingTabuSizeStrategy, setTabuSizeStrategy, stepEnded
 
Methods inherited from class org.optaplanner.core.impl.localsearch.event.LocalSearchSolverPhaseLifecycleListenerAdapter
stepStarted
 
Methods inherited from class org.optaplanner.core.impl.solver.event.SolverLifecycleListenerAdapter
solvingEnded, solvingStarted
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.optaplanner.core.impl.localsearch.event.LocalSearchSolverPhaseLifecycleListener
stepStarted
 
Methods inherited from interface org.optaplanner.core.impl.solver.event.SolverLifecycleListener
solvingEnded, solvingStarted
 

Constructor Detail

SolutionTabuAcceptor

public SolutionTabuAcceptor()
Method Detail

findTabu

protected Collection<? extends Object> findTabu(LocalSearchMoveScope moveScope)
Specified by:
findTabu in class AbstractTabuAcceptor

findNewTabu

protected Collection<? extends Object> findNewTabu(LocalSearchStepScope stepScope)
Specified by:
findNewTabu in class AbstractTabuAcceptor

phaseStarted

public void phaseStarted(LocalSearchSolverPhaseScope phaseScope)
Specified by:
phaseStarted in interface LocalSearchSolverPhaseLifecycleListener
Overrides:
phaseStarted in class AbstractTabuAcceptor

OptaPlanner core 6.0.0.Beta3

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