Class | Description |
---|---|
DigitalCircuitProblem |
Digital circuit problem
Using this problem type, digital logic circuits can be evolved. |
Problem |
Defines the general behaviour of a CGP problem.
|
SymbolicRegressionProblem |
Symbolic regression functions
Using this problem type, regression problems can be solved. |
TestCaseProblem<T> |
Abstract model for a problem that uses test cases.
|
TestCaseProblem.TestCase<U> |
Basic data type for encapsulating test cases, it simply
contains arrays of inputs and outputs and associated getters.
|
Enum | Description |
---|---|
BestFitness |
Enum type to allow problems to indicate their fitness
orientation.
|