allow the nice constructs I had imagined (and compiled with g++) - I removed the createParam method in Parser class - that was creating the parameters on the heap. Not allowed to have a templatized method ??? - I removed the subroutine read_param in SecondBitEA, as you need to create permanent parameters (eoParser only holds references), and egcs did not allow to create them by reference, i.e. in the line eoValueParam<xxx> & blablaParam(...); So now everything is done in the main_function, and 3 lines are needed to create and read every paramter (sigh ...) |
||
|---|---|---|
| .. | ||
| beige009.jpg | ||
| binary_value.html | ||
| debut.html | ||
| EA_tutorial.jpg | ||
| eoBottomUp.html | ||
| eoEngine.html | ||
| eoEval.html | ||
| eoGeneration.html | ||
| eoInit.html | ||
| eoIo.html | ||
| eoLesson1.html | ||
| eoLesson2.html | ||
| eoLesson3.html | ||
| eoOperators.html | ||
| eoOutput.html | ||
| eoProgramming.html | ||
| eoRepresentation.html | ||
| eoSelect.html | ||
| eoSGA.html | ||
| eoStop.html | ||
| eoTopDown.html | ||
| eoTutorial.html | ||
| FirstBitEA.html | ||
| FirstBitGA.html | ||
| Firstmerge.html | ||
| FirstRealEA.html | ||
| FirstRealGA.html | ||
| FirstRealGA_old.html | ||
| index.html | ||
| NoWay.html | ||
| real_value.html | ||
| SecondBitEA.html | ||