| Package | Description |
|---|---|
| ec.app.lawnmower.func | |
| ec.app.regression.func | |
| ec.gp | |
| ec.gp.push | |
| ec.util |
| Modifier and Type | Method and Description |
|---|---|
boolean |
LawnERC.decode(DecodeReturn dret) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
RegERC.decode(DecodeReturn dret) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
ERC.decode(DecodeReturn dret)
Decodes data into the ERC from dret.
|
GPNode |
ERC.readNode(DecodeReturn dret) |
GPNode |
GPNode.readNode(DecodeReturn dret)
Reads the node symbol,
advancing the DecodeReturn to the first character in the string
beyond the node symbol, and returns a new, empty GPNode of the
appropriate class representing that symbol, else null if the
node symbol is not of the correct type for your GPNode class.
|
static GPNode |
GPNode.readRootedTree(int linenumber,
DecodeReturn dret,
GPType expectedType,
GPFunctionSet set,
GPNodeParent parent,
int argposition,
EvolutionState state)
Reads the node and its children from the form printed out by printRootedTree.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
Terminal.decode(DecodeReturn dret) |
| Modifier and Type | Method and Description |
|---|---|
static DecodeReturn |
Code.checkPreamble(String preamble,
EvolutionState state,
LineNumberReader reader)
Finds the next nonblank line, then trims the line and checks the preamble.
|
DecodeReturn |
DecodeReturn.reset(String _data)
Use this to reuse your DecodeReturn for another string
|
DecodeReturn |
DecodeReturn.reset(String _data,
int _pos)
Use this to reuse your DecodeReturn for another string
|
DecodeReturn |
DecodeReturn.scanAt(int _pos)
Sets the DecodeReturn to begin scanning at _pos, which should be valid.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
Code.decode(DecodeReturn d)
Decodes the next item out of a DecodeReturn and modifies the DecodeReturn to hold the results.
|
Copyright © 2014 Evolutionary Computation Laboratory at George Mason University. All rights reserved.