OptaPlanner distribution 6.2.1-SNAPSHOT

Uses of Class
org.optaplanner.benchmark.impl.result.SingleBenchmarkResult

Packages that use SingleBenchmarkResult
org.optaplanner.benchmark.config.statistic   
org.optaplanner.benchmark.impl   
org.optaplanner.benchmark.impl.aggregator   
org.optaplanner.benchmark.impl.ranking   
org.optaplanner.benchmark.impl.result   
org.optaplanner.benchmark.impl.statistic   
org.optaplanner.benchmark.impl.statistic.bestscore   
org.optaplanner.benchmark.impl.statistic.bestsolutionmutation   
org.optaplanner.benchmark.impl.statistic.calculatecount   
org.optaplanner.benchmark.impl.statistic.memoryuse   
org.optaplanner.benchmark.impl.statistic.movecountperstep   
org.optaplanner.benchmark.impl.statistic.single.constraintmatchtotalbestscore   
org.optaplanner.benchmark.impl.statistic.single.constraintmatchtotalstepscore   
org.optaplanner.benchmark.impl.statistic.single.pickedmovetypebestscore   
org.optaplanner.benchmark.impl.statistic.single.pickedmovetypestepscore   
org.optaplanner.benchmark.impl.statistic.stepscore   
 

Uses of SingleBenchmarkResult in org.optaplanner.benchmark.config.statistic
 

Methods in org.optaplanner.benchmark.config.statistic with parameters of type SingleBenchmarkResult
 PureSingleStatistic SingleStatisticType.buildPureSingleStatistic(SingleBenchmarkResult singleBenchmarkResult)
           
 

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)
           
 

Method parameters in org.optaplanner.benchmark.impl.result with type arguments of type SingleBenchmarkResult
static PlannerBenchmarkResult PlannerBenchmarkResult.createMergedResult(List<SingleBenchmarkResult> singleBenchmarkResultList)
           
protected static Map<SolverBenchmarkResult,SolverBenchmarkResult> SolverBenchmarkResult.createMergeMap(PlannerBenchmarkResult newPlannerBenchmarkResult, List<SingleBenchmarkResult> singleBenchmarkResultList)
           
protected static Map<ProblemBenchmarkResult,ProblemBenchmarkResult> ProblemBenchmarkResult.createMergeMap(PlannerBenchmarkResult newPlannerBenchmarkResult, List<SingleBenchmarkResult> singleBenchmarkResultList)
           
protected static PlannerBenchmarkResult PlannerBenchmarkResult.createMergeSingleton(List<SingleBenchmarkResult> singleBenchmarkResultList)
           
 void SolverBenchmarkResult.setSingleBenchmarkResultList(List<SingleBenchmarkResult> singleBenchmarkResultList)
           
 void ProblemBenchmarkResult.setSingleBenchmarkResultList(List<SingleBenchmarkResult> singleBenchmarkResultList)
           
 

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 that return SingleBenchmarkResult
 SingleBenchmarkResult SingleStatistic.getSingleBenchmarkResult()
           
 

Methods in org.optaplanner.benchmark.impl.statistic with parameters of type SingleBenchmarkResult
abstract  SingleStatistic ProblemStatistic.createSingleStatistic(SingleBenchmarkResult singleBenchmarkResult)
           
 void SingleStatistic.setSingleBenchmarkResult(SingleBenchmarkResult singleBenchmarkResult)
           
 

Constructors in org.optaplanner.benchmark.impl.statistic with parameters of type SingleBenchmarkResult
ProblemBasedSingleStatistic(SingleBenchmarkResult singleBenchmarkResult, ProblemStatisticType problemStatisticType)
           
PureSingleStatistic(SingleBenchmarkResult singleBenchmarkResult, SingleStatisticType singleStatisticType)
           
SingleStatistic(SingleBenchmarkResult singleBenchmarkResult)
           
 

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.single.constraintmatchtotalbestscore
 

Constructors in org.optaplanner.benchmark.impl.statistic.single.constraintmatchtotalbestscore with parameters of type SingleBenchmarkResult
ConstraintMatchTotalBestScoreSingleStatistic(SingleBenchmarkResult singleBenchmarkResult)
           
 

Uses of SingleBenchmarkResult in org.optaplanner.benchmark.impl.statistic.single.constraintmatchtotalstepscore
 

Constructors in org.optaplanner.benchmark.impl.statistic.single.constraintmatchtotalstepscore with parameters of type SingleBenchmarkResult
ConstraintMatchTotalStepScoreSingleStatistic(SingleBenchmarkResult singleBenchmarkResult)
           
 

Uses of SingleBenchmarkResult in org.optaplanner.benchmark.impl.statistic.single.pickedmovetypebestscore
 

Constructors in org.optaplanner.benchmark.impl.statistic.single.pickedmovetypebestscore with parameters of type SingleBenchmarkResult
PickedMoveTypeBestScoreDiffSingleStatistic(SingleBenchmarkResult singleBenchmarkResult)
           
 

Uses of SingleBenchmarkResult in org.optaplanner.benchmark.impl.statistic.single.pickedmovetypestepscore
 

Constructors in org.optaplanner.benchmark.impl.statistic.single.pickedmovetypestepscore with parameters of type SingleBenchmarkResult
PickedMoveTypeStepScoreDiffSingleStatistic(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.2.1-SNAPSHOT

Copyright © 2006-2015 JBoss by Red Hat. All Rights Reserved.