Package | Description |
---|---|
jcgp | |
jcgp.backend.modules.problem | |
jcgp.backend.parsers |
Modifier and Type | Method and Description |
---|---|
ModifiableResources |
JCGP.getResources()
Returns a reference to the
ModifiableResources used by the
experiment. |
Modifier and Type | Method and Description |
---|---|
void |
TestCaseProblem.parseProblemData(java.io.File file,
ModifiableResources resources) |
abstract void |
Problem.parseProblemData(java.io.File file,
ModifiableResources resources)
Parses the specified file and uses the parsed data to
set up the problem type instance appropriately.
|
Modifier and Type | Method and Description |
---|---|
static void |
ParameterParser.parse(java.io.File file,
ModifiableResources resources)
Parses the parameters from a specified CGP parameter file and
modifies the experiment resources appropriately.
|
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.
|