Uses of Class
org.optaplanner.benchmark.impl.statistic.StatisticRegistry
-
-
Uses of StatisticRegistry in org.optaplanner.benchmark.impl.statistic
Methods in org.optaplanner.benchmark.impl.statistic with parameters of type StatisticRegistry Modifier and Type Method Description void
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
Methods in org.optaplanner.benchmark.impl.statistic.bestscore with parameters of type StatisticRegistry Modifier and Type Method Description void
BestScoreSubSingleStatistic. open(StatisticRegistry<Solution_> registry, io.micrometer.core.instrument.Tags runTag, Solver<Solution_> solver)
-
Uses of StatisticRegistry in org.optaplanner.benchmark.impl.statistic.bestsolutionmutation
Methods in org.optaplanner.benchmark.impl.statistic.bestsolutionmutation with parameters of type StatisticRegistry Modifier and Type Method Description void
BestSolutionMutationSubSingleStatistic. open(StatisticRegistry<Solution_> registry, io.micrometer.core.instrument.Tags runTag, Solver<Solution_> solver)
-
Uses of StatisticRegistry in org.optaplanner.benchmark.impl.statistic.memoryuse
Methods in org.optaplanner.benchmark.impl.statistic.memoryuse with parameters of type StatisticRegistry Modifier and Type Method Description void
MemoryUseSubSingleStatistic. open(StatisticRegistry<Solution_> registry, io.micrometer.core.instrument.Tags runTag, Solver<Solution_> solver)
-
Uses of StatisticRegistry in org.optaplanner.benchmark.impl.statistic.movecountperstep
Methods in org.optaplanner.benchmark.impl.statistic.movecountperstep with parameters of type StatisticRegistry Modifier and Type Method Description void
MoveCountPerStepSubSingleStatistic. open(StatisticRegistry<Solution_> registry, io.micrometer.core.instrument.Tags runTag, Solver<Solution_> solver)
-
Uses of StatisticRegistry in org.optaplanner.benchmark.impl.statistic.scorecalculationspeed
Methods in org.optaplanner.benchmark.impl.statistic.scorecalculationspeed with parameters of type StatisticRegistry Modifier and Type Method Description void
ScoreCalculationSpeedSubSingleStatistic. open(StatisticRegistry<Solution_> registry, io.micrometer.core.instrument.Tags runTag, Solver<Solution_> solver)
-
Uses of StatisticRegistry in org.optaplanner.benchmark.impl.statistic.stepscore
Methods in org.optaplanner.benchmark.impl.statistic.stepscore with parameters of type StatisticRegistry Modifier and Type Method Description void
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
Methods in org.optaplanner.benchmark.impl.statistic.subsingle.constraintmatchtotalbestscore with parameters of type StatisticRegistry Modifier and Type Method Description void
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
Methods in org.optaplanner.benchmark.impl.statistic.subsingle.constraintmatchtotalstepscore with parameters of type StatisticRegistry Modifier and Type Method Description void
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
Methods in org.optaplanner.benchmark.impl.statistic.subsingle.pickedmovetypebestscore with parameters of type StatisticRegistry Modifier and Type Method Description void
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
Methods in org.optaplanner.benchmark.impl.statistic.subsingle.pickedmovetypestepscore with parameters of type StatisticRegistry Modifier and Type Method Description void
PickedMoveTypeStepScoreDiffSubSingleStatistic. open(StatisticRegistry<Solution_> registry, io.micrometer.core.instrument.Tags runTag, Solver<Solution_> solver)
-