org.jgap.gp.terminal |
Terminals to use with Genetic Programming. A terminal is atomar and does not return something.
|
Java Source File Name | Type | Comment |
Argument.java | Class | An argument that will be used internally only by ADF's. |
Constant.java | Class | A constant remaining the same value all time. |
False.java | Class | The boolean value false. |
NOP.java | Class | NO Operation. |
Terminal.java | Class | A terminal is a static number that can be mutated. |
True.java | Class | The boolean value true. |
Variable.java | Class | A terminal represented by a variable (x,y,z...). |