Added normal mutation for reals, and corrected error of segment-> arithmetic

for the crossover operators
This commit is contained in:
evomarc 2000-12-04 16:49:42 +00:00
commit e5ff1bf59c
3 changed files with 63 additions and 20 deletions

View file

@ -272,7 +272,7 @@ The actual code is in boldface and the comment in normal face.
<td>
<tt><font color="#993399">
<b> &nbsp;</b>// offspring(i) is a linear combination of parent(i)<br>
<b> &nbsp;eoArithmeticCrossover&lt;Indi> xover;</b><br>
<b> &nbsp;eoSegmentCrossover&lt;Indi> xover;</b><br>
</font></tt>
</td>
</tr>