Uses of Interface
org.optaplanner.core.impl.statistic.SolverStatistic
-
Packages that use SolverStatistic Package Description org.optaplanner.core.impl.statistic -
-
Uses of SolverStatistic in org.optaplanner.core.impl.statistic
Classes in org.optaplanner.core.impl.statistic that implement SolverStatistic Modifier and Type Class Description class
BestScoreStatistic<Solution_>
class
BestSolutionMutationCountStatistic<Solution_>
class
MemoryUseStatistic<Solution_>
class
PickedMoveBestScoreDiffStatistic<Solution_,Score_ extends Score<Score_>>
class
PickedMoveStepScoreDiffStatistic<Solution_>
class
StatelessSolverStatistic<Solution_>
ASolverStatistic
that has no state or event listener
-