Package | Description |
---|---|
org.optaplanner.benchmark.config |
Classes which represent the XML Benchmark configuration of OptaPlanner Benchmark.
|
org.optaplanner.benchmark.impl |
Implementation classes of OptaPlanner Benchmark.
|
org.optaplanner.benchmark.impl.result | |
org.optaplanner.core.config.domain | |
org.optaplanner.core.config.score.director | |
org.optaplanner.core.config.solver | |
org.optaplanner.core.impl.solver |
Modifier and Type | Method and Description |
---|---|
PlannerBenchmark |
PlannerBenchmarkConfig.buildPlannerBenchmark(SolverConfigContext solverConfigContext)
Do not use this method, it is an internal method.
|
<Solution_> |
PlannerBenchmarkConfig.buildPlannerBenchmark(SolverConfigContext solverConfigContext,
Solution_[] extraProblems)
Do not use this method, it is an internal method.
|
<Solution_> |
ProblemBenchmarksConfig.buildProblemBenchmarkList(SolverConfigContext solverConfigContext,
SolverBenchmarkResult solverBenchmarkResult,
Solution_[] extraProblems) |
void |
SolverBenchmarkConfig.buildSolverBenchmark(SolverConfigContext solverConfigContext,
ClassLoader classLoader,
PlannerBenchmarkResult plannerBenchmark,
Solution_[] extraProblems) |
Modifier and Type | Field and Description |
---|---|
protected SolverConfigContext |
DefaultPlannerBenchmarkFactory.solverConfigContext |
Modifier and Type | Method and Description |
---|---|
SolverConfigContext |
DefaultPlannerBenchmarkFactory.getSolverConfigContext() |
Constructor and Description |
---|
DefaultPlannerBenchmark(PlannerBenchmarkResult plannerBenchmarkResult,
SolverConfigContext solverConfigContext,
File benchmarkDirectory,
ExecutorService warmUpExecutorService,
ExecutorService executorService,
BenchmarkReport benchmarkReport) |
DefaultPlannerBenchmarkFactory(PlannerBenchmarkConfig plannerBenchmarkConfig,
SolverConfigContext solverConfigContext) |
SubSingleBenchmarkRunner(SubSingleBenchmarkResult subSingleBenchmarkResult,
boolean warmUp,
SolverConfigContext solverConfigContext) |
Modifier and Type | Method and Description |
---|---|
protected PlannerBenchmarkResult |
BenchmarkResultIO.readPlannerBenchmarkResult(SolverConfigContext configContext,
File plannerBenchmarkResultFile) |
List<PlannerBenchmarkResult> |
BenchmarkResultIO.readPlannerBenchmarkResultList(SolverConfigContext configContext,
File benchmarkDirectory) |
Modifier and Type | Method and Description |
---|---|
SolutionDescriptor |
ScanAnnotatedClassesConfig.buildSolutionDescriptor(SolverConfigContext configContext,
ClassLoader classLoader,
ScoreDefinition deprecatedScoreDefinition)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
protected <Solution_> |
ScoreDirectorFactoryConfig.buildDroolsScoreDirectorFactory(SolverConfigContext configContext,
ClassLoader classLoader,
SolutionDescriptor<Solution_> solutionDescriptor) |
<Solution_> |
ScoreDirectorFactoryConfig.buildScoreDirectorFactory(SolverConfigContext configContext,
ClassLoader classLoader,
EnvironmentMode environmentMode,
SolutionDescriptor<Solution_> solutionDescriptor) |
Modifier and Type | Method and Description |
---|---|
<Solution_> |
SolverConfig.buildScoreDirectorFactory(SolverConfigContext configContext,
EnvironmentMode environmentMode)
Do not use this method, it is an internal method.
|
<Solution_> |
SolverConfig.buildSolutionDescriptor(SolverConfigContext configContext)
Do not use this method, it is an internal method.
|
<Solution_> |
SolverConfig.buildSolver(SolverConfigContext configContext)
Do not use this method, it is an internal method.
|
Modifier and Type | Method and Description |
---|---|
SolverConfigContext |
DefaultSolverFactory.getSolverConfigContext() |
Constructor and Description |
---|
DefaultSolverFactory(SolverConfig solverConfig,
SolverConfigContext solverConfigContext) |
Copyright © 2006–2021 JBoss by Red Hat. All rights reserved.