Interface TabuSizeStrategy<Solution_>
-
- All Known Implementing Classes:
AbstractTabuSizeStrategy
,EntityRatioTabuSizeStrategy
,FixedTabuSizeStrategy
,ValueRatioTabuSizeStrategy
public interface TabuSizeStrategy<Solution_>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
determineTabuSize(LocalSearchStepScope<Solution_> stepScope)
-
-
-
Method Detail
-
determineTabuSize
int determineTabuSize(LocalSearchStepScope<Solution_> stepScope)
- Parameters:
stepScope
- never null- Returns:
>= 0
-
-