From 4f26361eb08aa09334d1eea0a124110c20d809ce Mon Sep 17 00:00:00 2001 From: Eduardo Pedroni Date: Sat, 18 Oct 2014 15:21:45 +0200 Subject: Moved javadocs to a different repository for hosting, updated README --- doc/index-files/index-4.html | 262 ------------------------------------------- 1 file changed, 262 deletions(-) delete mode 100644 doc/index-files/index-4.html (limited to 'doc/index-files/index-4.html') diff --git a/doc/index-files/index-4.html b/doc/index-files/index-4.html deleted file mode 100644 index 3f5c353..0000000 --- a/doc/index-files/index-4.html +++ /dev/null @@ -1,262 +0,0 @@ - - - - - -D-Index - - - - - - - - -
- - - - - - - -
- - -
A B C D E F G H I J L M N O P R S T U V W X  - - -

D

-
-
DigitalCircuitFunctions - Class in jcgp.backend.function
-
-
This class contains all digital circuit functions - (defined as unsigned integer functions in the classic - CGP implementation) defined in static nested classes.
-
-
DigitalCircuitFunctions() - Constructor for class jcgp.backend.function.DigitalCircuitFunctions
-
-
Creates a new instance of DigitalCircuitFunctions.
-
-
DigitalCircuitFunctions.And - Class in jcgp.backend.function
-
-
ANDs inputs together.
-
-
DigitalCircuitFunctions.AndNotA - Class in jcgp.backend.function
-
-
ANDs inputs together with one input inverted.
-
-
DigitalCircuitFunctions.AndNotB - Class in jcgp.backend.function
-
-
ANDs inputs together with one input inverted.
-
-
DigitalCircuitFunctions.ConstantOne - Class in jcgp.backend.function
-
-
Outputs a constant 1, has no inputs.
-
-
DigitalCircuitFunctions.ConstantZero - Class in jcgp.backend.function
-
-
Outputs a constant 0, has no inputs.
-
-
DigitalCircuitFunctions.Mux1 - Class in jcgp.backend.function
-
-
Works as a multiplexer.
-
-
DigitalCircuitFunctions.Mux2 - Class in jcgp.backend.function
-
-
Works as a multiplexer.
-
-
DigitalCircuitFunctions.Mux3 - Class in jcgp.backend.function
-
-
Works as a multiplexer.
-
-
DigitalCircuitFunctions.Mux4 - Class in jcgp.backend.function
-
-
Works as a multiplexer.
-
-
DigitalCircuitFunctions.Nand - Class in jcgp.backend.function
-
-
NANDs inputs together.
-
-
DigitalCircuitFunctions.Nor - Class in jcgp.backend.function
-
-
NORs inputs together.
-
-
DigitalCircuitFunctions.NotA - Class in jcgp.backend.function
-
-
Inverts input, equivalent to inverter logic gate.
-
-
DigitalCircuitFunctions.NotB - Class in jcgp.backend.function
-
-
Inverts input, equivalent to inverter logic gate.
-
-
DigitalCircuitFunctions.Or - Class in jcgp.backend.function
-
-
ORs inputs together.
-
-
DigitalCircuitFunctions.OrNotA - Class in jcgp.backend.function
-
-
ORs inputs together with one inverted input.
-
-
DigitalCircuitFunctions.OrNotB - Class in jcgp.backend.function
-
-
ORs inputs together with one inverted input.
-
-
DigitalCircuitFunctions.WireA - Class in jcgp.backend.function
-
-
Connects one node to another with no function.
-
-
DigitalCircuitFunctions.WireB - Class in jcgp.backend.function
-
-
Connects one node to another with no function.
-
-
DigitalCircuitFunctions.Xnor - Class in jcgp.backend.function
-
-
XNORs inputs together.
-
-
DigitalCircuitFunctions.Xor - Class in jcgp.backend.function
-
-
XORs inputs together.
-
-
DigitalCircuitProblem - Class in jcgp.backend.modules.problem
-
-
Digital circuit problem -

- Using this problem type, digital logic circuits can be evolved.
-
-
DigitalCircuitProblem(Resources) - Constructor for class jcgp.backend.modules.problem.DigitalCircuitProblem
-
-
Construct a new instance of DigitalCircuitProblem.
-
-
disableFunction(int) - Method in class jcgp.backend.function.FunctionSet
-
-
Disables the indexed function.
-
-
Division() - Constructor for class jcgp.backend.function.SymbolicRegressionFunctions.Division
-
 
-
DIVISION_LIMIT - Static variable in class jcgp.backend.function.SymbolicRegressionFunctions
-
 
-
DoubleMonitor - Class in jcgp.backend.parameters.monitors
-
-
This is a special type of DoubleParameter which - cannot be modified in the GUI (if the GUI is in use).
-
-
DoubleMonitor(double, String) - Constructor for class jcgp.backend.parameters.monitors.DoubleMonitor
-
-
Creates a new instance of this class, assuming the monitor - is not critical.
-
-
DoubleMonitor(double, String, boolean) - Constructor for class jcgp.backend.parameters.monitors.DoubleMonitor
-
-
Creates a new instance of this class.
-
-
DoubleParameter - Class in jcgp.backend.parameters
-
-
Parameter subclass for the double type.
-
-
DoubleParameter(double, String) - Constructor for class jcgp.backend.parameters.DoubleParameter
-
-
Creates a new instance of this class, assuming the parameter - is not critical.
-
-
DoubleParameter(double, String, boolean) - Constructor for class jcgp.backend.parameters.DoubleParameter
-
-
Creates a new instance of this class.
-
-
-A B C D E F G H I J L M N O P R S T U V W X 
- -
- - - - - - - -
- - - - -- cgit v1.2.3