Uses of Class
org.optaplanner.benchmark.impl.result.ProblemBenchmarkResult
Package
Description
-
Uses of ProblemBenchmarkResult in org.optaplanner.benchmark.config.statistic
Modifier and TypeMethodDescriptionProblemStatisticType.buildProblemStatistic
(ProblemBenchmarkResult problemBenchmarkResult) -
Uses of ProblemBenchmarkResult in org.optaplanner.benchmark.impl.result
Modifier and TypeMethodDescriptionprotected static <Solution_>
Map<ProblemBenchmarkResult,ProblemBenchmarkResult> ProblemBenchmarkResult.createMergeMap
(PlannerBenchmarkResult newPlannerBenchmarkResult, List<SingleBenchmarkResult> singleBenchmarkResultList) protected static <Solution_>
Map<ProblemBenchmarkResult,ProblemBenchmarkResult> ProblemBenchmarkResult.createMergeMap
(PlannerBenchmarkResult newPlannerBenchmarkResult, List<SingleBenchmarkResult> singleBenchmarkResultList) PlannerBenchmarkResult.getUnifiedProblemBenchmarkResultList()
Modifier and TypeMethodDescriptionprotected static SingleBenchmarkResult
SingleBenchmarkResult.createMerge
(SolverBenchmarkResult solverBenchmarkResult, ProblemBenchmarkResult problemBenchmarkResult, SingleBenchmarkResult oldResult) SolverBenchmarkResult.findSingleBenchmark
(ProblemBenchmarkResult problemBenchmarkResult) void
SingleBenchmarkResult.setProblemBenchmarkResult
(ProblemBenchmarkResult problemBenchmarkResult) Modifier and TypeMethodDescriptionvoid
PlannerBenchmarkResult.setUnifiedProblemBenchmarkResultList
(List<ProblemBenchmarkResult> unifiedProblemBenchmarkResultList) ModifierConstructorDescriptionSingleBenchmarkResult
(SolverBenchmarkResult solverBenchmarkResult, ProblemBenchmarkResult problemBenchmarkResult) -
Uses of ProblemBenchmarkResult in org.optaplanner.benchmark.impl.statistic
Modifier and TypeFieldDescriptionprotected ProblemBenchmarkResult<Object>
ProblemStatistic.problemBenchmarkResult
Modifier and TypeMethodDescriptionvoid
ProblemStatistic.setProblemBenchmarkResult
(ProblemBenchmarkResult problemBenchmarkResult) ModifierConstructorDescriptionprotected
ProblemStatistic
(ProblemBenchmarkResult problemBenchmarkResult, ProblemStatisticType problemStatisticType) -
Uses of ProblemBenchmarkResult in org.optaplanner.benchmark.impl.statistic.bestscore
ModifierConstructorDescriptionBestScoreProblemStatistic
(ProblemBenchmarkResult problemBenchmarkResult) -
Uses of ProblemBenchmarkResult in org.optaplanner.benchmark.impl.statistic.bestsolutionmutation
ModifierConstructorDescriptionBestSolutionMutationProblemStatistic
(ProblemBenchmarkResult problemBenchmarkResult) -
Uses of ProblemBenchmarkResult in org.optaplanner.benchmark.impl.statistic.memoryuse
ModifierConstructorDescriptionMemoryUseProblemStatistic
(ProblemBenchmarkResult problemBenchmarkResult) -
Uses of ProblemBenchmarkResult in org.optaplanner.benchmark.impl.statistic.movecountperstep
ModifierConstructorDescriptionMoveCountPerStepProblemStatistic
(ProblemBenchmarkResult problemBenchmarkResult) -
Uses of ProblemBenchmarkResult in org.optaplanner.benchmark.impl.statistic.scorecalculationspeed
ModifierConstructorDescriptionScoreCalculationSpeedProblemStatistic
(ProblemBenchmarkResult problemBenchmarkResult) -
Uses of ProblemBenchmarkResult in org.optaplanner.benchmark.impl.statistic.stepscore
ModifierConstructorDescriptionStepScoreProblemStatistic
(ProblemBenchmarkResult problemBenchmarkResult)