diff options
author | Eduardo Pedroni <ep625@york.ac.uk> | 2014-05-07 18:38:27 +0100 |
---|---|---|
committer | Eduardo Pedroni <ep625@york.ac.uk> | 2014-05-07 18:38:27 +0100 |
commit | 7f89d81e6f8a5ce82d42c3b852b5219edaa4b86c (patch) | |
tree | cc069b43e1cdf7cb69456fe7e86e1f51d6ea8642 /doc/index-files | |
parent | 8189116ea4b5db4675e31dfd04a5687d55e29262 (diff) |
Removed reflection for now, added fitness orientation support
Diffstat (limited to 'doc/index-files')
-rw-r--r-- | doc/index-files/index-12.html | 4 | ||||
-rw-r--r-- | doc/index-files/index-17.html | 2 | ||||
-rw-r--r-- | doc/index-files/index-3.html | 6 | ||||
-rw-r--r-- | doc/index-files/index-7.html | 2 |
4 files changed, 7 insertions, 7 deletions
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 @@ <dd> <div class="block">Creates a new instance of MuPlusLambda.</div> </dd> -<dt><a href="../jcgp/backend/population/MutableElement.html" title="interface in jcgp.backend.population"><span class="typeNameLink">MutableElement</span></a> - Interface in <a href="../jcgp/backend/population/package-summary.html">jcgp.backend.population</a></dt> +<dt><a href="../jcgp/backend/population/Mutable.html" title="interface in jcgp.backend.population"><span class="typeNameLink">Mutable</span></a> - Interface in <a href="../jcgp/backend/population/package-summary.html">jcgp.backend.population</a></dt> <dd> -<div class="block"><code>MutableElement</code> declares the expected behaviour of any +<div class="block"><code>Mutable</code> declares the expected behaviour of any part of a chromosome that is mutable, more specifically nodes or outputs.</div> </dd> 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 @@ <dd> </dd> <dt><span class="memberNameLink"><a href="../jcgp/backend/resources/ModifiableResources.html#setColumns-int-">setColumns(int)</a></span> - Method in class jcgp.backend.resources.<a href="../jcgp/backend/resources/ModifiableResources.html" title="class in jcgp.backend.resources">ModifiableResources</a></dt> <dd> </dd> -<dt><span class="memberNameLink"><a href="../jcgp/backend/population/MutableElement.html#setConnection-int-jcgp.backend.population.Connection-">setConnection(int, Connection)</a></span> - Method in interface jcgp.backend.population.<a href="../jcgp/backend/population/MutableElement.html" title="interface in jcgp.backend.population">MutableElement</a></dt> +<dt><span class="memberNameLink"><a href="../jcgp/backend/population/Mutable.html#setConnection-int-jcgp.backend.population.Connection-">setConnection(int, Connection)</a></span> - Method in interface jcgp.backend.population.<a href="../jcgp/backend/population/Mutable.html" title="interface in jcgp.backend.population">Mutable</a></dt> <dd> <div class="block">This method sets the indexed connection to the specified new connection.</div> </dd> 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 @@ <div class="block">Creates a deep copy of the specified chromosome in the this instance.</div> </dd> -<dt><span class="memberNameLink"><a href="../jcgp/backend/population/MutableElement.html#copyOf-jcgp.backend.population.MutableElement-">copyOf(MutableElement)</a></span> - Method in interface jcgp.backend.population.<a href="../jcgp/backend/population/MutableElement.html" title="interface in jcgp.backend.population">MutableElement</a></dt> +<dt><span class="memberNameLink"><a href="../jcgp/backend/population/Mutable.html#copyOf-jcgp.backend.population.Mutable-">copyOf(Mutable)</a></span> - Method in interface jcgp.backend.population.<a href="../jcgp/backend/population/Mutable.html" title="interface in jcgp.backend.population">Mutable</a></dt> <dd> <div class="block">Asserts if the specified element is a copy of the elements this is called on.<br> @@ -162,9 +162,9 @@ not necessarily true since it is possible that a == c. </div> </dd> -<dt><span class="memberNameLink"><a href="../jcgp/backend/population/Node.html#copyOf-jcgp.backend.population.MutableElement-">copyOf(MutableElement)</a></span> - Method in class jcgp.backend.population.<a href="../jcgp/backend/population/Node.html" title="class in jcgp.backend.population">Node</a></dt> +<dt><span class="memberNameLink"><a href="../jcgp/backend/population/Node.html#copyOf-jcgp.backend.population.Mutable-">copyOf(Mutable)</a></span> - Method in class jcgp.backend.population.<a href="../jcgp/backend/population/Node.html" title="class in jcgp.backend.population">Node</a></dt> <dd> </dd> -<dt><span class="memberNameLink"><a href="../jcgp/backend/population/Output.html#copyOf-jcgp.backend.population.MutableElement-">copyOf(MutableElement)</a></span> - Method in class jcgp.backend.population.<a href="../jcgp/backend/population/Output.html" title="class in jcgp.backend.population">Output</a></dt> +<dt><span class="memberNameLink"><a href="../jcgp/backend/population/Output.html#copyOf-jcgp.backend.population.Mutable-">copyOf(Mutable)</a></span> - Method in class jcgp.backend.population.<a href="../jcgp/backend/population/Output.html" title="class in jcgp.backend.population">Output</a></dt> <dd> </dd> <dt><span class="memberNameLink"><a href="../jcgp/backend/function/SymbolicRegressionFunctions.Cosine.html#Cosine--">Cosine()</a></span> - Constructor for class jcgp.backend.function.<a href="../jcgp/backend/function/SymbolicRegressionFunctions.Cosine.html" title="class in jcgp.backend.function">SymbolicRegressionFunctions.Cosine</a></dt> <dd> </dd> 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 @@ <div class="block">Gets the next random integer using the experiment's random number generator.</div> </dd> -<dt><span class="memberNameLink"><a href="../jcgp/backend/population/Chromosome.html#getRandomMutableElement--">getRandomMutableElement()</a></span> - Method in class jcgp.backend.population.<a href="../jcgp/backend/population/Chromosome.html" title="class in jcgp.backend.population">Chromosome</a></dt> +<dt><span class="memberNameLink"><a href="../jcgp/backend/population/Chromosome.html#getRandomMutable--">getRandomMutable()</a></span> - Method in class jcgp.backend.population.<a href="../jcgp/backend/population/Chromosome.html" title="class in jcgp.backend.population">Chromosome</a></dt> <dd> <div class="block">This method is useful for mutating chromosomes.</div> </dd> |