| Package | Description |
|---|---|
| org.oakgp.primitive |
Provides classes for specifying the contents of a primitive set.
|
| Modifier and Type | Method and Description |
|---|---|
VariableNode |
VariableSet.getById(int id)
Returns the
VariableNode from this set that is associated with the specified ID. |
| Modifier and Type | Method and Description |
|---|---|
List<VariableNode> |
VariableSet.getByType(Type type)
Returns a list of all variables in this set that are of the specified type.
|
OakGP Genetic Programming Framework