| Package | Description |
|---|---|
| jcgp.backend.modules.problem | |
| jcgp.backend.parsers | |
| jcgp.gui.settings.testcase |
| 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. |
| Modifier and Type | Method and Description |
|---|---|
static void |
TestCaseParser.parse(java.io.File file,
TestCaseProblem<?> problem,
ModifiableResources resources)
Sets the number of inputs and outputs in the resources
to match the given file, and parses each test case
from the file into the specified problem.
|
| Constructor and Description |
|---|
TestCaseTable(TestCaseProblem<java.lang.Object> testCaseProblem,
GUI gui)
Make a new instance of
TestCaseTable. |