Added normal mutation for reals, and corrected error of segment-> arithmetic
for the crossover operators
This commit is contained in:
parent
c00c15145d
commit
e5ff1bf59c
3 changed files with 63 additions and 20 deletions
|
|
@ -272,7 +272,7 @@ The actual code is in boldface and the comment in normal face.
|
|||
<td>
|
||||
<tt><font color="#993399">
|
||||
<b> </b>// offspring(i) is a linear combination of parent(i)<br>
|
||||
<b> eoArithmeticCrossover<Indi> xover;</b><br>
|
||||
<b> eoSegmentCrossover<Indi> xover;</b><br>
|
||||
</font></tt>
|
||||
</td>
|
||||
</tr>
|
||||
|
|
|
|||
Reference in a new issue