Uses of Class
org.optaplanner.benchmark.config.SolverBenchmarkConfig
Packages that use SolverBenchmarkConfig
Package
Description
Classes which represent the XML Benchmark configuration of OptaPlanner Benchmark.
Implementation classes of OptaPlanner Benchmark.
-
Uses of SolverBenchmarkConfig in org.optaplanner.benchmark.config
Methods in org.optaplanner.benchmark.config that return SolverBenchmarkConfigModifier and TypeMethodDescriptionSolverBenchmarkConfig.copyConfig()
PlannerBenchmarkConfig.getInheritedSolverBenchmarkConfig()
SolverBenchmarkConfig.inherit
(SolverBenchmarkConfig inheritedConfig) Methods in org.optaplanner.benchmark.config that return types with arguments of type SolverBenchmarkConfigMethods in org.optaplanner.benchmark.config with parameters of type SolverBenchmarkConfigModifier and TypeMethodDescriptionSolverBenchmarkConfig.inherit
(SolverBenchmarkConfig inheritedConfig) void
PlannerBenchmarkConfig.setInheritedSolverBenchmarkConfig
(SolverBenchmarkConfig inheritedSolverBenchmarkConfig) Method parameters in org.optaplanner.benchmark.config with type arguments of type SolverBenchmarkConfigModifier and TypeMethodDescriptionvoid
PlannerBenchmarkConfig.setSolverBenchmarkConfigList
(List<SolverBenchmarkConfig> solverBenchmarkConfigList) -
Uses of SolverBenchmarkConfig in org.optaplanner.benchmark.config.blueprint
Methods in org.optaplanner.benchmark.config.blueprint that return SolverBenchmarkConfigModifier and TypeMethodDescriptionprotected SolverBenchmarkConfig
SolverBenchmarkBluePrintType.buildSolverBenchmarkConfig
(ConstructionHeuristicType constructionHeuristicType, boolean localSearchEnabled, LocalSearchType localSearchType) Methods in org.optaplanner.benchmark.config.blueprint that return types with arguments of type SolverBenchmarkConfigModifier and TypeMethodDescriptionSolverBenchmarkBluePrintConfig.buildSolverBenchmarkConfigList()
protected List<SolverBenchmarkConfig>
SolverBenchmarkBluePrintType.buildSolverBenchmarkConfigList()
-
Uses of SolverBenchmarkConfig in org.optaplanner.benchmark.impl
Methods in org.optaplanner.benchmark.impl that return types with arguments of type SolverBenchmarkConfigModifier and TypeMethodDescriptionprotected List<SolverBenchmarkConfig>
DefaultPlannerBenchmarkFactory.buildEffectiveSolverBenchmarkConfigList()
Constructors in org.optaplanner.benchmark.impl with parameters of type SolverBenchmarkConfig