[galib] doubt regarding Evolve function

kunduru@it.iitb.ac.in kunduru at it.iitb.ac.in
Tue Mar 8 11:35:07 EST 2005


hi,

 is there any difference in the results produced by these two codes,
 or the second one is computationally waste.

1) GARandomSeed(1);
   ga.evolve();

2) GARandomSeed(1);
   for(i=0; i<10; i++)
     ga.evolve();




More information about the galib mailing list