Uses of Class
org.optaplanner.benchmark.impl.result.ProblemBenchmarkResult
-
-
Uses of ProblemBenchmarkResult in org.optaplanner.benchmark.config.statistic
Methods in org.optaplanner.benchmark.config.statistic with parameters of type ProblemBenchmarkResult Modifier and Type Method Description ProblemStatistic
ProblemStatisticType. buildProblemStatistic(ProblemBenchmarkResult problemBenchmarkResult)
-
Uses of ProblemBenchmarkResult in org.optaplanner.benchmark.impl.result
Methods in org.optaplanner.benchmark.impl.result that return ProblemBenchmarkResult Modifier and Type Method Description ProblemBenchmarkResult
SingleBenchmarkResult. getProblemBenchmarkResult()
Methods in org.optaplanner.benchmark.impl.result that return types with arguments of type ProblemBenchmarkResult Modifier and Type Method Description protected 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)
List<ProblemBenchmarkResult>
PlannerBenchmarkResult. getUnifiedProblemBenchmarkResultList()
Methods in org.optaplanner.benchmark.impl.result with parameters of type ProblemBenchmarkResult Modifier and Type Method Description protected static SingleBenchmarkResult
SingleBenchmarkResult. createMerge(SolverBenchmarkResult solverBenchmarkResult, ProblemBenchmarkResult problemBenchmarkResult, SingleBenchmarkResult oldResult)
SingleBenchmarkResult
SolverBenchmarkResult. findSingleBenchmark(ProblemBenchmarkResult problemBenchmarkResult)
void
SingleBenchmarkResult. setProblemBenchmarkResult(ProblemBenchmarkResult problemBenchmarkResult)
Method parameters in org.optaplanner.benchmark.impl.result with type arguments of type ProblemBenchmarkResult Modifier and Type Method Description void
PlannerBenchmarkResult. setUnifiedProblemBenchmarkResultList(List<ProblemBenchmarkResult> unifiedProblemBenchmarkResultList)
Constructors in org.optaplanner.benchmark.impl.result with parameters of type ProblemBenchmarkResult Constructor Description SingleBenchmarkResult(SolverBenchmarkResult solverBenchmarkResult, ProblemBenchmarkResult problemBenchmarkResult)
-
Uses of ProblemBenchmarkResult in org.optaplanner.benchmark.impl.statistic
Fields in org.optaplanner.benchmark.impl.statistic declared as ProblemBenchmarkResult Modifier and Type Field Description protected ProblemBenchmarkResult<Object>
ProblemStatistic. problemBenchmarkResult
Methods in org.optaplanner.benchmark.impl.statistic that return ProblemBenchmarkResult Modifier and Type Method Description ProblemBenchmarkResult
ProblemStatistic. getProblemBenchmarkResult()
Methods in org.optaplanner.benchmark.impl.statistic with parameters of type ProblemBenchmarkResult Modifier and Type Method Description void
ProblemStatistic. setProblemBenchmarkResult(ProblemBenchmarkResult problemBenchmarkResult)
Constructors in org.optaplanner.benchmark.impl.statistic with parameters of type ProblemBenchmarkResult Constructor Description 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 ProblemBenchmarkResult Constructor Description BestScoreProblemStatistic(ProblemBenchmarkResult problemBenchmarkResult)
-
Uses of ProblemBenchmarkResult in org.optaplanner.benchmark.impl.statistic.bestsolutionmutation
Constructors in org.optaplanner.benchmark.impl.statistic.bestsolutionmutation with parameters of type ProblemBenchmarkResult Constructor Description BestSolutionMutationProblemStatistic(ProblemBenchmarkResult problemBenchmarkResult)
-
Uses of ProblemBenchmarkResult in org.optaplanner.benchmark.impl.statistic.memoryuse
Constructors in org.optaplanner.benchmark.impl.statistic.memoryuse with parameters of type ProblemBenchmarkResult Constructor Description MemoryUseProblemStatistic(ProblemBenchmarkResult problemBenchmarkResult)
-
Uses of ProblemBenchmarkResult in org.optaplanner.benchmark.impl.statistic.movecountperstep
Constructors in org.optaplanner.benchmark.impl.statistic.movecountperstep with parameters of type ProblemBenchmarkResult Constructor Description MoveCountPerStepProblemStatistic(ProblemBenchmarkResult problemBenchmarkResult)
-
Uses of ProblemBenchmarkResult in org.optaplanner.benchmark.impl.statistic.scorecalculationspeed
Constructors in org.optaplanner.benchmark.impl.statistic.scorecalculationspeed with parameters of type ProblemBenchmarkResult Constructor Description ScoreCalculationSpeedProblemStatistic(ProblemBenchmarkResult problemBenchmarkResult)
-
Uses of ProblemBenchmarkResult in org.optaplanner.benchmark.impl.statistic.stepscore
Constructors in org.optaplanner.benchmark.impl.statistic.stepscore with parameters of type ProblemBenchmarkResult Constructor Description StepScoreProblemStatistic(ProblemBenchmarkResult problemBenchmarkResult)
-