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.report
Methods 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 TypeMethodDescriptionvoid
BenchmarkReportConfig.setSolverRankingComparatorClass
(Class<? extends Comparator<SolverBenchmarkResult>> solverRankingComparatorClass) BenchmarkReportConfig.withSolverRankingComparatorClass
(Class<? extends Comparator<SolverBenchmarkResult>> solverRankingComparatorClass) -
Uses of SolverBenchmarkResult in org.optaplanner.benchmark.impl
Methods 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.aggregator
Method 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.ranking
Methods 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 TypeMethodDescriptionint
TotalScoreSolverRankingComparator.compare
(SolverBenchmarkResult a, SolverBenchmarkResult b) int
WorstScoreSolverRankingComparator.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.report
Methods 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 TypeMethodDescriptionvoid
BenchmarkReport.setSolverRankingComparator
(Comparator<SolverBenchmarkResult> solverRankingComparator) -
Uses of SolverBenchmarkResult in org.optaplanner.benchmark.impl.result
Methods 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 SingleBenchmarkResult
SingleBenchmarkResult.createMerge
(SolverBenchmarkResult solverBenchmarkResult, ProblemBenchmarkResult problemBenchmarkResult, SingleBenchmarkResult oldResult) void
SingleBenchmarkResult.setSolverBenchmarkResult
(SolverBenchmarkResult solverBenchmarkResult) Method parameters in org.optaplanner.benchmark.impl.result with type arguments of type SolverBenchmarkResultModifier and TypeMethodDescriptionvoid
PlannerBenchmarkResult.setSolverBenchmarkResultList
(List<SolverBenchmarkResult> solverBenchmarkResultList) Constructors in org.optaplanner.benchmark.impl.result with parameters of type SolverBenchmarkResultModifierConstructorDescriptionSingleBenchmarkResult
(SolverBenchmarkResult solverBenchmarkResult, ProblemBenchmarkResult problemBenchmarkResult)