Just modified an wrong comment (after a too quick cut-and-paste)

This commit is contained in:
evomarc 2001-03-13 05:25:51 +00:00
commit b2a0349595

View file

@ -34,7 +34,7 @@
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
/** selects one element from a population (is an eoSelectOne) /** selects one element from a population (is an eoSelectOne)
but the selectin is based on a vector of Worth that is different but the selection is based on a vector of Worth that is different
from the fitnesses (e.g. EO fitness is what Koza terms "raw fitness", from the fitnesses (e.g. EO fitness is what Koza terms "raw fitness",
Worth is what the selection is based upon). Worth is what the selection is based upon).
@ -192,7 +192,7 @@ public:
total += (*it); total += (*it);
} }
/* Perform deterministic tournament on worthes /* Perform roulette wheel on worthes
by calling the appropriate fn by calling the appropriate fn
see selectors.h see selectors.h
*/ */