Just an update
This commit is contained in:
parent
dea8a51f7e
commit
680229507f
1 changed files with 6 additions and 0 deletions
|
|
@ -25,6 +25,12 @@ int main(int argc, char* argv[])
|
||||||
|
|
||||||
eoPop<EoType>& pop = init_ga(parser, state, double());
|
eoPop<EoType>& pop = init_ga(parser, state, double());
|
||||||
|
|
||||||
|
if (parser.userNeedsHelp())
|
||||||
|
{
|
||||||
|
parser.printHelp(cout);
|
||||||
|
return 0;
|
||||||
|
}
|
||||||
|
|
||||||
apply(eval, pop);
|
apply(eval, pop);
|
||||||
|
|
||||||
run_ga(ga, pop); // run the ga
|
run_ga(ga, pop); // run the ga
|
||||||
|
|
|
||||||
Reference in a new issue