| Package | Description |
|---|---|
| org.optaplanner.core.config.solver | |
| org.optaplanner.core.impl.solver | |
| org.optaplanner.core.impl.solver.random |
| Modifier and Type | Field and Description |
|---|---|
protected Class<? extends RandomFactory> |
SolverConfig.randomFactoryClass |
| Modifier and Type | Method and Description |
|---|---|
protected RandomFactory |
SolverConfig.buildRandomFactory(EnvironmentMode environmentMode_) |
| Modifier and Type | Method and Description |
|---|---|
Class<? extends RandomFactory> |
SolverConfig.getRandomFactoryClass() |
| Modifier and Type | Method and Description |
|---|---|
void |
SolverConfig.setRandomFactoryClass(Class<? extends RandomFactory> randomFactoryClass) |
SolverConfig |
SolverConfig.withRandomFactoryClass(Class<? extends RandomFactory> randomFactoryClass) |
| Modifier and Type | Field and Description |
|---|---|
protected RandomFactory |
DefaultSolver.randomFactory |
| Modifier and Type | Method and Description |
|---|---|
RandomFactory |
DefaultSolver.getRandomFactory() |
| Constructor and Description |
|---|
DefaultSolver(EnvironmentMode environmentMode,
RandomFactory randomFactory,
BestSolutionRecaller<Solution_> bestSolutionRecaller,
BasicPlumbingTermination basicPlumbingTermination,
Termination termination,
List<Phase<Solution_>> phaseList,
DefaultSolverScope<Solution_> solverScope) |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultRandomFactory |
Copyright © 2006–2021 JBoss by Red Hat. All rights reserved.