Uses of Class
org.optaplanner.benchmark.config.ProblemBenchmarksConfig
Packages that use 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.configMethods in org.optaplanner.benchmark.config that return ProblemBenchmarksConfigModifier 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) Methods in org.optaplanner.benchmark.config with parameters of type ProblemBenchmarksConfigModifier and TypeMethodDescriptionProblemBenchmarksConfig.inherit(ProblemBenchmarksConfig inheritedConfig) voidSolverBenchmarkConfig.setProblemBenchmarksConfig(ProblemBenchmarksConfig problemBenchmarksConfig) SolverBenchmarkConfig.withProblemBenchmarksConfig(ProblemBenchmarksConfig problemBenchmarksConfig) 
- 
Uses of ProblemBenchmarksConfig in org.optaplanner.benchmark.implMethods in org.optaplanner.benchmark.impl with parameters of type ProblemBenchmarksConfigModifier and TypeMethodDescriptionprotected List<SolverMetric>SolverBenchmarkFactory.getSolverMetrics(ProblemBenchmarksConfig config) Constructors in org.optaplanner.benchmark.impl with parameters of type ProblemBenchmarksConfig