Interface SolverStatistic<Solution_>
-
- All Known Implementing Classes:
BestScoreStatistic
,BestSolutionMutationCountStatistic
,MemoryUseStatistic
,PickedMoveBestScoreDiffStatistic
,PickedMoveStepScoreDiffStatistic
,StatelessSolverStatistic
public interface SolverStatistic<Solution_>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
register(Solver<Solution_> solver)
void
unregister(Solver<Solution_> solver)
-