OptaPlanner distribution 6.0.2-SNAPSHOT

Uses of Interface
org.optaplanner.benchmark.impl.statistic.SingleStatistic

Packages that use SingleStatistic
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 SingleStatistic in org.optaplanner.benchmark.impl
 

Methods in org.optaplanner.benchmark.impl that return SingleStatistic
 SingleStatistic SingleBenchmark.getSingleStatistic(StatisticType statisticType)
           
 

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

Classes in org.optaplanner.benchmark.impl.statistic that implement SingleStatistic
 class AbstractSingleStatistic
           
 

Methods in org.optaplanner.benchmark.impl.statistic that return SingleStatistic
 SingleStatistic ProblemStatistic.createSingleStatistic()
          This method is thread-safe.
 

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

Classes in org.optaplanner.benchmark.impl.statistic.bestscore that implement SingleStatistic
 class BestScoreSingleStatistic
           
 

Methods in org.optaplanner.benchmark.impl.statistic.bestscore that return SingleStatistic
 SingleStatistic BestScoreProblemStatistic.createSingleStatistic()
           
 

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

Classes in org.optaplanner.benchmark.impl.statistic.bestsolutionmutation that implement SingleStatistic
 class BestSolutionMutationSingleStatistic
           
 

Methods in org.optaplanner.benchmark.impl.statistic.bestsolutionmutation that return SingleStatistic
 SingleStatistic BestSolutionMutationProblemStatistic.createSingleStatistic()
           
 

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

Classes in org.optaplanner.benchmark.impl.statistic.calculatecount that implement SingleStatistic
 class CalculateCountSingleStatistic
           
 

Methods in org.optaplanner.benchmark.impl.statistic.calculatecount that return SingleStatistic
 SingleStatistic CalculateCountProblemStatistic.createSingleStatistic()
           
 

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

Classes in org.optaplanner.benchmark.impl.statistic.improvingsteppercentage that implement SingleStatistic
 class ImprovingStepPercentageSingleStatistic
           
 

Methods in org.optaplanner.benchmark.impl.statistic.improvingsteppercentage that return SingleStatistic
 SingleStatistic ImprovingStepPercentageProblemStatistic.createSingleStatistic()
           
 

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

Classes in org.optaplanner.benchmark.impl.statistic.memoryuse that implement SingleStatistic
 class MemoryUseSingleStatistic
           
 

Methods in org.optaplanner.benchmark.impl.statistic.memoryuse that return SingleStatistic
 SingleStatistic MemoryUseProblemStatistic.createSingleStatistic()
           
 

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

Classes in org.optaplanner.benchmark.impl.statistic.movecountperstep that implement SingleStatistic
 class MoveCountPerStepSingleStatistic
           
 

Methods in org.optaplanner.benchmark.impl.statistic.movecountperstep that return SingleStatistic
 SingleStatistic MoveCountPerStepProblemStatistic.createSingleStatistic()
           
 

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

Classes in org.optaplanner.benchmark.impl.statistic.stepscore that implement SingleStatistic
 class StepScoreSingleStatistic
           
 

Methods in org.optaplanner.benchmark.impl.statistic.stepscore that return SingleStatistic
 SingleStatistic StepScoreProblemStatistic.createSingleStatistic()
           
 


OptaPlanner distribution 6.0.2-SNAPSHOT

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