Uses of Enum
org.optaplanner.benchmark.config.statistic.ProblemStatisticType
Package
Description
Classes which represent the XML Benchmark configuration of OptaPlanner Benchmark.
-
Uses of ProblemStatisticType in org.optaplanner.benchmark.config
Modifier and TypeMethodDescriptionProblemBenchmarksConfig.determineProblemStatisticTypeList()
Return the problem statistic type list, or a list containing default metrics if problemStatisticEnabled is not false.ProblemBenchmarksConfig.getProblemStatisticTypeList()
Modifier and TypeMethodDescriptionProblemBenchmarksConfig.withProblemStatisticTypes
(ProblemStatisticType... problemStatisticTypes) Modifier and TypeMethodDescriptionvoid
ProblemBenchmarksConfig.setProblemStatisticTypeList
(List<ProblemStatisticType> problemStatisticTypeList) ProblemBenchmarksConfig.withProblemStatisticTypeList
(List<ProblemStatisticType> problemStatisticTypeList) -
Uses of ProblemStatisticType in org.optaplanner.benchmark.config.statistic
Modifier and TypeMethodDescriptionstatic ProblemStatisticType
Returns the enum constant of this type with the specified name.static ProblemStatisticType[]
ProblemStatisticType.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionstatic List<ProblemStatisticType>
ProblemStatisticType.defaultList()
-
Uses of ProblemStatisticType in org.optaplanner.benchmark.impl.result
Modifier and TypeMethodDescriptionSingleBenchmarkResult.getSubSingleStatistic
(ProblemStatisticType problemStatisticType) boolean
ProblemBenchmarkResult.hasProblemStatisticType
(ProblemStatisticType problemStatisticType) -
Uses of ProblemStatisticType in org.optaplanner.benchmark.impl.statistic
Modifier and TypeFieldDescriptionprotected ProblemStatisticType
ProblemBasedSubSingleStatistic.problemStatisticType
protected final ProblemStatisticType
ProblemStatistic.problemStatisticType
Modifier and TypeMethodDescriptionProblemStatistic.getProblemStatisticType()
ProblemBasedSubSingleStatistic.getStatisticType()
ModifierConstructorDescriptionprotected
ProblemBasedSubSingleStatistic
(SubSingleBenchmarkResult subSingleBenchmarkResult, ProblemStatisticType problemStatisticType) protected
ProblemStatistic
(ProblemBenchmarkResult problemBenchmarkResult, ProblemStatisticType problemStatisticType)