Uses of Class
org.optaplanner.benchmark.impl.statistic.StatisticRegistry
Package
Description
-
Uses of StatisticRegistry in org.optaplanner.benchmark.impl.statistic
Modifier and TypeMethodDescriptionvoid
SubSingleStatistic.close
(StatisticRegistry<Solution_> registry, io.micrometer.core.instrument.Tags runTag, Solver<Solution_> solver) abstract void
SubSingleStatistic.open
(StatisticRegistry<Solution_> registry, io.micrometer.core.instrument.Tags runTag, Solver<Solution_> solver) -
Uses of StatisticRegistry in org.optaplanner.benchmark.impl.statistic.bestscore
Modifier and TypeMethodDescriptionvoid
BestScoreSubSingleStatistic.open
(StatisticRegistry<Solution_> registry, io.micrometer.core.instrument.Tags runTag, Solver<Solution_> solver) -
Uses of StatisticRegistry in org.optaplanner.benchmark.impl.statistic.bestsolutionmutation
Modifier and TypeMethodDescriptionvoid
BestSolutionMutationSubSingleStatistic.open
(StatisticRegistry<Solution_> registry, io.micrometer.core.instrument.Tags runTag, Solver<Solution_> solver) -
Uses of StatisticRegistry in org.optaplanner.benchmark.impl.statistic.memoryuse
Modifier and TypeMethodDescriptionvoid
MemoryUseSubSingleStatistic.open
(StatisticRegistry<Solution_> registry, io.micrometer.core.instrument.Tags runTag, Solver<Solution_> solver) -
Uses of StatisticRegistry in org.optaplanner.benchmark.impl.statistic.movecountperstep
Modifier and TypeMethodDescriptionvoid
MoveCountPerStepSubSingleStatistic.open
(StatisticRegistry<Solution_> registry, io.micrometer.core.instrument.Tags runTag, Solver<Solution_> solver) -
Uses of StatisticRegistry in org.optaplanner.benchmark.impl.statistic.scorecalculationspeed
Modifier and TypeMethodDescriptionvoid
ScoreCalculationSpeedSubSingleStatistic.open
(StatisticRegistry<Solution_> registry, io.micrometer.core.instrument.Tags runTag, Solver<Solution_> solver) -
Uses of StatisticRegistry in org.optaplanner.benchmark.impl.statistic.stepscore
Modifier and TypeMethodDescriptionvoid
StepScoreSubSingleStatistic.open
(StatisticRegistry<Solution_> registry, io.micrometer.core.instrument.Tags runTag, Solver<Solution_> solver) -
Uses of StatisticRegistry in org.optaplanner.benchmark.impl.statistic.subsingle.constraintmatchtotalbestscore
Modifier and TypeMethodDescriptionvoid
ConstraintMatchTotalBestScoreSubSingleStatistic.open
(StatisticRegistry<Solution_> registry, io.micrometer.core.instrument.Tags runTag, Solver<Solution_> solver) -
Uses of StatisticRegistry in org.optaplanner.benchmark.impl.statistic.subsingle.constraintmatchtotalstepscore
Modifier and TypeMethodDescriptionvoid
ConstraintMatchTotalStepScoreSubSingleStatistic.open
(StatisticRegistry<Solution_> registry, io.micrometer.core.instrument.Tags runTag, Solver<Solution_> solver) -
Uses of StatisticRegistry in org.optaplanner.benchmark.impl.statistic.subsingle.pickedmovetypebestscore
Modifier and TypeMethodDescriptionvoid
PickedMoveTypeBestScoreDiffSubSingleStatistic.open
(StatisticRegistry<Solution_> registry, io.micrometer.core.instrument.Tags runTag, Solver<Solution_> solver) -
Uses of StatisticRegistry in org.optaplanner.benchmark.impl.statistic.subsingle.pickedmovetypestepscore
Modifier and TypeMethodDescriptionvoid
PickedMoveTypeStepScoreDiffSubSingleStatistic.open
(StatisticRegistry<Solution_> registry, io.micrometer.core.instrument.Tags runTag, Solver<Solution_> solver)