Uses of Class
org.optaplanner.benchmark.impl.result.ProblemBenchmarkResult
Packages that use ProblemBenchmarkResult
Package
Description
- 
Uses of ProblemBenchmarkResult in org.optaplanner.benchmark.config.statisticMethods in org.optaplanner.benchmark.config.statistic with parameters of type ProblemBenchmarkResultModifier and TypeMethodDescriptionProblemStatisticType.buildProblemStatistic(ProblemBenchmarkResult problemBenchmarkResult) 
- 
Uses of ProblemBenchmarkResult in org.optaplanner.benchmark.impl.resultMethods 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 SingleBenchmarkResultSingleBenchmarkResult.createMerge(SolverBenchmarkResult solverBenchmarkResult, ProblemBenchmarkResult problemBenchmarkResult, SingleBenchmarkResult oldResult) SolverBenchmarkResult.findSingleBenchmark(ProblemBenchmarkResult problemBenchmarkResult) voidSingleBenchmarkResult.setProblemBenchmarkResult(ProblemBenchmarkResult problemBenchmarkResult) Method parameters in org.optaplanner.benchmark.impl.result with type arguments of type ProblemBenchmarkResultModifier and TypeMethodDescriptionvoidPlannerBenchmarkResult.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.statisticFields in org.optaplanner.benchmark.impl.statistic declared as ProblemBenchmarkResultModifier and TypeFieldDescriptionprotected ProblemBenchmarkResult<Object>ProblemStatistic.problemBenchmarkResultMethods in org.optaplanner.benchmark.impl.statistic that return ProblemBenchmarkResultMethods in org.optaplanner.benchmark.impl.statistic with parameters of type ProblemBenchmarkResultModifier and TypeMethodDescriptionvoidProblemStatistic.setProblemBenchmarkResult(ProblemBenchmarkResult problemBenchmarkResult) Constructors in org.optaplanner.benchmark.impl.statistic with parameters of type ProblemBenchmarkResultModifierConstructorDescriptionprotectedProblemStatistic(ProblemBenchmarkResult problemBenchmarkResult, ProblemStatisticType problemStatisticType) 
- 
Uses of ProblemBenchmarkResult in org.optaplanner.benchmark.impl.statistic.bestscoreConstructors in org.optaplanner.benchmark.impl.statistic.bestscore with parameters of type ProblemBenchmarkResultModifierConstructorDescriptionBestScoreProblemStatistic(ProblemBenchmarkResult problemBenchmarkResult) 
- 
Uses of ProblemBenchmarkResult in org.optaplanner.benchmark.impl.statistic.bestsolutionmutationConstructors in org.optaplanner.benchmark.impl.statistic.bestsolutionmutation with parameters of type ProblemBenchmarkResultModifierConstructorDescriptionBestSolutionMutationProblemStatistic(ProblemBenchmarkResult problemBenchmarkResult) 
- 
Uses of ProblemBenchmarkResult in org.optaplanner.benchmark.impl.statistic.memoryuseConstructors in org.optaplanner.benchmark.impl.statistic.memoryuse with parameters of type ProblemBenchmarkResultModifierConstructorDescriptionMemoryUseProblemStatistic(ProblemBenchmarkResult problemBenchmarkResult) 
- 
Uses of ProblemBenchmarkResult in org.optaplanner.benchmark.impl.statistic.movecountperstepConstructors in org.optaplanner.benchmark.impl.statistic.movecountperstep with parameters of type ProblemBenchmarkResultModifierConstructorDescriptionMoveCountPerStepProblemStatistic(ProblemBenchmarkResult problemBenchmarkResult) 
- 
Uses of ProblemBenchmarkResult in org.optaplanner.benchmark.impl.statistic.scorecalculationspeedConstructors in org.optaplanner.benchmark.impl.statistic.scorecalculationspeed with parameters of type ProblemBenchmarkResultModifierConstructorDescriptionScoreCalculationSpeedProblemStatistic(ProblemBenchmarkResult problemBenchmarkResult) 
- 
Uses of ProblemBenchmarkResult in org.optaplanner.benchmark.impl.statistic.stepscoreConstructors in org.optaplanner.benchmark.impl.statistic.stepscore with parameters of type ProblemBenchmarkResultModifierConstructorDescriptionStepScoreProblemStatistic(ProblemBenchmarkResult problemBenchmarkResult)