Class AbstractTabuSizeStrategy<Solution_>
- java.lang.Object
-
- org.optaplanner.core.impl.localsearch.decider.acceptor.tabu.size.AbstractTabuSizeStrategy<Solution_>
-
- All Implemented Interfaces:
TabuSizeStrategy<Solution_>
- Direct Known Subclasses:
EntityRatioTabuSizeStrategy,FixedTabuSizeStrategy,ValueRatioTabuSizeStrategy
public abstract class AbstractTabuSizeStrategy<Solution_> extends Object implements TabuSizeStrategy<Solution_>
-
-
Constructor Summary
Constructors Constructor Description AbstractTabuSizeStrategy()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected intprotectTabuSizeCornerCases(int totalSize, int tabuSize)-
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.decider.acceptor.tabu.size.TabuSizeStrategy
determineTabuSize
-
-