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.configMethods in org.optaplanner.benchmark.config that return SolverBenchmarkConfigModifier and TypeMethodDescriptionSolverBenchmarkConfig.copyConfig()PlannerBenchmarkConfig.getInheritedSolverBenchmarkConfig()SolverBenchmarkConfig.inherit(SolverBenchmarkConfig inheritedConfig) SolverBenchmarkConfig.withProblemBenchmarksConfig(ProblemBenchmarksConfig problemBenchmarksConfig) SolverBenchmarkConfig.withSolverConfig(SolverConfig solverConfig) SolverBenchmarkConfig.withSubSingleCount(Integer subSingleCount) 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) voidPlannerBenchmarkConfig.setInheritedSolverBenchmarkConfig(SolverBenchmarkConfig inheritedSolverBenchmarkConfig) PlannerBenchmarkConfig.withInheritedSolverBenchmarkConfig(SolverBenchmarkConfig inheritedSolverBenchmarkConfig) PlannerBenchmarkConfig.withSolverBenchmarkConfigs(SolverBenchmarkConfig... solverBenchmarkConfigs) Method parameters in org.optaplanner.benchmark.config with type arguments of type SolverBenchmarkConfigModifier and TypeMethodDescriptionvoidPlannerBenchmarkConfig.setSolverBenchmarkConfigList(List<SolverBenchmarkConfig> solverBenchmarkConfigList) PlannerBenchmarkConfig.withSolverBenchmarkConfigList(List<SolverBenchmarkConfig> solverBenchmarkConfigList) 
- 
Uses of SolverBenchmarkConfig in org.optaplanner.benchmark.config.blueprintMethods in org.optaplanner.benchmark.config.blueprint that return SolverBenchmarkConfigModifier and TypeMethodDescriptionprotected SolverBenchmarkConfigSolverBenchmarkBluePrintType.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.implMethods 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