|
OptaPlanner distribution 6.1.0.Final | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of SingleBenchmarkResult in org.optaplanner.benchmark.impl |
---|
Methods in org.optaplanner.benchmark.impl that return SingleBenchmarkResult | |
---|---|
SingleBenchmarkResult |
SingleBenchmarkRunner.getSingleBenchmarkResult()
|
Constructors in org.optaplanner.benchmark.impl with parameters of type SingleBenchmarkResult | |
---|---|
SingleBenchmarkRunner(SingleBenchmarkResult singleBenchmarkResult)
|
Uses of SingleBenchmarkResult in org.optaplanner.benchmark.impl.aggregator |
---|
Method parameters in org.optaplanner.benchmark.impl.aggregator with type arguments of type SingleBenchmarkResult | |
---|---|
File |
BenchmarkAggregator.aggregate(List<SingleBenchmarkResult> singleBenchmarkResultList)
|
File |
BenchmarkAggregator.aggregate(List<SingleBenchmarkResult> singleBenchmarkResultList,
Map<SolverBenchmarkResult,String> solverBenchamkarkResultNameMap)
|
Uses of SingleBenchmarkResult in org.optaplanner.benchmark.impl.ranking |
---|
Methods in org.optaplanner.benchmark.impl.ranking with parameters of type SingleBenchmarkResult | |
---|---|
int |
SingleBenchmarkRankingComparator.compare(SingleBenchmarkResult a,
SingleBenchmarkResult b)
|
Uses of SingleBenchmarkResult in org.optaplanner.benchmark.impl.result |
---|
Methods in org.optaplanner.benchmark.impl.result that return SingleBenchmarkResult | |
---|---|
protected static SingleBenchmarkResult |
SingleBenchmarkResult.createMerge(SolverBenchmarkResult solverBenchmarkResult,
ProblemBenchmarkResult problemBenchmarkResult,
SingleBenchmarkResult oldResult)
|
SingleBenchmarkResult |
SolverBenchmarkResult.findSingleBenchmark(ProblemBenchmarkResult problemBenchmarkResult)
|
SingleBenchmarkResult |
ProblemBenchmarkResult.getWinningSingleBenchmarkResult()
|
SingleBenchmarkResult |
ProblemBenchmarkResult.getWorstSingleBenchmarkResult()
|
Methods in org.optaplanner.benchmark.impl.result that return types with arguments of type SingleBenchmarkResult | |
---|---|
List<SingleBenchmarkResult> |
SolverBenchmarkResult.getSingleBenchmarkResultList()
|
List<SingleBenchmarkResult> |
ProblemBenchmarkResult.getSingleBenchmarkResultList()
|
Methods in org.optaplanner.benchmark.impl.result with parameters of type SingleBenchmarkResult | |
---|---|
protected static SingleBenchmarkResult |
SingleBenchmarkResult.createMerge(SolverBenchmarkResult solverBenchmarkResult,
ProblemBenchmarkResult problemBenchmarkResult,
SingleBenchmarkResult oldResult)
|
void |
ProblemBenchmarkResult.writeOutputSolution(SingleBenchmarkResult singleBenchmarkResult,
Solution outputSolution)
|
Uses of SingleBenchmarkResult in org.optaplanner.benchmark.impl.statistic |
---|
Fields in org.optaplanner.benchmark.impl.statistic declared as SingleBenchmarkResult | |
---|---|
protected SingleBenchmarkResult |
SingleStatistic.singleBenchmarkResult
|
Methods in org.optaplanner.benchmark.impl.statistic with parameters of type SingleBenchmarkResult | |
---|---|
abstract SingleStatistic |
ProblemStatistic.createSingleStatistic(SingleBenchmarkResult singleBenchmarkResult)
|
Constructors in org.optaplanner.benchmark.impl.statistic with parameters of type SingleBenchmarkResult | |
---|---|
SingleStatistic(SingleBenchmarkResult singleBenchmarkResult,
StatisticType statisticType)
|
Uses of SingleBenchmarkResult in org.optaplanner.benchmark.impl.statistic.bestscore |
---|
Methods in org.optaplanner.benchmark.impl.statistic.bestscore with parameters of type SingleBenchmarkResult | |
---|---|
SingleStatistic |
BestScoreProblemStatistic.createSingleStatistic(SingleBenchmarkResult singleBenchmarkResult)
|
Constructors in org.optaplanner.benchmark.impl.statistic.bestscore with parameters of type SingleBenchmarkResult | |
---|---|
BestScoreSingleStatistic(SingleBenchmarkResult singleBenchmarkResult)
|
Uses of SingleBenchmarkResult in org.optaplanner.benchmark.impl.statistic.bestsolutionmutation |
---|
Methods in org.optaplanner.benchmark.impl.statistic.bestsolutionmutation with parameters of type SingleBenchmarkResult | |
---|---|
SingleStatistic |
BestSolutionMutationProblemStatistic.createSingleStatistic(SingleBenchmarkResult singleBenchmarkResult)
|
Constructors in org.optaplanner.benchmark.impl.statistic.bestsolutionmutation with parameters of type SingleBenchmarkResult | |
---|---|
BestSolutionMutationSingleStatistic(SingleBenchmarkResult singleBenchmarkResult)
|
Uses of SingleBenchmarkResult in org.optaplanner.benchmark.impl.statistic.calculatecount |
---|
Methods in org.optaplanner.benchmark.impl.statistic.calculatecount with parameters of type SingleBenchmarkResult | |
---|---|
SingleStatistic |
CalculateCountProblemStatistic.createSingleStatistic(SingleBenchmarkResult singleBenchmarkResult)
|
Constructors in org.optaplanner.benchmark.impl.statistic.calculatecount with parameters of type SingleBenchmarkResult | |
---|---|
CalculateCountSingleStatistic(SingleBenchmarkResult singleBenchmarkResult)
|
|
CalculateCountSingleStatistic(SingleBenchmarkResult singleBenchmarkResult,
long timeMillisThresholdInterval)
|
Uses of SingleBenchmarkResult in org.optaplanner.benchmark.impl.statistic.memoryuse |
---|
Methods in org.optaplanner.benchmark.impl.statistic.memoryuse with parameters of type SingleBenchmarkResult | |
---|---|
SingleStatistic |
MemoryUseProblemStatistic.createSingleStatistic(SingleBenchmarkResult singleBenchmarkResult)
|
Constructors in org.optaplanner.benchmark.impl.statistic.memoryuse with parameters of type SingleBenchmarkResult | |
---|---|
MemoryUseSingleStatistic(SingleBenchmarkResult singleBenchmarkResult)
|
|
MemoryUseSingleStatistic(SingleBenchmarkResult singleBenchmarkResult,
long timeMillisThresholdInterval)
|
Uses of SingleBenchmarkResult in org.optaplanner.benchmark.impl.statistic.movecountperstep |
---|
Methods in org.optaplanner.benchmark.impl.statistic.movecountperstep with parameters of type SingleBenchmarkResult | |
---|---|
SingleStatistic |
MoveCountPerStepProblemStatistic.createSingleStatistic(SingleBenchmarkResult singleBenchmarkResult)
|
Constructors in org.optaplanner.benchmark.impl.statistic.movecountperstep with parameters of type SingleBenchmarkResult | |
---|---|
MoveCountPerStepSingleStatistic(SingleBenchmarkResult singleBenchmarkResult)
|
Uses of SingleBenchmarkResult in org.optaplanner.benchmark.impl.statistic.stepscore |
---|
Methods in org.optaplanner.benchmark.impl.statistic.stepscore with parameters of type SingleBenchmarkResult | |
---|---|
SingleStatistic |
StepScoreProblemStatistic.createSingleStatistic(SingleBenchmarkResult singleBenchmarkResult)
|
Constructors in org.optaplanner.benchmark.impl.statistic.stepscore with parameters of type SingleBenchmarkResult | |
---|---|
StepScoreSingleStatistic(SingleBenchmarkResult singleBenchmarkResult)
|
|
OptaPlanner distribution 6.1.0.Final | |||||||||
PREV NEXT | FRAMES NO FRAMES |