OptaPlanner distribution 6.1.0.Final

Uses of Class
org.optaplanner.benchmark.impl.statistic.ProblemStatistic

Packages that use ProblemStatistic
org.optaplanner.benchmark.config.statistic   
org.optaplanner.benchmark.impl.result   
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 ProblemStatistic in org.optaplanner.benchmark.config.statistic
 

Methods in org.optaplanner.benchmark.config.statistic that return ProblemStatistic
 ProblemStatistic ProblemStatisticType.buildProblemStatistic(ProblemBenchmarkResult problemBenchmarkResult)
           
 

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

Methods in org.optaplanner.benchmark.impl.result that return types with arguments of type ProblemStatistic
 List<ProblemStatistic> ProblemBenchmarkResult.getProblemStatisticList()
           
 

Method parameters in org.optaplanner.benchmark.impl.result with type arguments of type ProblemStatistic
 void ProblemBenchmarkResult.setProblemStatisticList(List<ProblemStatistic> problemStatisticList)
           
 

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

Subclasses of ProblemStatistic in org.optaplanner.benchmark.impl.statistic.bestscore
 class BestScoreProblemStatistic
           
 

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

Subclasses of ProblemStatistic in org.optaplanner.benchmark.impl.statistic.bestsolutionmutation
 class BestSolutionMutationProblemStatistic
           
 

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

Subclasses of ProblemStatistic in org.optaplanner.benchmark.impl.statistic.calculatecount
 class CalculateCountProblemStatistic
           
 

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

Subclasses of ProblemStatistic in org.optaplanner.benchmark.impl.statistic.memoryuse
 class MemoryUseProblemStatistic
           
 

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

Subclasses of ProblemStatistic in org.optaplanner.benchmark.impl.statistic.movecountperstep
 class MoveCountPerStepProblemStatistic
           
 

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

Subclasses of ProblemStatistic in org.optaplanner.benchmark.impl.statistic.stepscore
 class StepScoreProblemStatistic
           
 


OptaPlanner distribution 6.1.0.Final

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