| Class | Description |
|---|---|
| Arguments |
Represents the arguments of a function.
|
| Assignments |
Represents values assigned to variables.
|
| NodeSimplifier |
Attempts to reduce the size of tree structures without altering their functionality.
|
| Type |
Represents a data type.
|
org.oakgp.node provides classes for constructing tree structures to represent programs.org.oakgp.function provides classes for implementing the logic associated with function nodes.org.oakgp.primitive provides classes to construct a primitive set consisting of nodes and functions.org.oakgp.generate supports the creation of an initial population.org.oakgp.rank supports ranking of candidates based on their fitness.org.oakgp.select provides strategies for selecting ranked candidates.org.oakgp.evolve provides mechanisms for using selected candidates as a basis for evolving new candidates.org.oakgp.terminate provides predicates for determining when a genetic programming run is complete.OakGP Genetic Programming Framework