Uses of Class
org.optaplanner.benchmark.config.SolverBenchmarkConfig
-
Packages that use SolverBenchmarkConfig Package Description org.optaplanner.benchmark.config Classes which represent the XML Benchmark configuration of OptaPlanner Benchmark.org.optaplanner.benchmark.config.blueprint org.optaplanner.benchmark.impl Implementation classes of OptaPlanner Benchmark. -
-
Uses of SolverBenchmarkConfig in org.optaplanner.benchmark.config
Methods in org.optaplanner.benchmark.config that return SolverBenchmarkConfig Modifier and Type Method Description SolverBenchmarkConfig
SolverBenchmarkConfig. copyConfig()
SolverBenchmarkConfig
PlannerBenchmarkConfig. getInheritedSolverBenchmarkConfig()
SolverBenchmarkConfig
SolverBenchmarkConfig. inherit(SolverBenchmarkConfig inheritedConfig)
Methods in org.optaplanner.benchmark.config that return types with arguments of type SolverBenchmarkConfig Modifier and Type Method Description List<SolverBenchmarkConfig>
PlannerBenchmarkConfig. getSolverBenchmarkConfigList()
Methods in org.optaplanner.benchmark.config with parameters of type SolverBenchmarkConfig Modifier and Type Method Description SolverBenchmarkConfig
SolverBenchmarkConfig. inherit(SolverBenchmarkConfig inheritedConfig)
void
PlannerBenchmarkConfig. setInheritedSolverBenchmarkConfig(SolverBenchmarkConfig inheritedSolverBenchmarkConfig)
Method parameters in org.optaplanner.benchmark.config with type arguments of type SolverBenchmarkConfig Modifier and Type Method Description void
PlannerBenchmarkConfig. setSolverBenchmarkConfigList(List<SolverBenchmarkConfig> solverBenchmarkConfigList)
-
Uses of SolverBenchmarkConfig in org.optaplanner.benchmark.config.blueprint
Methods in org.optaplanner.benchmark.config.blueprint that return SolverBenchmarkConfig Modifier and Type Method Description protected SolverBenchmarkConfig
SolverBenchmarkBluePrintType. buildSolverBenchmarkConfig(ConstructionHeuristicType constructionHeuristicType, boolean localSearchEnabled, LocalSearchType localSearchType)
Methods in org.optaplanner.benchmark.config.blueprint that return types with arguments of type SolverBenchmarkConfig Modifier and Type Method Description List<SolverBenchmarkConfig>
SolverBenchmarkBluePrintConfig. 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 SolverBenchmarkConfig Modifier and Type Method Description protected List<SolverBenchmarkConfig>
DefaultPlannerBenchmarkFactory. buildEffectiveSolverBenchmarkConfigList()
Constructors in org.optaplanner.benchmark.impl with parameters of type SolverBenchmarkConfig Constructor Description SolverBenchmarkFactory(SolverBenchmarkConfig config)
-