| Package | Description |
|---|---|
| jcgp | |
| jcgp.backend.modules.problem |
| Modifier and Type | Method and Description |
|---|---|
Problem |
JCGP.getProblem() |
| Modifier and Type | Method and Description |
|---|---|
java.util.ArrayList<Problem> |
JCGP.getProblems() |
| Modifier and Type | Class and Description |
|---|---|
class |
DigitalCircuitProblem
Digital circuit problem
Using this problem type, digital logic circuits can be evolved. |
class |
SymbolicRegressionProblem
Symbolic regression functions
Using this problem type, regression problems can be solved. |
class |
TestCaseProblem<T>
Abstract model for a problem that uses test cases.
|