A small detail ...
This commit is contained in:
parent
ba78a70aa4
commit
9c3453e876
1 changed files with 1 additions and 1 deletions
|
|
@ -166,7 +166,7 @@ The actual code is in boldface and the comment in normal face.
|
|||
<b> random(VEC_SIZE, boolean_generator());</b><br>
|
||||
<b> </b>// Initialization of the population<br>
|
||||
<b> eoPop<Indi> pop(POP_SIZE, random);</b><br>
|
||||
<b> </b>// and evaluate it in one loop<br>
|
||||
<b> </b>// and evaluate it in one line<br>
|
||||
<b> apply<Indi>(eval, pop); </b>// STL syntax<br>
|
||||
</font></tt>
|
||||
</td>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue