Uses of Class
org.optaplanner.benchmark.impl.result.SolverBenchmarkResult
Packages that use SolverBenchmarkResult
Package
Description
Implementation classes of OptaPlanner Benchmark.
- 
Uses of SolverBenchmarkResult in org.optaplanner.benchmark.config.reportMethods in org.optaplanner.benchmark.config.report that return types with arguments of type SolverBenchmarkResultModifier and TypeMethodDescriptionClass<? extends Comparator<SolverBenchmarkResult>>BenchmarkReportConfig.getSolverRankingComparatorClass()Method parameters in org.optaplanner.benchmark.config.report with type arguments of type SolverBenchmarkResultModifier and TypeMethodDescriptionvoidBenchmarkReportConfig.setSolverRankingComparatorClass(Class<? extends Comparator<SolverBenchmarkResult>> solverRankingComparatorClass) BenchmarkReportConfig.withSolverRankingComparatorClass(Class<? extends Comparator<SolverBenchmarkResult>> solverRankingComparatorClass) 
- 
Uses of SolverBenchmarkResult in org.optaplanner.benchmark.implMethods in org.optaplanner.benchmark.impl with parameters of type SolverBenchmarkResultModifier and TypeMethodDescription<Solution_>
 voidProblemBenchmarksFactory.buildProblemBenchmarkList(SolverBenchmarkResult solverBenchmarkResult, Solution_[] extraProblems) 
- 
Uses of SolverBenchmarkResult in org.optaplanner.benchmark.impl.aggregatorMethod parameters in org.optaplanner.benchmark.impl.aggregator with type arguments of type SolverBenchmarkResultModifier and TypeMethodDescriptionBenchmarkAggregator.aggregate(List<SingleBenchmarkResult> singleBenchmarkResultList, Map<SolverBenchmarkResult, String> solverBenchmarkResultNameMap) 
- 
Uses of SolverBenchmarkResult in org.optaplanner.benchmark.impl.rankingMethods in org.optaplanner.benchmark.impl.ranking that return SolverBenchmarkResultModifier and TypeMethodDescriptionTotalRankSolverRankingWeightFactory.TotalRankSolverRankingWeight.getSolverBenchmarkResult()Methods in org.optaplanner.benchmark.impl.ranking with parameters of type SolverBenchmarkResultModifier and TypeMethodDescriptionintTotalScoreSolverRankingComparator.compare(SolverBenchmarkResult a, SolverBenchmarkResult b) intWorstScoreSolverRankingComparator.compare(SolverBenchmarkResult a, SolverBenchmarkResult b) SolverRankingWeightFactory.createRankingWeight(List<SolverBenchmarkResult> solverBenchmarkResultList, SolverBenchmarkResult solverBenchmarkResult) The ranking function.TotalRankSolverRankingWeightFactory.createRankingWeight(List<SolverBenchmarkResult> solverBenchmarkResultList, SolverBenchmarkResult solverBenchmarkResult) Method parameters in org.optaplanner.benchmark.impl.ranking with type arguments of type SolverBenchmarkResultModifier and TypeMethodDescriptionSolverRankingWeightFactory.createRankingWeight(List<SolverBenchmarkResult> solverBenchmarkResultList, SolverBenchmarkResult solverBenchmarkResult) The ranking function.TotalRankSolverRankingWeightFactory.createRankingWeight(List<SolverBenchmarkResult> solverBenchmarkResultList, SolverBenchmarkResult solverBenchmarkResult) Constructors in org.optaplanner.benchmark.impl.ranking with parameters of type SolverBenchmarkResultModifierConstructorDescriptionTotalRankSolverRankingWeight(SolverBenchmarkResult solverBenchmarkResult, int betterCount, int equalCount, int lowerCount) 
- 
Uses of SolverBenchmarkResult in org.optaplanner.benchmark.impl.reportMethods in org.optaplanner.benchmark.impl.report that return types with arguments of type SolverBenchmarkResultMethod parameters in org.optaplanner.benchmark.impl.report with type arguments of type SolverBenchmarkResultModifier and TypeMethodDescriptionvoidBenchmarkReport.setSolverRankingComparator(Comparator<SolverBenchmarkResult> solverRankingComparator) 
- 
Uses of SolverBenchmarkResult in org.optaplanner.benchmark.impl.resultMethods in org.optaplanner.benchmark.impl.result that return SolverBenchmarkResultModifier and TypeMethodDescriptionPlannerBenchmarkResult.getFavoriteSolverBenchmarkResult()SingleBenchmarkResult.getSolverBenchmarkResult()Methods in org.optaplanner.benchmark.impl.result that return types with arguments of type SolverBenchmarkResultModifier and TypeMethodDescriptionprotected static Map<SolverBenchmarkResult,SolverBenchmarkResult> SolverBenchmarkResult.createMergeMap(PlannerBenchmarkResult newPlannerBenchmarkResult, List<SingleBenchmarkResult> singleBenchmarkResultList) protected static Map<SolverBenchmarkResult,SolverBenchmarkResult> SolverBenchmarkResult.createMergeMap(PlannerBenchmarkResult newPlannerBenchmarkResult, List<SingleBenchmarkResult> singleBenchmarkResultList) PlannerBenchmarkResult.getSolverBenchmarkResultList()Methods in org.optaplanner.benchmark.impl.result with parameters of type SolverBenchmarkResultModifier and TypeMethodDescriptionprotected static SingleBenchmarkResultSingleBenchmarkResult.createMerge(SolverBenchmarkResult solverBenchmarkResult, ProblemBenchmarkResult problemBenchmarkResult, SingleBenchmarkResult oldResult) voidSingleBenchmarkResult.setSolverBenchmarkResult(SolverBenchmarkResult solverBenchmarkResult) Method parameters in org.optaplanner.benchmark.impl.result with type arguments of type SolverBenchmarkResultModifier and TypeMethodDescriptionvoidPlannerBenchmarkResult.setSolverBenchmarkResultList(List<SolverBenchmarkResult> solverBenchmarkResultList) Constructors in org.optaplanner.benchmark.impl.result with parameters of type SolverBenchmarkResultModifierConstructorDescriptionSingleBenchmarkResult(SolverBenchmarkResult solverBenchmarkResult, ProblemBenchmarkResult problemBenchmarkResult)