Just an update

This commit is contained in:
maartenkeijzer 2001-02-13 10:35:47 +00:00
commit 680229507f

View file

@ -25,6 +25,12 @@ int main(int argc, char* argv[])
eoPop<EoType>& pop = init_ga(parser, state, double());
if (parser.userNeedsHelp())
{
parser.printHelp(cout);
return 0;
}
apply(eval, pop);
run_ga(ga, pop); // run the ga