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.config
Methods in org.optaplanner.benchmark.config that return ProblemBenchmarksConfigModifier and TypeMethodDescriptionProblemBenchmarksConfig.copyConfig()
SolverBenchmarkConfig.getProblemBenchmarksConfig()
ProblemBenchmarksConfig.inherit
(ProblemBenchmarksConfig inheritedConfig) Methods in org.optaplanner.benchmark.config with parameters of type ProblemBenchmarksConfigModifier and TypeMethodDescriptionProblemBenchmarksConfig.inherit
(ProblemBenchmarksConfig inheritedConfig) void
SolverBenchmarkConfig.setProblemBenchmarksConfig
(ProblemBenchmarksConfig problemBenchmarksConfig) -
Uses of ProblemBenchmarksConfig in org.optaplanner.benchmark.impl
Methods 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