| Modifier and Type | Class and Description |
|---|---|
class |
Ant
Ant implements the Artificial Ant problem.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Edge
Edge implements the Symbolic Edge problem.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Semantic
Implements Goldberg and O'Reilly's semantic Order and Majority
problems.
|
| Modifier and Type | Class and Description |
|---|---|
class |
KLandscapes
KLandscapes implements the K-Landscapes problem of Vanneschi,
Castelli and Manzoni.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Lawnmower
Lawnmower implements the Koza-II Lawnmower problem.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Lid
Lid implements Daida's Lid problem.
|
| Modifier and Type | Class and Description |
|---|---|
class |
MajorityGP
MajorityGP.java
Implements a GP-style vector rule for the one-dimensional Majority-Ones cellular automaton problem.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Multiplexer
Multiplexer implements the family of n-Multiplexer problems.
|
| Modifier and Type | Class and Description |
|---|---|
class |
OrderTree
OrderTree implements the OrderTree problem of Hoang et al.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Parity
Parity implements the family of n-[even|odd]-Parity problems up
to 32-parity.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Benchmarks
Benchmarks by various people in the literature.
|
class |
Quintic
Quintic implements a Symbolic Regression problem.
|
class |
Regression
Regression implements the Koza (quartic) Symbolic Regression problem.
|
class |
Sextic
Sextic implements a Symbolic Regression problem.
|
| Modifier and Type | Class and Description |
|---|---|
class |
RoyalTree
RoyalTree implements Punch's RoyalTree problem.
|
| Modifier and Type | Class and Description |
|---|---|
class |
MultiValuedRegression |
| Modifier and Type | Class and Description |
|---|---|
class |
TwoBox
TwoBox implements the TwoBox problem, with or without ADFs,
as discussed in Koza-II.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ADFContext.prepareADF(ADF a,
GPProblem problem)
Increases arguments to accommodate space if necessary.
|
| Modifier and Type | Field and Description |
|---|---|
GPProblem |
GEProblem.problem |
| Modifier and Type | Class and Description |
|---|---|
class |
PushProblem
A PushProblem contains useful methods to help you create an
interpreter, write out the ECJ GP tree to a string, build a Push Program
around this string, load the interpreter with all your custom instructions,
and run the Push Program on the interpreter.
|
Copyright © 2014 Evolutionary Computation Laboratory at George Mason University. All rights reserved.