Package | Description |
---|---|
jcgp.backend.function | |
jcgp.backend.modules.problem | |
jcgp.backend.parsers | |
jcgp.backend.resources | |
jcgp.gui.population |
Modifier and Type | Class and Description |
---|---|
class |
DigitalCircuitFunctions
This class contains all digital circuit functions
(defined as unsigned integer functions in the classic
CGP implementation) defined in static nested classes.
|
class |
SymbolicRegressionFunctions
This class contains all symbolic regression functions
(defined as double functions in the classic CGP implementation)
in static nested classes.
|
class |
TravellingSalesmanFunctions
This class contains all travelling salesman functions in static nested classes.
|
Modifier and Type | Method and Description |
---|---|
FunctionSet |
Problem.getFunctionSet() |
Modifier and Type | Method and Description |
---|---|
static void |
FunctionParser.parse(java.io.File file,
FunctionSet functionSet,
Resources resources)
Reads the specified file and attempts to enable
and disable the functions in the FunctionSet
accordingly.
|
Modifier and Type | Method and Description |
---|---|
FunctionSet |
Resources.getFunctionSet() |
Modifier and Type | Method and Description |
---|---|
void |
ModifiableResources.setFunctionSet(FunctionSet functionSet)
Update the current function set.
|
Modifier and Type | Method and Description |
---|---|
void |
FunctionSelector.remakeFunctions(FunctionSet fs) |
Constructor and Description |
---|
FunctionSelector(FunctionSet functionSet) |