Uses of Class
org.optaplanner.benchmark.config.ProblemBenchmarksConfig
Package
Description
Classes which represent the XML Benchmark configuration of OptaPlanner Benchmark.
Implementation classes of OptaPlanner Benchmark.
-
Uses of ProblemBenchmarksConfig in org.optaplanner.benchmark.config
Modifier and TypeMethodDescriptionProblemBenchmarksConfig.copyConfig()
SolverBenchmarkConfig.getProblemBenchmarksConfig()
ProblemBenchmarksConfig.inherit
(ProblemBenchmarksConfig inheritedConfig) ProblemBenchmarksConfig.withInputSolutionFileList
(List<File> inputSolutionFileList) ProblemBenchmarksConfig.withInputSolutionFiles
(File... inputSolutionFiles) ProblemBenchmarksConfig.withProblemStatisticsEnabled
(Boolean problemStatisticEnabled) ProblemBenchmarksConfig.withProblemStatisticTypeList
(List<ProblemStatisticType> problemStatisticTypeList) ProblemBenchmarksConfig.withProblemStatisticTypes
(ProblemStatisticType... problemStatisticTypes) ProblemBenchmarksConfig.withSingleStatisticTypeList
(List<SingleStatisticType> singleStatisticTypeList) ProblemBenchmarksConfig.withSingleStatisticTypes
(SingleStatisticType... singleStatisticTypes) ProblemBenchmarksConfig.withSolutionFileIOClass
(Class<? extends SolutionFileIO<?>> solutionFileIOClass) ProblemBenchmarksConfig.withWriteOutputSolutionEnabled
(Boolean writeOutputSolutionEnabled) Modifier and TypeMethodDescriptionProblemBenchmarksConfig.inherit
(ProblemBenchmarksConfig inheritedConfig) void
SolverBenchmarkConfig.setProblemBenchmarksConfig
(ProblemBenchmarksConfig problemBenchmarksConfig) SolverBenchmarkConfig.withProblemBenchmarksConfig
(ProblemBenchmarksConfig problemBenchmarksConfig) -
Uses of ProblemBenchmarksConfig in org.optaplanner.benchmark.impl
Modifier and TypeMethodDescriptionprotected List<SolverMetric>
SolverBenchmarkFactory.getSolverMetrics
(ProblemBenchmarksConfig config)