| Package | Description |
|---|---|
| org.oakgp.evolve.mutate |
Provides classes for mutating existing
Node instances to create (evolve) new instances. |
| org.oakgp.generate |
Provides classes for the creation of an initial population.
|
| org.oakgp.primitive |
Provides classes for specifying the contents of a primitive set.
|
| org.oakgp.serialize |
Provides class for the serialisation and deserialisation of
Node instances. |
| org.oakgp.util |
Utility classes that support the functionality provided by the rest of the framework.
|
| Class and Description |
|---|
| PrimitiveSet
Represents the range of possible functions and terminal nodes to use during a genetic programming run.
|
| Class and Description |
|---|
| PrimitiveSet
Represents the range of possible functions and terminal nodes to use during a genetic programming run.
|
| Class and Description |
|---|
| ConstantSet
Represents the range of possible constants to use during a genetic programming run.
|
| FunctionSet
Represents the set of possible
Function implementations to use during a genetic programming run. |
| PrimitiveSet
Represents the range of possible functions and terminal nodes to use during a genetic programming run.
|
| VariableSet
Represents the range of possible variables to use during a genetic programming run.
|
| Class and Description |
|---|
| VariableSet
Represents the range of possible variables to use during a genetic programming run.
|
| Class and Description |
|---|
| PrimitiveSet
Represents the range of possible functions and terminal nodes to use during a genetic programming run.
|
OakGP Genetic Programming Framework