OptaPlanner core 6.0.1.Final

org.optaplanner.core.impl.localsearch.decider.acceptor.tabu.size
Class FixedTabuSizeStrategy

java.lang.Object
  extended by org.optaplanner.core.impl.localsearch.decider.acceptor.tabu.size.AbstractTabuSizeStrategy
      extended by org.optaplanner.core.impl.localsearch.decider.acceptor.tabu.size.FixedTabuSizeStrategy
All Implemented Interfaces:
TabuSizeStrategy

public class FixedTabuSizeStrategy
extends AbstractTabuSizeStrategy


Field Summary
protected  int tabuSize
           
 
Constructor Summary
FixedTabuSizeStrategy(int tabuSize)
           
 
Method Summary
 int determineTabuSize(LocalSearchStepScope stepScope)
           
 
Methods inherited from class org.optaplanner.core.impl.localsearch.decider.acceptor.tabu.size.AbstractTabuSizeStrategy
protectTabuSizeCornerCases
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

tabuSize

protected final int tabuSize
Constructor Detail

FixedTabuSizeStrategy

public FixedTabuSizeStrategy(int tabuSize)
Method Detail

determineTabuSize

public int determineTabuSize(LocalSearchStepScope stepScope)
Parameters:
stepScope - never null
Returns:
>= 0

OptaPlanner core 6.0.1.Final

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