OptaPlanner distribution 6.0.2-SNAPSHOT

Uses of Class
org.optaplanner.benchmark.impl.ProblemBenchmark

Packages that use ProblemBenchmark
org.optaplanner.benchmark.config   
org.optaplanner.benchmark.impl   
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.improvingsteppercentage   
org.optaplanner.benchmark.impl.statistic.memoryuse   
org.optaplanner.benchmark.impl.statistic.movecountperstep   
org.optaplanner.benchmark.impl.statistic.stepscore   
 

Uses of ProblemBenchmark in org.optaplanner.benchmark.config
 

Methods in org.optaplanner.benchmark.config that return types with arguments of type ProblemBenchmark
 List<ProblemBenchmark> ProblemBenchmarksConfig.buildProblemBenchmarkList(DefaultPlannerBenchmark plannerBenchmark, SolverBenchmark solverBenchmark)
           
 

Uses of ProblemBenchmark in org.optaplanner.benchmark.impl
 

Methods in org.optaplanner.benchmark.impl that return ProblemBenchmark
 ProblemBenchmark SingleBenchmark.getProblemBenchmark()
           
 

Methods in org.optaplanner.benchmark.impl that return types with arguments of type ProblemBenchmark
 List<ProblemBenchmark> SolverBenchmark.getProblemBenchmarkList()
           
 List<ProblemBenchmark> DefaultPlannerBenchmark.getUnifiedProblemBenchmarkList()
           
 

Methods in org.optaplanner.benchmark.impl with parameters of type ProblemBenchmark
 SingleBenchmark SolverBenchmark.findSingleBenchmark(ProblemBenchmark problemBenchmark)
           
 

Method parameters in org.optaplanner.benchmark.impl with type arguments of type ProblemBenchmark
 void SolverBenchmark.setProblemBenchmarkList(List<ProblemBenchmark> problemBenchmarkList)
           
 void DefaultPlannerBenchmark.setUnifiedProblemBenchmarkList(List<ProblemBenchmark> unifiedProblemBenchmarkList)
           
 

Constructors in org.optaplanner.benchmark.impl with parameters of type ProblemBenchmark
SingleBenchmark(SolverBenchmark solverBenchmark, ProblemBenchmark problemBenchmark)
           
 

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

Fields in org.optaplanner.benchmark.impl.statistic declared as ProblemBenchmark
protected  ProblemBenchmark AbstractProblemStatistic.problemBenchmark
           
 

Methods in org.optaplanner.benchmark.impl.statistic that return ProblemBenchmark
 ProblemBenchmark AbstractProblemStatistic.getProblemBenchmark()
           
 

Methods in org.optaplanner.benchmark.impl.statistic with parameters of type ProblemBenchmark
 ProblemStatistic ProblemStatisticType.create(ProblemBenchmark problemBenchmark)
           
 

Constructors in org.optaplanner.benchmark.impl.statistic with parameters of type ProblemBenchmark
AbstractProblemStatistic(ProblemBenchmark problemBenchmark, ProblemStatisticType problemStatisticType)
           
 

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

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

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

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

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

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

Uses of ProblemBenchmark in org.optaplanner.benchmark.impl.statistic.improvingsteppercentage
 

Constructors in org.optaplanner.benchmark.impl.statistic.improvingsteppercentage with parameters of type ProblemBenchmark
ImprovingStepPercentageProblemStatistic(ProblemBenchmark problemBenchmark)
           
 

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

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

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

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

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

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


OptaPlanner distribution 6.0.2-SNAPSHOT

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