Node instances.See: Description
| Class | Description |
|---|---|
| Equal |
Determines if two objects are equal.
|
| GreaterThan |
Determines if the object represented by the first argument is greater than the object represented by the second.
|
| GreaterThanOrEqual |
Determines if the object represented by the first argument is greater than or equal to the object represented by the second.
|
| LessThan |
Determines if the object represented by the first argument is less than the object represented by the second.
|
| LessThanOrEqual |
Determines if the object represented by the first argument is less than or equal to the object represented by the second.
|
| NotEqual |
Determines if two objects are not equal.
|
Node instances.OakGP Genetic Programming Framework