Interface SelectionCacheLifecycleListener<Solution_>
-
- All Known Implementing Classes:
AbstractCachingEntitySelector,AbstractCachingMoveSelector,AbstractCachingValueSelector,CachingEntitySelector,CachingMoveSelector,CachingValueSelector,DefaultPillarSelector,DefaultSubChainSelector,MoveListFactoryToMoveSelectorBridge,ProbabilityEntitySelector,ProbabilityMoveSelector,ProbabilityValueSelector,ShufflingEntitySelector,ShufflingMoveSelector,ShufflingValueSelector,SortingEntitySelector,SortingMoveSelector,SortingValueSelector
public interface SelectionCacheLifecycleListener<Solution_>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidconstructCache(SolverScope<Solution_> solverScope)voiddisposeCache(SolverScope<Solution_> solverScope)
-
-
-
Method Detail
-
constructCache
void constructCache(SolverScope<Solution_> solverScope)
-
disposeCache
void disposeCache(SolverScope<Solution_> solverScope)
-
-