Modifier and Type | Method and Description |
---|---|
void |
ProblemBenchmarksConfig.buildProblemBenchmarkList(SolverBenchmarkResult solverBenchmarkResult) |
Modifier and Type | Method and Description |
---|---|
Class<? extends Comparator<SolverBenchmarkResult>> |
BenchmarkReportConfig.getSolverRankingComparatorClass() |
Modifier and Type | Method and Description |
---|---|
void |
BenchmarkReportConfig.setSolverRankingComparatorClass(Class<? extends Comparator<SolverBenchmarkResult>> solverRankingComparatorClass) |
Modifier and Type | Method and Description |
---|---|
File |
BenchmarkAggregator.aggregate(List<SingleBenchmarkResult> singleBenchmarkResultList,
Map<SolverBenchmarkResult,String> solverBenchamkarkResultNameMap) |
Modifier and Type | Method and Description |
---|---|
int |
WorstScoreSolverRankingComparator.compare(SolverBenchmarkResult a,
SolverBenchmarkResult b) |
int |
TotalScoreSolverRankingComparator.compare(SolverBenchmarkResult a,
SolverBenchmarkResult b) |
Comparable |
TotalRankSolverRankingWeightFactory.createRankingWeight(List<SolverBenchmarkResult> solverBenchmarkResultList,
SolverBenchmarkResult solverBenchmarkResult) |
Comparable |
SolverRankingWeightFactory.createRankingWeight(List<SolverBenchmarkResult> solverBenchmarkResultList,
SolverBenchmarkResult solverBenchmarkResult)
The ranking function.
|
Modifier and Type | Method and Description |
---|---|
Comparable |
TotalRankSolverRankingWeightFactory.createRankingWeight(List<SolverBenchmarkResult> solverBenchmarkResultList,
SolverBenchmarkResult solverBenchmarkResult) |
Comparable |
SolverRankingWeightFactory.createRankingWeight(List<SolverBenchmarkResult> solverBenchmarkResultList,
SolverBenchmarkResult solverBenchmarkResult)
The ranking function.
|
Constructor and Description |
---|
TotalRankSolverRankingWeightFactory.TotalRankSolverRankingWeight(SolverBenchmarkResult solverBenchmarkResult,
int betterCount,
int equalCount) |
Modifier and Type | Method and Description |
---|---|
Comparator<SolverBenchmarkResult> |
BenchmarkReport.getSolverRankingComparator() |
Modifier and Type | Method and Description |
---|---|
void |
BenchmarkReport.setSolverRankingComparator(Comparator<SolverBenchmarkResult> solverRankingComparator) |
Modifier and Type | Method and Description |
---|---|
SolverBenchmarkResult |
PlannerBenchmarkResult.getFavoriteSolverBenchmarkResult() |
SolverBenchmarkResult |
SingleBenchmarkResult.getSolverBenchmarkResult() |
Modifier and Type | Method and Description |
---|---|
protected static Map<SolverBenchmarkResult,SolverBenchmarkResult> |
SolverBenchmarkResult.createMergeMap(PlannerBenchmarkResult newPlannerBenchmarkResult,
List<SingleBenchmarkResult> singleBenchmarkResultList) |
protected static Map<SolverBenchmarkResult,SolverBenchmarkResult> |
SolverBenchmarkResult.createMergeMap(PlannerBenchmarkResult newPlannerBenchmarkResult,
List<SingleBenchmarkResult> singleBenchmarkResultList) |
List<SolverBenchmarkResult> |
PlannerBenchmarkResult.getSolverBenchmarkResultList() |
Modifier and Type | Method and Description |
---|---|
protected static SingleBenchmarkResult |
SingleBenchmarkResult.createMerge(SolverBenchmarkResult solverBenchmarkResult,
ProblemBenchmarkResult problemBenchmarkResult,
SingleBenchmarkResult oldResult) |
void |
SingleBenchmarkResult.setSolverBenchmarkResult(SolverBenchmarkResult solverBenchmarkResult) |
Modifier and Type | Method and Description |
---|---|
void |
PlannerBenchmarkResult.setSolverBenchmarkResultList(List<SolverBenchmarkResult> solverBenchmarkResultList) |
Constructor and Description |
---|
SingleBenchmarkResult(SolverBenchmarkResult solverBenchmarkResult,
ProblemBenchmarkResult problemBenchmarkResult) |
Copyright © 2006-2015 JBoss by Red Hat. All Rights Reserved.