Uses of Class
org.optaplanner.benchmark.impl.result.SingleBenchmarkResult
Packages that use SingleBenchmarkResult
Package
Description
-
Uses of SingleBenchmarkResult in org.optaplanner.benchmark.impl.aggregator
Method parameters in org.optaplanner.benchmark.impl.aggregator with type arguments of type SingleBenchmarkResultModifier and TypeMethodDescriptionBenchmarkAggregator.aggregate
(List<SingleBenchmarkResult> singleBenchmarkResultList) BenchmarkAggregator.aggregate
(List<SingleBenchmarkResult> singleBenchmarkResultList, Map<SolverBenchmarkResult, String> solverBenchmarkResultNameMap) -
Uses of SingleBenchmarkResult in org.optaplanner.benchmark.impl.ranking
Methods in org.optaplanner.benchmark.impl.ranking with parameters of type SingleBenchmarkResultModifier and TypeMethodDescriptionint
TotalScoreSingleBenchmarkRankingComparator.compare
(SingleBenchmarkResult a, SingleBenchmarkResult b) -
Uses of SingleBenchmarkResult in org.optaplanner.benchmark.impl.result
Methods in org.optaplanner.benchmark.impl.result that return SingleBenchmarkResultModifier and TypeMethodDescriptionprotected static SingleBenchmarkResult
SingleBenchmarkResult.createMerge
(SolverBenchmarkResult solverBenchmarkResult, ProblemBenchmarkResult problemBenchmarkResult, SingleBenchmarkResult oldResult) SolverBenchmarkResult.findSingleBenchmark
(ProblemBenchmarkResult problemBenchmarkResult) SubSingleBenchmarkResult.getSingleBenchmarkResult()
ProblemBenchmarkResult.getWinningSingleBenchmarkResult()
ProblemBenchmarkResult.getWorstSingleBenchmarkResult()
Methods in org.optaplanner.benchmark.impl.result that return types with arguments of type SingleBenchmarkResultModifier and TypeMethodDescriptionProblemBenchmarkResult.getSingleBenchmarkResultList()
SolverBenchmarkResult.getSingleBenchmarkResultList()
Methods in org.optaplanner.benchmark.impl.result with parameters of type SingleBenchmarkResultModifier and TypeMethodDescriptionprotected static SingleBenchmarkResult
SingleBenchmarkResult.createMerge
(SolverBenchmarkResult solverBenchmarkResult, ProblemBenchmarkResult problemBenchmarkResult, SingleBenchmarkResult oldResult) protected static SubSingleBenchmarkResult
SubSingleBenchmarkResult.createMerge
(SingleBenchmarkResult singleBenchmarkResult, SubSingleBenchmarkResult oldResult, int subSingleBenchmarkIndex) void
SubSingleBenchmarkResult.setSingleBenchmarkResult
(SingleBenchmarkResult singleBenchmarkResult) Method parameters in org.optaplanner.benchmark.impl.result with type arguments of type SingleBenchmarkResultModifier and TypeMethodDescriptionstatic PlannerBenchmarkResult
PlannerBenchmarkResult.createMergedResult
(List<SingleBenchmarkResult> singleBenchmarkResultList) protected static <Solution_>
Map<ProblemBenchmarkResult,ProblemBenchmarkResult> ProblemBenchmarkResult.createMergeMap
(PlannerBenchmarkResult newPlannerBenchmarkResult, List<SingleBenchmarkResult> singleBenchmarkResultList) protected static Map<SolverBenchmarkResult,
SolverBenchmarkResult> SolverBenchmarkResult.createMergeMap
(PlannerBenchmarkResult newPlannerBenchmarkResult, List<SingleBenchmarkResult> singleBenchmarkResultList) protected static PlannerBenchmarkResult
PlannerBenchmarkResult.createMergeSingleton
(List<SingleBenchmarkResult> singleBenchmarkResultList) void
ProblemBenchmarkResult.setSingleBenchmarkResultList
(List<SingleBenchmarkResult> singleBenchmarkResultList) void
SolverBenchmarkResult.setSingleBenchmarkResultList
(List<SingleBenchmarkResult> singleBenchmarkResultList) Constructors in org.optaplanner.benchmark.impl.result with parameters of type SingleBenchmarkResultModifierConstructorDescriptionSubSingleBenchmarkResult
(SingleBenchmarkResult singleBenchmarkResult, int subSingleBenchmarkIndex)