aboutsummaryrefslogtreecommitdiffstats
path: root/doc/jcgp/backend/population/Chromosome.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/jcgp/backend/population/Chromosome.html')
-rw-r--r--doc/jcgp/backend/population/Chromosome.html36
1 files changed, 18 insertions, 18 deletions
diff --git a/doc/jcgp/backend/population/Chromosome.html b/doc/jcgp/backend/population/Chromosome.html
index c047c4d..bdd49f4 100644
--- a/doc/jcgp/backend/population/Chromosome.html
+++ b/doc/jcgp/backend/population/Chromosome.html
@@ -2,9 +2,9 @@
<!-- NewPage -->
<html lang="en">
<head>
-<!-- Generated by javadoc (1.8.0_05) on Mon May 12 23:05:44 BST 2014 -->
+<!-- Generated by javadoc (1.8.0_05) on Thu May 22 06:02:32 BST 2014 -->
<title>Chromosome</title>
-<meta name="date" content="2014-05-12">
+<meta name="date" content="2014-05-22">
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../script.js"></script>
</head>
@@ -412,6 +412,22 @@ implements java.lang.Comparable&lt;<a href="../../../jcgp/backend/population/Chr
</dl>
</li>
</ul>
+<a name="getInput-int-">
+<!-- -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getInput</h4>
+<pre>public&nbsp;<a href="../../../jcgp/backend/population/Input.html" title="class in jcgp.backend.population">Input</a>&nbsp;getInput(int&nbsp;index)</pre>
+<div class="block">Returns a reference to the indexed input.</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>index</code> - the input index.</dd>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>the input reference.</dd>
+</dl>
+</li>
+</ul>
<a name="getNode-int-int-">
<!-- -->
</a>
@@ -446,22 +462,6 @@ implements java.lang.Comparable&lt;<a href="../../../jcgp/backend/population/Chr
</dl>
</li>
</ul>
-<a name="getInput-int-">
-<!-- -->
-</a>
-<ul class="blockList">
-<li class="blockList">
-<h4>getInput</h4>
-<pre>public&nbsp;<a href="../../../jcgp/backend/population/Input.html" title="class in jcgp.backend.population">Input</a>&nbsp;getInput(int&nbsp;index)</pre>
-<div class="block">Returns a reference to the indexed input.</div>
-<dl>
-<dt><span class="paramLabel">Parameters:</span></dt>
-<dd><code>index</code> - the input index.</dd>
-<dt><span class="returnLabel">Returns:</span></dt>
-<dd>the input reference.</dd>
-</dl>
-</li>
-</ul>
<a name="getFitness--">
<!-- -->
</a>