Added oine star at start of comment to have Doxygen process it !!!

This commit is contained in:
evomarc 2001-02-16 18:00:18 +00:00
commit 83e883a158
2 changed files with 2 additions and 2 deletions

View file

@ -30,7 +30,7 @@
#include <eoSelectFromWorth.h>
#include <eoPerf2Worth.h>
/* An instance of eoPerf2Worth
/** An instance of eoPerf2Worth
* COmputes the linearly scaled fitnesses
* with given selective pressure
* Pselect(Best) == pressure/sizePop

View file

@ -29,7 +29,7 @@
#include <eoPerf2Worth.h>
/* An instance of eoPerfFromWorth
/** An instance of eoPerfFromWorth
* COmputes the ranked fitness: fitnesses range in [m,M]
* with m=2-pressure/popSize and M=pressure/popSize.
* in between, the progression depends on exponent (linear if 1).