Ok, made an eoParetoFitness class, which meant that I could roll back a few changes in EO.h (phew).
Also changed eoSelectFromWorth etc.
This commit is contained in:
parent
cf8f6b5c16
commit
d09c216b61
11 changed files with 215 additions and 110 deletions
|
|
@ -56,8 +56,8 @@ echo
|
|||
echo "Now type 'make' to compile $PROG."
|
||||
echo "And if you have Doxygen installed, type 'make doc' to generate $PROG documentation."
|
||||
echo
|
||||
echo "WARNING: Compiling all test programs can take some time."
|
||||
echo "But you don't have to: you can simply type"
|
||||
echo " 'make lib'"
|
||||
echo "and then go in your application dir (or in the tutorial dir)"
|
||||
echo "and there type 'make'"
|
||||
#echo "WARNING: Compiling all test programs can take some time."
|
||||
#echo "But you don't have to: you can simply type"
|
||||
#echo " 'make lib'"
|
||||
#echo "and then go in your application dir (or in the tutorial dir)"
|
||||
#echo "and there type 'make'"
|
||||
|
|
|
|||
Reference in a new issue