Uses of Class
org.optaplanner.benchmark.config.ProblemBenchmarksConfig
-
Packages that use ProblemBenchmarksConfig Package Description org.optaplanner.benchmark.config Classes which represent the XML Benchmark configuration of OptaPlanner Benchmark. -
-
Uses of ProblemBenchmarksConfig in org.optaplanner.benchmark.config
Methods in org.optaplanner.benchmark.config that return ProblemBenchmarksConfig Modifier and Type Method Description ProblemBenchmarksConfig
ProblemBenchmarksConfig. copyConfig()
ProblemBenchmarksConfig
SolverBenchmarkConfig. getProblemBenchmarksConfig()
ProblemBenchmarksConfig
ProblemBenchmarksConfig. inherit(ProblemBenchmarksConfig inheritedConfig)
Methods in org.optaplanner.benchmark.config with parameters of type ProblemBenchmarksConfig Modifier and Type Method Description ProblemBenchmarksConfig
ProblemBenchmarksConfig. inherit(ProblemBenchmarksConfig inheritedConfig)
void
SolverBenchmarkConfig. setProblemBenchmarksConfig(ProblemBenchmarksConfig problemBenchmarksConfig)
-