Uses of Class
org.optaplanner.benchmark.impl.statistic.PureSubSingleStatistic
-
-
Uses of PureSubSingleStatistic in org.optaplanner.benchmark.config.statistic
Methods in org.optaplanner.benchmark.config.statistic that return PureSubSingleStatistic Modifier and Type Method Description PureSubSingleStatistic
SingleStatisticType. buildPureSubSingleStatistic(SubSingleBenchmarkResult subSingleBenchmarkResult)
-
Uses of PureSubSingleStatistic in org.optaplanner.benchmark.impl.result
Methods in org.optaplanner.benchmark.impl.result that return types with arguments of type PureSubSingleStatistic Modifier and Type Method Description List<PureSubSingleStatistic>
ProblemBenchmarkResult. extractPureSubSingleStatisticList(SingleStatisticType singleStatisticType)
List<PureSubSingleStatistic>
SubSingleBenchmarkResult. getPureSubSingleStatisticList()
Method parameters in org.optaplanner.benchmark.impl.result with type arguments of type PureSubSingleStatistic Modifier and Type Method Description void
SubSingleBenchmarkResult. setPureSubSingleStatisticList(List<PureSubSingleStatistic> pureSubSingleStatisticList)
-
Uses of PureSubSingleStatistic in org.optaplanner.benchmark.impl.statistic.subsingle.constraintmatchtotalbestscore
Subclasses of PureSubSingleStatistic in org.optaplanner.benchmark.impl.statistic.subsingle.constraintmatchtotalbestscore Modifier and Type Class Description class
ConstraintMatchTotalBestScoreSubSingleStatistic<Solution_>
-
Uses of PureSubSingleStatistic in org.optaplanner.benchmark.impl.statistic.subsingle.constraintmatchtotalstepscore
Subclasses of PureSubSingleStatistic in org.optaplanner.benchmark.impl.statistic.subsingle.constraintmatchtotalstepscore Modifier and Type Class Description class
ConstraintMatchTotalStepScoreSubSingleStatistic<Solution_>
-
Uses of PureSubSingleStatistic in org.optaplanner.benchmark.impl.statistic.subsingle.pickedmovetypebestscore
Subclasses of PureSubSingleStatistic in org.optaplanner.benchmark.impl.statistic.subsingle.pickedmovetypebestscore Modifier and Type Class Description class
PickedMoveTypeBestScoreDiffSubSingleStatistic<Solution_>
-
Uses of PureSubSingleStatistic in org.optaplanner.benchmark.impl.statistic.subsingle.pickedmovetypestepscore
Subclasses of PureSubSingleStatistic in org.optaplanner.benchmark.impl.statistic.subsingle.pickedmovetypestepscore Modifier and Type Class Description class
PickedMoveTypeStepScoreDiffSubSingleStatistic<Solution_>
-