Uses of Class
org.optaplanner.benchmark.impl.result.ProblemBenchmarkResult
Packages that use ProblemBenchmarkResult
Package
Description
-
Uses of ProblemBenchmarkResult in org.optaplanner.benchmark.config.statistic
Methods in org.optaplanner.benchmark.config.statistic with parameters of type ProblemBenchmarkResultModifier and TypeMethodDescriptionProblemStatisticType.buildProblemStatistic
(ProblemBenchmarkResult problemBenchmarkResult) -
Uses of ProblemBenchmarkResult in org.optaplanner.benchmark.impl.result
Methods in org.optaplanner.benchmark.impl.result that return ProblemBenchmarkResultMethods in org.optaplanner.benchmark.impl.result that return types with arguments of type ProblemBenchmarkResultModifier 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()
Methods in org.optaplanner.benchmark.impl.result with parameters of type ProblemBenchmarkResultModifier and TypeMethodDescriptionprotected static SingleBenchmarkResult
SingleBenchmarkResult.createMerge
(SolverBenchmarkResult solverBenchmarkResult, ProblemBenchmarkResult problemBenchmarkResult, SingleBenchmarkResult oldResult) SolverBenchmarkResult.findSingleBenchmark
(ProblemBenchmarkResult problemBenchmarkResult) void
SingleBenchmarkResult.setProblemBenchmarkResult
(ProblemBenchmarkResult problemBenchmarkResult) Method parameters in org.optaplanner.benchmark.impl.result with type arguments of type ProblemBenchmarkResultModifier and TypeMethodDescriptionvoid
PlannerBenchmarkResult.setUnifiedProblemBenchmarkResultList
(List<ProblemBenchmarkResult> unifiedProblemBenchmarkResultList) Constructors in org.optaplanner.benchmark.impl.result with parameters of type ProblemBenchmarkResultModifierConstructorDescriptionSingleBenchmarkResult
(SolverBenchmarkResult solverBenchmarkResult, ProblemBenchmarkResult problemBenchmarkResult) -
Uses of ProblemBenchmarkResult in org.optaplanner.benchmark.impl.statistic
Fields in org.optaplanner.benchmark.impl.statistic declared as ProblemBenchmarkResultModifier and TypeFieldDescriptionprotected ProblemBenchmarkResult<Object>
ProblemStatistic.problemBenchmarkResult
Methods in org.optaplanner.benchmark.impl.statistic that return ProblemBenchmarkResultMethods in org.optaplanner.benchmark.impl.statistic with parameters of type ProblemBenchmarkResultModifier and TypeMethodDescriptionvoid
ProblemStatistic.setProblemBenchmarkResult
(ProblemBenchmarkResult problemBenchmarkResult) Constructors in org.optaplanner.benchmark.impl.statistic with parameters of type ProblemBenchmarkResultModifierConstructorDescriptionprotected
ProblemStatistic
(ProblemBenchmarkResult problemBenchmarkResult, ProblemStatisticType problemStatisticType) -
Uses of ProblemBenchmarkResult in org.optaplanner.benchmark.impl.statistic.bestscore
Constructors in org.optaplanner.benchmark.impl.statistic.bestscore with parameters of type ProblemBenchmarkResultModifierConstructorDescriptionBestScoreProblemStatistic
(ProblemBenchmarkResult problemBenchmarkResult) -
Uses of ProblemBenchmarkResult in org.optaplanner.benchmark.impl.statistic.bestsolutionmutation
Constructors in org.optaplanner.benchmark.impl.statistic.bestsolutionmutation with parameters of type ProblemBenchmarkResultModifierConstructorDescriptionBestSolutionMutationProblemStatistic
(ProblemBenchmarkResult problemBenchmarkResult) -
Uses of ProblemBenchmarkResult in org.optaplanner.benchmark.impl.statistic.memoryuse
Constructors in org.optaplanner.benchmark.impl.statistic.memoryuse with parameters of type ProblemBenchmarkResultModifierConstructorDescriptionMemoryUseProblemStatistic
(ProblemBenchmarkResult problemBenchmarkResult) -
Uses of ProblemBenchmarkResult in org.optaplanner.benchmark.impl.statistic.movecountperstep
Constructors in org.optaplanner.benchmark.impl.statistic.movecountperstep with parameters of type ProblemBenchmarkResultModifierConstructorDescriptionMoveCountPerStepProblemStatistic
(ProblemBenchmarkResult problemBenchmarkResult) -
Uses of ProblemBenchmarkResult in org.optaplanner.benchmark.impl.statistic.scorecalculationspeed
Constructors in org.optaplanner.benchmark.impl.statistic.scorecalculationspeed with parameters of type ProblemBenchmarkResultModifierConstructorDescriptionScoreCalculationSpeedProblemStatistic
(ProblemBenchmarkResult problemBenchmarkResult) -
Uses of ProblemBenchmarkResult in org.optaplanner.benchmark.impl.statistic.stepscore
Constructors in org.optaplanner.benchmark.impl.statistic.stepscore with parameters of type ProblemBenchmarkResultModifierConstructorDescriptionStepScoreProblemStatistic
(ProblemBenchmarkResult problemBenchmarkResult)