Uses of Class
org.optaplanner.benchmark.impl.statistic.ProblemStatistic
-
-
Uses of ProblemStatistic in org.optaplanner.benchmark.config.statistic
Methods in org.optaplanner.benchmark.config.statistic that return ProblemStatistic Modifier and Type Method Description ProblemStatistic
ProblemStatisticType. buildProblemStatistic(ProblemBenchmarkResult problemBenchmarkResult)
-
Uses of ProblemStatistic in org.optaplanner.benchmark.impl.result
Methods in org.optaplanner.benchmark.impl.result that return types with arguments of type ProblemStatistic Modifier and Type Method Description List<ProblemStatistic>
ProblemBenchmarkResult. getProblemStatisticList()
Method parameters in org.optaplanner.benchmark.impl.result with type arguments of type ProblemStatistic Modifier and Type Method Description void
ProblemBenchmarkResult. setProblemStatisticList(List<ProblemStatistic> problemStatisticList)
-
Uses of ProblemStatistic in org.optaplanner.benchmark.impl.statistic.bestscore
Subclasses of ProblemStatistic in org.optaplanner.benchmark.impl.statistic.bestscore Modifier and Type Class Description class
BestScoreProblemStatistic
-
Uses of ProblemStatistic in org.optaplanner.benchmark.impl.statistic.bestsolutionmutation
Subclasses of ProblemStatistic in org.optaplanner.benchmark.impl.statistic.bestsolutionmutation Modifier and Type Class Description class
BestSolutionMutationProblemStatistic
-
Uses of ProblemStatistic in org.optaplanner.benchmark.impl.statistic.memoryuse
Subclasses of ProblemStatistic in org.optaplanner.benchmark.impl.statistic.memoryuse Modifier and Type Class Description class
MemoryUseProblemStatistic
-
Uses of ProblemStatistic in org.optaplanner.benchmark.impl.statistic.movecountperstep
Subclasses of ProblemStatistic in org.optaplanner.benchmark.impl.statistic.movecountperstep Modifier and Type Class Description class
MoveCountPerStepProblemStatistic
-
Uses of ProblemStatistic in org.optaplanner.benchmark.impl.statistic.scorecalculationspeed
Subclasses of ProblemStatistic in org.optaplanner.benchmark.impl.statistic.scorecalculationspeed Modifier and Type Class Description class
ScoreCalculationSpeedProblemStatistic
-
Uses of ProblemStatistic in org.optaplanner.benchmark.impl.statistic.stepscore
Subclasses of ProblemStatistic in org.optaplanner.benchmark.impl.statistic.stepscore Modifier and Type Class Description class
StepScoreProblemStatistic
-