Modifier and Type | Method and Description |
---|---|
EnvironmentMode |
SolverBenchmarkResult.getEnvironmentMode() |
EnvironmentMode |
PlannerBenchmarkResult.getEnvironmentMode() |
Modifier and Type | Method and Description |
---|---|
EnvironmentMode |
HeuristicConfigPolicy.getEnvironmentMode() |
Constructor and Description |
---|
HeuristicConfigPolicy(EnvironmentMode environmentMode,
Integer moveThreadCount,
Integer moveThreadBufferSize,
Class<? extends ThreadFactory> threadFactoryClass,
InnerScoreDirectorFactory scoreDirectorFactory) |
HeuristicConfigPolicy(EnvironmentMode environmentMode,
String logIndentation,
Integer moveThreadCount,
Integer moveThreadBufferSize,
Class<? extends ThreadFactory> threadFactoryClass,
InnerScoreDirectorFactory scoreDirectorFactory) |
Modifier and Type | Method and Description |
---|---|
<Solution_> |
ScoreDirectorFactoryConfig.buildScoreDirectorFactory(SolverConfigContext configContext,
EnvironmentMode environmentMode,
SolutionDescriptor<Solution_> solutionDescriptor) |
Modifier and Type | Field and Description |
---|---|
protected EnvironmentMode |
SolverConfig.environmentMode |
Modifier and Type | Method and Description |
---|---|
EnvironmentMode |
SolverConfig.determineEnvironmentMode() |
EnvironmentMode |
SolverConfig.getEnvironmentMode() |
static EnvironmentMode |
EnvironmentMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EnvironmentMode[] |
EnvironmentMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
protected RandomFactory |
SolverConfig.buildRandomFactory(EnvironmentMode environmentMode_) |
void |
SolverConfig.setEnvironmentMode(EnvironmentMode environmentMode) |
Modifier and Type | Method and Description |
---|---|
<Solution_> |
BestSolutionRecallerConfig.buildBestSolutionRecaller(EnvironmentMode environmentMode) |
Modifier and Type | Field and Description |
---|---|
protected EnvironmentMode |
DefaultSolver.environmentMode |
Modifier and Type | Method and Description |
---|---|
EnvironmentMode |
DefaultSolver.getEnvironmentMode() |
Constructor and Description |
---|
DefaultSolver(EnvironmentMode environmentMode,
RandomFactory randomFactory,
BestSolutionRecaller<Solution_> bestSolutionRecaller,
BasicPlumbingTermination basicPlumbingTermination,
Termination termination,
List<Phase<Solution_>> phaseList,
DefaultSolverScope<Solution_> solverScope) |
Copyright © 2006–2019 JBoss by Red Hat. All rights reserved.