Just modified an wrong comment (after a too quick cut-and-paste)
This commit is contained in:
parent
b917e54486
commit
b2a0349595
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||||
*/
|
*/
|
||||||
|
|
|
||||||
Reference in a new issue