Uses of Class
org.optaplanner.benchmark.impl.result.SingleBenchmarkResult
Packages that use SingleBenchmarkResult
Package
Description
- 
Uses of SingleBenchmarkResult in org.optaplanner.benchmark.impl.aggregatorMethod 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.rankingMethods in org.optaplanner.benchmark.impl.ranking with parameters of type SingleBenchmarkResultModifier and TypeMethodDescriptionintTotalScoreSingleBenchmarkRankingComparator.compare(SingleBenchmarkResult a, SingleBenchmarkResult b) 
- 
Uses of SingleBenchmarkResult in org.optaplanner.benchmark.impl.resultMethods in org.optaplanner.benchmark.impl.result that return SingleBenchmarkResultModifier and TypeMethodDescriptionprotected static SingleBenchmarkResultSingleBenchmarkResult.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 SingleBenchmarkResultSingleBenchmarkResult.createMerge(SolverBenchmarkResult solverBenchmarkResult, ProblemBenchmarkResult problemBenchmarkResult, SingleBenchmarkResult oldResult) protected static SubSingleBenchmarkResultSubSingleBenchmarkResult.createMerge(SingleBenchmarkResult singleBenchmarkResult, SubSingleBenchmarkResult oldResult, int subSingleBenchmarkIndex) voidSubSingleBenchmarkResult.setSingleBenchmarkResult(SingleBenchmarkResult singleBenchmarkResult) Method parameters in org.optaplanner.benchmark.impl.result with type arguments of type SingleBenchmarkResultModifier and TypeMethodDescriptionstatic PlannerBenchmarkResultPlannerBenchmarkResult.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 PlannerBenchmarkResultPlannerBenchmarkResult.createMergeSingleton(List<SingleBenchmarkResult> singleBenchmarkResultList) voidProblemBenchmarkResult.setSingleBenchmarkResultList(List<SingleBenchmarkResult> singleBenchmarkResultList) voidSolverBenchmarkResult.setSingleBenchmarkResultList(List<SingleBenchmarkResult> singleBenchmarkResultList) Constructors in org.optaplanner.benchmark.impl.result with parameters of type SingleBenchmarkResultModifierConstructorDescriptionSubSingleBenchmarkResult(SingleBenchmarkResult singleBenchmarkResult, int subSingleBenchmarkIndex)