- added the #define for eo_verbose (true) and eo_no_verbose (false)

- added the eoNormMutation, simple normal mutation for simple real variables
This commit is contained in:
evomarc 2000-12-04 14:55:18 +00:00
commit b5382fce74
2 changed files with 9 additions and 4 deletions

View file

@ -396,7 +396,7 @@ rates</font></tt>
onePointRate);</font></tt></b>
<br><b><tt><font color="#993399">&nbsp;xover.add(xoverU, URate);</font></tt></b>
<br><b><tt><font color="#993399">&nbsp;xover.add(xover2, twoPointsRate,
true);</font></tt></b></td>
eo_verbose);</font></tt></b></td>
</tr>
</table>
<a NAME="mutation"></a>
@ -413,7 +413,7 @@ rates</font></tt>
<br><b><tt><font color="#993399">&nbsp;eoPropCombinedMonOp&lt;Indi> mutation(mutationBitFlip,
bitFlipRate);</font></tt></b>
<br><b><tt><font color="#993399">&nbsp;mutation.add(mutationOneBit, oneBitRate,
true);</font></tt></b>
eo_verbose);</font></tt></b>
<br><tt><font color="#993399"><b>&nbsp;</b>// The operators are&nbsp; encapsulated
into an eoTRansform object</font></tt>
<br><b><tt><font color="#993399">&nbsp;eoSGATransform&lt;Indi> transform(xover,