Corrected a bad link
This commit is contained in:
parent
44e715f241
commit
2d93e7374b
1 changed files with 9 additions and 3 deletions
|
|
@ -37,7 +37,7 @@ operators</font> of the same type</li>
|
||||||
stopping criteria</font></li>
|
stopping criteria</font></li>
|
||||||
|
|
||||||
<li>
|
<li>
|
||||||
use <font color="#009900"><a href="evolution">alternate</a> selection/replacement</font>
|
use <font color="#009900"><a href="#evolution">alternate</a> selection/replacement</font>
|
||||||
engines, deviating from the pure generational GA</li>
|
engines, deviating from the pure generational GA</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
|
|
@ -67,7 +67,9 @@ argument is a <a href="binary_value.html">vector<bool></a> or a <a href="real
|
||||||
and not an unknown type. This will allow to use the same file for any EO
|
and not an unknown type. This will allow to use the same file for any EO
|
||||||
object that is a sub-class of the corresponding STL vector class.</font></li>
|
object that is a sub-class of the corresponding STL vector class.</font></li>
|
||||||
|
|
||||||
<p><br><b><font color="#FF0000">Note:</font></b> <font color="#000000">Also,
|
<br>
|
||||||
|
<p>
|
||||||
|
<p><b><font color="#FF0000">Note:</font></b> <font color="#000000">Also,
|
||||||
a non-templatized fitness can be </font><b><font color="#FF6600">compiled
|
a non-templatized fitness can be </font><b><font color="#FF6600">compiled
|
||||||
separately</font></b><font color="#000000"> (not done here) into an object
|
separately</font></b><font color="#000000"> (not done here) into an object
|
||||||
file once and for all (<a href="eoProgramming.html#templates">remember</a>
|
file once and for all (<a href="eoProgramming.html#templates">remember</a>
|
||||||
|
|
@ -84,6 +86,8 @@ requires.</font></li>
|
||||||
|
|
||||||
<br>
|
<br>
|
||||||
<p>
|
<p>
|
||||||
|
<br>
|
||||||
|
<br>
|
||||||
<p><b><font color="#FF0000">Note:</font></b> <font color="#000000">In the
|
<p><b><font color="#FF0000">Note:</font></b> <font color="#000000">In the
|
||||||
previous files (<a href="FirstBitGA.html#eval">Bit</a> - <a href="FirstRealGA.html#eval">Real</a>)
|
previous files (<a href="FirstBitGA.html#eval">Bit</a> - <a href="FirstRealGA.html#eval">Real</a>)
|
||||||
, the last 2 types were deduced from the first (2nd argument = fitness
|
, the last 2 types were deduced from the first (2nd argument = fitness
|
||||||
|
|
@ -107,7 +111,9 @@ You can also use different initializers and call them in turn through the
|
||||||
call to <a href="../../doc/html/class_eopop.html#a2">pop.append()</a> function
|
call to <a href="../../doc/html/class_eopop.html#a2">pop.append()</a> function
|
||||||
(see <a href="#exercise2">Exercise 2</a>).</font></li>
|
(see <a href="#exercise2">Exercise 2</a>).</font></li>
|
||||||
|
|
||||||
<p><br><b><font color="#FF0000">Note</font><font color="#CC33CC">: </font></b><font color="#000000">Don't
|
<br>
|
||||||
|
<p>
|
||||||
|
<p><b><font color="#FF0000">Note</font><font color="#CC33CC">: </font></b><font color="#000000">Don't
|
||||||
forget to </font><b><font color="#CC0000">evaluate the population</font></b><font color="#000000">:
|
forget to </font><b><font color="#CC0000">evaluate the population</font></b><font color="#000000">:
|
||||||
the eoPop has no idea of the eval function, so it has to be done from outside!!!</font>
|
the eoPop has no idea of the eval function, so it has to be done from outside!!!</font>
|
||||||
<br>
|
<br>
|
||||||
|
|
|
||||||
Reference in a new issue