| Package | Description |
|---|---|
| org.oakgp.util |
Utility classes that support the functionality provided by the rest of the framework.
|
| Modifier and Type | Class and Description |
|---|---|
class |
RunBuilder.RandomSetter
Provides the option to set a random number generator, or to skip that option and instead configure the primitive set.
|
| Modifier and Type | Method and Description |
|---|---|
RunBuilder.PrimitiveSetSetter |
RunBuilder.RandomSetter.setRandom(Random random)
Sets the
Random to use to generate random numbers required by the run. |
OakGP Genetic Programming Framework