Changed the names of the exercise files to exerciseN.p - N lesson nb, p exercise nb

This commit is contained in:
evomarc 2001-01-05 05:48:16 +00:00
commit b1fa5076e2
3 changed files with 11 additions and 8 deletions

View file

@ -186,7 +186,7 @@ void main_function(int argc, char **argv)
////////////////////////////////////
// SELECT
// The robust tournament selection
eoDetTournament<Indi> selectOne(tSize); // tSize in [2,POPSIZE]
eoDetTournamentSelect<Indi> selectOne(tSize); // tSize in [2,POPSIZE]
// is now encapsulated in a eoSelectPerc (entage)
eoSelectPerc<Indi> select(selectOne);// by default rate==1