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