Interface TabuSizeStrategy<Solution_>
- All Known Implementing Classes:
AbstractTabuSizeStrategy,EntityRatioTabuSizeStrategy,FixedTabuSizeStrategy
-
Method Summary
Modifier and TypeMethodDescriptionintdetermineTabuSize(LocalSearchStepScope<Solution_> stepScope)
-
Method Details
-
determineTabuSize
- Parameters:
stepScope- never null- Returns:
>= 0
-