Changed the names of the exercise files to exerciseN.p - N lesson nb, p exercise nb
This commit is contained in:
parent
67ae5f5a6f
commit
b1fa5076e2
3 changed files with 11 additions and 8 deletions
|
|
@ -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
|
||||
|
||||
Reference in a new issue