Class FixedTabuSizeStrategy<Solution_>
- java.lang.Object
-
- org.optaplanner.core.impl.localsearch.decider.acceptor.tabu.size.AbstractTabuSizeStrategy<Solution_>
-
- org.optaplanner.core.impl.localsearch.decider.acceptor.tabu.size.FixedTabuSizeStrategy<Solution_>
-
- All Implemented Interfaces:
TabuSizeStrategy<Solution_>
public class FixedTabuSizeStrategy<Solution_> extends AbstractTabuSizeStrategy<Solution_>
-
-
Field Summary
Fields Modifier and Type Field Description protected int
tabuSize
-
Constructor Summary
Constructors Constructor Description FixedTabuSizeStrategy(int tabuSize)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
determineTabuSize(LocalSearchStepScope<Solution_> stepScope)
-
Methods inherited from class org.optaplanner.core.impl.localsearch.decider.acceptor.tabu.size.AbstractTabuSizeStrategy
protectTabuSizeCornerCases
-
-
-
-
Method Detail
-
determineTabuSize
public int determineTabuSize(LocalSearchStepScope<Solution_> stepScope)
- Parameters:
stepScope
- never null- Returns:
>= 0
-
-