From 8189116ea4b5db4675e31dfd04a5687d55e29262 Mon Sep 17 00:00:00 2001 From: Eduardo Pedroni Date: Tue, 6 May 2014 14:29:37 +0100 Subject: Added javadocs, made minor changes to the comments --- doc/index-files/index-12.html | 197 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 197 insertions(+) create mode 100644 doc/index-files/index-12.html (limited to 'doc/index-files/index-12.html') diff --git a/doc/index-files/index-12.html b/doc/index-files/index-12.html new file mode 100644 index 0000000..d69ad68 --- /dev/null +++ b/doc/index-files/index-12.html @@ -0,0 +1,197 @@ + + + + + +M-Index + + + + + + + + +
+ + + + + + + +
+ + +
A B C D E F G H I J L M N O P R S T U V W X  + + +

M

+
+
main(String[]) - Static method in class jcgp.gui.GUI
+
 
+
main(String...) - Static method in class jcgp.JCGP
+
+
JCGP main method, this is used to execute JCGP from the command line.
+
+
makeDragResizable(Region) - Static method in class jcgp.gui.dragresize.HorizontalDragResize
+
+
Makes the specified region drag resizable.
+
+
makeDragResizable(Region) - Static method in class jcgp.gui.dragresize.VerticalDragResize
+
+
Makes the specified region drag resizable.
+
+
MEDIUM_HIGHLIGHT_COLOUR - Static variable in class jcgp.gui.GUI
+
 
+
ModifiableResources - Class in jcgp.backend.resources
+
+
This subclass of Resources allows modifications to be made.
+
+
ModifiableResources() - Constructor for class jcgp.backend.resources.ModifiableResources
+
+
Creates an instance of this class and initialises + all base parameters to default values.
+
+
Module - Class in jcgp.backend.modules
+
+
This class defines the expected behaviour of a module.
+
+
Multiplication() - Constructor for class jcgp.backend.function.SymbolicRegressionFunctions.Multiplication
+
 
+
Multiplication() - Constructor for class jcgp.backend.function.TravellingSalesmanFunctions.Multiplication
+
 
+
MuPlusLambda - Class in jcgp.backend.modules.es
+
+
(μ + λ)-ES +

+ This strategy selects the μ fittest chromosomes from the population.
+
+
MuPlusLambda(Resources) - Constructor for class jcgp.backend.modules.es.MuPlusLambda
+
+
Creates a new instance of MuPlusLambda.
+
+
MutableElement - Interface in jcgp.backend.population
+
+
MutableElement declares the expected behaviour of any + part of a chromosome that is mutable, more specifically + nodes or outputs.
+
+
mutate(Chromosome) - Method in class jcgp.backend.modules.mutator.Mutator
+
+
Applies mutations to the specified chromosome according + to the parameter values.
+
+
mutate(Chromosome) - Method in class jcgp.backend.modules.mutator.PointMutator
+
 
+
mutate(Chromosome) - Method in class jcgp.backend.modules.mutator.ProbabilisticMutator
+
 
+
Mutator - Class in jcgp.backend.modules.mutator
+
+
This class specifies the basic characteristics of a mutation operator.
+
+
Mux1() - Constructor for class jcgp.backend.function.DigitalCircuitFunctions.Mux1
+
 
+
Mux2() - Constructor for class jcgp.backend.function.DigitalCircuitFunctions.Mux2
+
 
+
Mux3() - Constructor for class jcgp.backend.function.DigitalCircuitFunctions.Mux3
+
 
+
Mux4() - Constructor for class jcgp.backend.function.DigitalCircuitFunctions.Mux4
+
 
+
+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