OptaPlanner distribution 6.2.1-SNAPSHOT

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

Packages that use ProblemBenchmarkResult
org.optaplanner.benchmark.config.statistic   
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.stepscore   
 

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

Methods in org.optaplanner.benchmark.config.statistic with parameters of type ProblemBenchmarkResult
 ProblemStatistic ProblemStatisticType.buildProblemStatistic(ProblemBenchmarkResult problemBenchmarkResult)
           
 

Uses of ProblemBenchmarkResult in org.optaplanner.benchmark.impl.result
 

Methods in org.optaplanner.benchmark.impl.result that return ProblemBenchmarkResult
 ProblemBenchmarkResult SingleBenchmarkResult.getProblemBenchmarkResult()
           
 

Methods in org.optaplanner.benchmark.impl.result that return types with arguments of type ProblemBenchmarkResult
protected static Map<ProblemBenchmarkResult,ProblemBenchmarkResult> ProblemBenchmarkResult.createMergeMap(PlannerBenchmarkResult newPlannerBenchmarkResult, List<SingleBenchmarkResult> singleBenchmarkResultList)
           
protected static Map<ProblemBenchmarkResult,ProblemBenchmarkResult> ProblemBenchmarkResult.createMergeMap(PlannerBenchmarkResult newPlannerBenchmarkResult, List<SingleBenchmarkResult> singleBenchmarkResultList)
           
 List<ProblemBenchmarkResult> PlannerBenchmarkResult.getUnifiedProblemBenchmarkResultList()
           
 

Methods in org.optaplanner.benchmark.impl.result with parameters of type ProblemBenchmarkResult
protected static SingleBenchmarkResult SingleBenchmarkResult.createMerge(SolverBenchmarkResult solverBenchmarkResult, ProblemBenchmarkResult problemBenchmarkResult, SingleBenchmarkResult oldResult)
           
 SingleBenchmarkResult SolverBenchmarkResult.findSingleBenchmark(ProblemBenchmarkResult problemBenchmarkResult)
           
 void SingleBenchmarkResult.setProblemBenchmarkResult(ProblemBenchmarkResult problemBenchmarkResult)
           
 

Method parameters in org.optaplanner.benchmark.impl.result with type arguments of type ProblemBenchmarkResult
 void PlannerBenchmarkResult.setUnifiedProblemBenchmarkResultList(List<ProblemBenchmarkResult> unifiedProblemBenchmarkResultList)
           
 

Constructors in org.optaplanner.benchmark.impl.result with parameters of type ProblemBenchmarkResult
SingleBenchmarkResult(SolverBenchmarkResult solverBenchmarkResult, ProblemBenchmarkResult problemBenchmarkResult)
           
 

Uses of ProblemBenchmarkResult in org.optaplanner.benchmark.impl.statistic
 

Fields in org.optaplanner.benchmark.impl.statistic declared as ProblemBenchmarkResult
protected  ProblemBenchmarkResult ProblemStatistic.problemBenchmarkResult
           
 

Methods in org.optaplanner.benchmark.impl.statistic that return ProblemBenchmarkResult
 ProblemBenchmarkResult ProblemStatistic.getProblemBenchmarkResult()
           
 

Methods in org.optaplanner.benchmark.impl.statistic with parameters of type ProblemBenchmarkResult
 void ProblemStatistic.setProblemBenchmarkResult(ProblemBenchmarkResult problemBenchmarkResult)
           
 

Constructors in org.optaplanner.benchmark.impl.statistic with parameters of type ProblemBenchmarkResult
ProblemStatistic(ProblemBenchmarkResult problemBenchmarkResult, ProblemStatisticType problemStatisticType)
           
 

Uses of ProblemBenchmarkResult in org.optaplanner.benchmark.impl.statistic.bestscore
 

Constructors in org.optaplanner.benchmark.impl.statistic.bestscore with parameters of type ProblemBenchmarkResult
BestScoreProblemStatistic(ProblemBenchmarkResult problemBenchmarkResult)
           
 

Uses of ProblemBenchmarkResult in org.optaplanner.benchmark.impl.statistic.bestsolutionmutation
 

Constructors in org.optaplanner.benchmark.impl.statistic.bestsolutionmutation with parameters of type ProblemBenchmarkResult
BestSolutionMutationProblemStatistic(ProblemBenchmarkResult problemBenchmarkResult)
           
 

Uses of ProblemBenchmarkResult in org.optaplanner.benchmark.impl.statistic.calculatecount
 

Constructors in org.optaplanner.benchmark.impl.statistic.calculatecount with parameters of type ProblemBenchmarkResult
CalculateCountProblemStatistic(ProblemBenchmarkResult problemBenchmarkResult)
           
 

Uses of ProblemBenchmarkResult in org.optaplanner.benchmark.impl.statistic.memoryuse
 

Constructors in org.optaplanner.benchmark.impl.statistic.memoryuse with parameters of type ProblemBenchmarkResult
MemoryUseProblemStatistic(ProblemBenchmarkResult problemBenchmarkResult)
           
 

Uses of ProblemBenchmarkResult in org.optaplanner.benchmark.impl.statistic.movecountperstep
 

Constructors in org.optaplanner.benchmark.impl.statistic.movecountperstep with parameters of type ProblemBenchmarkResult
MoveCountPerStepProblemStatistic(ProblemBenchmarkResult problemBenchmarkResult)
           
 

Uses of ProblemBenchmarkResult in org.optaplanner.benchmark.impl.statistic.stepscore
 

Constructors in org.optaplanner.benchmark.impl.statistic.stepscore with parameters of type ProblemBenchmarkResult
StepScoreProblemStatistic(ProblemBenchmarkResult problemBenchmarkResult)
           
 


OptaPlanner distribution 6.2.1-SNAPSHOT

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