From 7f89d81e6f8a5ce82d42c3b852b5219edaa4b86c Mon Sep 17 00:00:00 2001 From: Eduardo Pedroni Date: Wed, 7 May 2014 18:38:27 +0100 Subject: Removed reflection for now, added fitness orientation support --- doc/index-files/index-12.html | 4 ++-- doc/index-files/index-17.html | 2 +- doc/index-files/index-3.html | 6 +++--- doc/index-files/index-7.html | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) (limited to 'doc/index-files') diff --git a/doc/index-files/index-12.html b/doc/index-files/index-12.html index d69ad68..267c417 100644 --- a/doc/index-files/index-12.html +++ b/doc/index-files/index-12.html @@ -117,9 +117,9 @@
Creates a new instance of MuPlusLambda.
-
MutableElement - Interface in jcgp.backend.population
+
Mutable - Interface in jcgp.backend.population
-
MutableElement declares the expected behaviour of any +
Mutable declares the expected behaviour of any part of a chromosome that is mutable, more specifically nodes or outputs.
diff --git a/doc/index-files/index-17.html b/doc/index-files/index-17.html index d078f88..b609fb2 100644 --- a/doc/index-files/index-17.html +++ b/doc/index-files/index-17.html @@ -110,7 +110,7 @@
 
setColumns(int) - Method in class jcgp.backend.resources.ModifiableResources
 
-
setConnection(int, Connection) - Method in interface jcgp.backend.population.MutableElement
+
setConnection(int, Connection) - Method in interface jcgp.backend.population.Mutable
This method sets the indexed connection to the specified new connection.
diff --git a/doc/index-files/index-3.html b/doc/index-files/index-3.html index 2833121..7b7d4d2 100644 --- a/doc/index-files/index-3.html +++ b/doc/index-files/index-3.html @@ -141,7 +141,7 @@
Creates a deep copy of the specified chromosome in the this instance.
-
copyOf(MutableElement) - Method in interface jcgp.backend.population.MutableElement
+
copyOf(Mutable) - Method in interface jcgp.backend.population.Mutable
Asserts if the specified element is a copy of the elements this is called on.
@@ -162,9 +162,9 @@ not necessarily true since it is possible that a == c.
-
copyOf(MutableElement) - Method in class jcgp.backend.population.Node
+
copyOf(Mutable) - Method in class jcgp.backend.population.Node
 
-
copyOf(MutableElement) - Method in class jcgp.backend.population.Output
+
copyOf(Mutable) - Method in class jcgp.backend.population.Output
 
Cosine() - Constructor for class jcgp.backend.function.SymbolicRegressionFunctions.Cosine
 
diff --git a/doc/index-files/index-7.html b/doc/index-files/index-7.html index f92083f..30395b3 100644 --- a/doc/index-files/index-7.html +++ b/doc/index-files/index-7.html @@ -408,7 +408,7 @@
Gets the next random integer using the experiment's random number generator.
-
getRandomMutableElement() - Method in class jcgp.backend.population.Chromosome
+
getRandomMutable() - Method in class jcgp.backend.population.Chromosome
This method is useful for mutating chromosomes.
-- cgit v1.2.3