OptaPlanner distribution 6.2.1-SNAPSHOT

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

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

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

Methods in org.optaplanner.benchmark.config.statistic that return PureSingleStatistic
 PureSingleStatistic SingleStatisticType.buildPureSingleStatistic(SingleBenchmarkResult singleBenchmarkResult)
           
 

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

Methods in org.optaplanner.benchmark.impl.result that return types with arguments of type PureSingleStatistic
 List<PureSingleStatistic> ProblemBenchmarkResult.extractPureSingleStatisticList(SingleStatisticType singleStatisticType)
           
 List<PureSingleStatistic> SingleBenchmarkResult.getPureSingleStatisticList()
           
 

Method parameters in org.optaplanner.benchmark.impl.result with type arguments of type PureSingleStatistic
 void SingleBenchmarkResult.setPureSingleStatisticList(List<PureSingleStatistic> pureSingleStatisticList)
           
 

Uses of PureSingleStatistic in org.optaplanner.benchmark.impl.statistic.single.constraintmatchtotalbestscore
 

Subclasses of PureSingleStatistic in org.optaplanner.benchmark.impl.statistic.single.constraintmatchtotalbestscore
 class ConstraintMatchTotalBestScoreSingleStatistic
           
 

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

Subclasses of PureSingleStatistic in org.optaplanner.benchmark.impl.statistic.single.constraintmatchtotalstepscore
 class ConstraintMatchTotalStepScoreSingleStatistic
           
 

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

Subclasses of PureSingleStatistic in org.optaplanner.benchmark.impl.statistic.single.pickedmovetypebestscore
 class PickedMoveTypeBestScoreDiffSingleStatistic
           
 

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

Subclasses of PureSingleStatistic in org.optaplanner.benchmark.impl.statistic.single.pickedmovetypestepscore
 class PickedMoveTypeStepScoreDiffSingleStatistic
           
 


OptaPlanner distribution 6.2.1-SNAPSHOT

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