| Package | Description |
|---|---|
| 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. |
| Modifier and Type | Method and Description |
|---|---|
static VariableSet |
VariableSet.createVariableSet(Type... variableTypes)
Constructs a variable set containing variables of the specified types.
|
| Constructor and Description |
|---|
PrimitiveSetImpl(FunctionSet functionSet,
ConstantSet constantSet,
VariableSet variableSet,
Random random,
double ratioVariables)
Constructs a new primitive set consisting of the specified components.
|
| Constructor and Description |
|---|
NodeReader(String input,
Function[] functions,
ConstantNode[] constants,
VariableSet variableSet)
Creates a
NodeReader that reads from the given java.lang.String. |
OakGP Genetic Programming Framework