| Package | Description |
|---|---|
| jcgp.backend.modules.problem | |
| jcgp.gui | |
| jcgp.gui.population | |
| jcgp.gui.settings.testcase |
| Modifier and Type | Method and Description |
|---|---|
TestCaseProblem.TestCase<java.lang.Double> |
SymbolicRegressionProblem.parseTestCase(java.lang.String[] inputs,
java.lang.String[] outputs) |
TestCaseProblem.TestCase<UnsignedInteger> |
DigitalCircuitProblem.parseTestCase(java.lang.String[] inputs,
java.lang.String[] outputs) |
| Modifier and Type | Method and Description |
|---|---|
javafx.collections.ObservableList<TestCaseProblem.TestCase<T>> |
TestCaseProblem.getTestCases() |
| Modifier and Type | Method and Description |
|---|---|
void |
GUI.evaluateTestCase(TestCaseProblem.TestCase<java.lang.Object> testCase) |
| Modifier and Type | Method and Description |
|---|---|
void |
PopulationPane.evaluateTestCase(TestCaseProblem.TestCase<java.lang.Object> testCase) |
| Modifier and Type | Method and Description |
|---|---|
javafx.scene.control.TableView<TestCaseProblem.TestCase<java.lang.Object>> |
TestCaseTable.getTable() |