- 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
-