Package | Description |
---|---|
org.optaplanner.benchmark.impl | |
org.optaplanner.benchmark.impl.ranking | |
org.optaplanner.benchmark.impl.statistic |
Modifier and Type | Method and Description |
---|---|
SingleBenchmark |
SingleBenchmark.call() |
SingleBenchmark |
SolverBenchmark.findSingleBenchmark(ProblemBenchmark problemBenchmark) |
SingleBenchmark |
ProblemBenchmark.getWinningSingleBenchmark() |
SingleBenchmark |
ProblemBenchmark.getWorstSingleBenchmark() |
Modifier and Type | Method and Description |
---|---|
List<SingleBenchmark> |
ProblemBenchmark.getSingleBenchmarkList() |
List<SingleBenchmark> |
SolverBenchmark.getSingleBenchmarkList() |
Modifier and Type | Method and Description |
---|---|
void |
ProblemBenchmark.writeOutputSolution(SingleBenchmark singleBenchmark,
org.optaplanner.core.impl.solution.Solution outputSolution) |
Modifier and Type | Method and Description |
---|---|
void |
ProblemBenchmark.setSingleBenchmarkList(List<SingleBenchmark> singleBenchmarkList) |
void |
SolverBenchmark.setSingleBenchmarkList(List<SingleBenchmark> singleBenchmarkList) |
Modifier and Type | Method and Description |
---|---|
int |
SingleBenchmarkRankingComparator.compare(SingleBenchmark a,
SingleBenchmark b) |
Modifier and Type | Field and Description |
---|---|
protected Map<SingleBenchmark,String> |
AbstractProblemStatistic.ProblemStatisticCsvLine.valueMap |
Modifier and Type | Method and Description |
---|---|
Map<SingleBenchmark,String> |
AbstractProblemStatistic.ProblemStatisticCsvLine.getValueMap() |
Modifier and Type | Method and Description |
---|---|
void |
AbstractProblemStatistic.ProblemStatisticCsv.addPoint(SingleBenchmark singleBenchmark,
long timeMillisSpend,
double value) |
void |
AbstractProblemStatistic.ProblemStatisticCsv.addPoint(SingleBenchmark singleBenchmark,
long timeMillisSpend,
long value) |
void |
AbstractProblemStatistic.ProblemStatisticCsv.addPoint(SingleBenchmark singleBenchmark,
long timeMillisSpend,
String value) |
Copyright © 2006-2013 JBoss by Red Hat. All Rights Reserved.