| Package | Description |
|---|---|
| org.optaplanner.core.config.solver | |
| org.optaplanner.core.config.solver.random | |
| org.optaplanner.core.impl.solver.random |
| Modifier and Type | Field and Description |
|---|---|
protected RandomType |
SolverConfig.randomType |
| Modifier and Type | Method and Description |
|---|---|
RandomType |
SolverConfig.getRandomType() |
| Modifier and Type | Method and Description |
|---|---|
void |
SolverConfig.setRandomType(RandomType randomType) |
SolverConfig |
SolverConfig.withRandomType(RandomType randomType) |
| Modifier and Type | Method and Description |
|---|---|
static RandomType |
RandomType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RandomType[] |
RandomType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Field and Description |
|---|---|
protected RandomType |
DefaultRandomFactory.randomType |
| Constructor and Description |
|---|
DefaultRandomFactory(RandomType randomType,
Long randomSeed) |
Copyright © 2006–2021 JBoss by Red Hat. All rights reserved.