|
OptaPlanner distribution 6.0.0.Final | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SingleBenchmark | |
---|---|
org.optaplanner.benchmark.impl | |
org.optaplanner.benchmark.impl.ranking | |
org.optaplanner.benchmark.impl.statistic |
Uses of SingleBenchmark in org.optaplanner.benchmark.impl |
---|
Methods in org.optaplanner.benchmark.impl that return SingleBenchmark | |
---|---|
SingleBenchmark |
SingleBenchmark.call()
|
SingleBenchmark |
SolverBenchmark.findSingleBenchmark(ProblemBenchmark problemBenchmark)
|
SingleBenchmark |
ProblemBenchmark.getWinningSingleBenchmark()
|
SingleBenchmark |
ProblemBenchmark.getWorstSingleBenchmark()
|
Methods in org.optaplanner.benchmark.impl that return types with arguments of type SingleBenchmark | |
---|---|
List<SingleBenchmark> |
SolverBenchmark.getSingleBenchmarkList()
|
List<SingleBenchmark> |
ProblemBenchmark.getSingleBenchmarkList()
|
Methods in org.optaplanner.benchmark.impl with parameters of type SingleBenchmark | |
---|---|
void |
ProblemBenchmark.writeOutputSolution(SingleBenchmark singleBenchmark,
Solution outputSolution)
|
Method parameters in org.optaplanner.benchmark.impl with type arguments of type SingleBenchmark | |
---|---|
void |
SolverBenchmark.setSingleBenchmarkList(List<SingleBenchmark> singleBenchmarkList)
|
void |
ProblemBenchmark.setSingleBenchmarkList(List<SingleBenchmark> singleBenchmarkList)
|
Uses of SingleBenchmark in org.optaplanner.benchmark.impl.ranking |
---|
Methods in org.optaplanner.benchmark.impl.ranking with parameters of type SingleBenchmark | |
---|---|
int |
SingleBenchmarkRankingComparator.compare(SingleBenchmark a,
SingleBenchmark b)
|
Uses of SingleBenchmark in org.optaplanner.benchmark.impl.statistic |
---|
Fields in org.optaplanner.benchmark.impl.statistic with type parameters of type SingleBenchmark | |
---|---|
protected Map<SingleBenchmark,String> |
AbstractProblemStatistic.ProblemStatisticCsvLine.valueMap
|
Methods in org.optaplanner.benchmark.impl.statistic that return types with arguments of type SingleBenchmark | |
---|---|
Map<SingleBenchmark,String> |
AbstractProblemStatistic.ProblemStatisticCsvLine.getValueMap()
|
Methods in org.optaplanner.benchmark.impl.statistic with parameters of type SingleBenchmark | |
---|---|
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)
|
|
OptaPlanner distribution 6.0.0.Final | |||||||||
PREV NEXT | FRAMES NO FRAMES |