algo(pop)
git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@1085 331e1502-861f-0410-8da2-ba01fb791d7f
This commit is contained in:
parent
cc62be3e1e
commit
21fcc5567f
1 changed files with 2 additions and 2 deletions
|
|
@ -116,7 +116,7 @@ int main(int argc, char* argv[])
|
|||
// help ?
|
||||
make_help(parser);
|
||||
|
||||
// first evalution
|
||||
// first evalution (for printing)
|
||||
apply<FlowShop>(eval, pop);
|
||||
|
||||
// printing of the initial population
|
||||
|
|
@ -125,7 +125,7 @@ int main(int argc, char* argv[])
|
|||
cout << endl;
|
||||
|
||||
// run the algo
|
||||
do_run(algo, pop);
|
||||
algo(pop);
|
||||
|
||||
// printing of the final population
|
||||
cout << "Final Population\n";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue