Uses of Class
org.optaplanner.benchmark.impl.statistic.SubSingleStatistic
-
-
Uses of SubSingleStatistic in org.optaplanner.benchmark.impl.result
Methods in org.optaplanner.benchmark.impl.result that return SubSingleStatistic Modifier and Type Method Description SubSingleStatistic
SingleBenchmarkResult. getSubSingleStatistic(ProblemStatisticType problemStatisticType)
SubSingleStatistic
SubSingleBenchmarkResult. getSubSingleStatistic(StatisticType statisticType)
Methods in org.optaplanner.benchmark.impl.result that return types with arguments of type SubSingleStatistic Modifier and Type Method Description Map<StatisticType,SubSingleStatistic>
SubSingleBenchmarkResult. getEffectiveSubSingleStatisticMap()
-
Uses of SubSingleStatistic in org.optaplanner.benchmark.impl.statistic
Subclasses of SubSingleStatistic in org.optaplanner.benchmark.impl.statistic Modifier and Type Class Description class
ProblemBasedSubSingleStatistic<Solution_,StatisticPoint_ extends StatisticPoint>
class
PureSubSingleStatistic<Solution_,StatisticPoint_ extends StatisticPoint>
1 statistic ofSubSingleBenchmarkResult
.Methods in org.optaplanner.benchmark.impl.statistic that return SubSingleStatistic Modifier and Type Method Description abstract SubSingleStatistic
ProblemStatistic. createSubSingleStatistic(SubSingleBenchmarkResult subSingleBenchmarkResult)
Methods in org.optaplanner.benchmark.impl.statistic that return types with arguments of type SubSingleStatistic Modifier and Type Method Description List<SubSingleStatistic>
ProblemStatistic. getSubSingleStatisticList()
-
Uses of SubSingleStatistic in org.optaplanner.benchmark.impl.statistic.bestscore
Subclasses of SubSingleStatistic in org.optaplanner.benchmark.impl.statistic.bestscore Modifier and Type Class Description class
BestScoreSubSingleStatistic<Solution_>
Methods in org.optaplanner.benchmark.impl.statistic.bestscore that return SubSingleStatistic Modifier and Type Method Description SubSingleStatistic
BestScoreProblemStatistic. createSubSingleStatistic(SubSingleBenchmarkResult subSingleBenchmarkResult)
-
Uses of SubSingleStatistic in org.optaplanner.benchmark.impl.statistic.bestsolutionmutation
Subclasses of SubSingleStatistic in org.optaplanner.benchmark.impl.statistic.bestsolutionmutation Modifier and Type Class Description class
BestSolutionMutationSubSingleStatistic<Solution_>
Methods in org.optaplanner.benchmark.impl.statistic.bestsolutionmutation that return SubSingleStatistic Modifier and Type Method Description SubSingleStatistic
BestSolutionMutationProblemStatistic. createSubSingleStatistic(SubSingleBenchmarkResult subSingleBenchmarkResult)
-
Uses of SubSingleStatistic in org.optaplanner.benchmark.impl.statistic.memoryuse
Subclasses of SubSingleStatistic in org.optaplanner.benchmark.impl.statistic.memoryuse Modifier and Type Class Description class
MemoryUseSubSingleStatistic<Solution_>
Methods in org.optaplanner.benchmark.impl.statistic.memoryuse that return SubSingleStatistic Modifier and Type Method Description SubSingleStatistic
MemoryUseProblemStatistic. createSubSingleStatistic(SubSingleBenchmarkResult subSingleBenchmarkResult)
-
Uses of SubSingleStatistic in org.optaplanner.benchmark.impl.statistic.movecountperstep
Subclasses of SubSingleStatistic in org.optaplanner.benchmark.impl.statistic.movecountperstep Modifier and Type Class Description class
MoveCountPerStepSubSingleStatistic<Solution_>
Methods in org.optaplanner.benchmark.impl.statistic.movecountperstep that return SubSingleStatistic Modifier and Type Method Description SubSingleStatistic
MoveCountPerStepProblemStatistic. createSubSingleStatistic(SubSingleBenchmarkResult subSingleBenchmarkResult)
-
Uses of SubSingleStatistic in org.optaplanner.benchmark.impl.statistic.scorecalculationspeed
Subclasses of SubSingleStatistic in org.optaplanner.benchmark.impl.statistic.scorecalculationspeed Modifier and Type Class Description class
ScoreCalculationSpeedSubSingleStatistic<Solution_>
Methods in org.optaplanner.benchmark.impl.statistic.scorecalculationspeed that return SubSingleStatistic Modifier and Type Method Description SubSingleStatistic
ScoreCalculationSpeedProblemStatistic. createSubSingleStatistic(SubSingleBenchmarkResult subSingleBenchmarkResult)
-
Uses of SubSingleStatistic in org.optaplanner.benchmark.impl.statistic.stepscore
Subclasses of SubSingleStatistic in org.optaplanner.benchmark.impl.statistic.stepscore Modifier and Type Class Description class
StepScoreSubSingleStatistic<Solution_>
Methods in org.optaplanner.benchmark.impl.statistic.stepscore that return SubSingleStatistic Modifier and Type Method Description SubSingleStatistic
StepScoreProblemStatistic. createSubSingleStatistic(SubSingleBenchmarkResult subSingleBenchmarkResult)
-
Uses of SubSingleStatistic in org.optaplanner.benchmark.impl.statistic.subsingle.constraintmatchtotalbestscore
Subclasses of SubSingleStatistic in org.optaplanner.benchmark.impl.statistic.subsingle.constraintmatchtotalbestscore Modifier and Type Class Description class
ConstraintMatchTotalBestScoreSubSingleStatistic<Solution_>
-
Uses of SubSingleStatistic in org.optaplanner.benchmark.impl.statistic.subsingle.constraintmatchtotalstepscore
Subclasses of SubSingleStatistic in org.optaplanner.benchmark.impl.statistic.subsingle.constraintmatchtotalstepscore Modifier and Type Class Description class
ConstraintMatchTotalStepScoreSubSingleStatistic<Solution_>
-
Uses of SubSingleStatistic in org.optaplanner.benchmark.impl.statistic.subsingle.pickedmovetypebestscore
Subclasses of SubSingleStatistic in org.optaplanner.benchmark.impl.statistic.subsingle.pickedmovetypebestscore Modifier and Type Class Description class
PickedMoveTypeBestScoreDiffSubSingleStatistic<Solution_>
-
Uses of SubSingleStatistic in org.optaplanner.benchmark.impl.statistic.subsingle.pickedmovetypestepscore
Subclasses of SubSingleStatistic in org.optaplanner.benchmark.impl.statistic.subsingle.pickedmovetypestepscore Modifier and Type Class Description class
PickedMoveTypeStepScoreDiffSubSingleStatistic<Solution_>
-