changing Makefile.am's to accept new subdiretory structure
This commit is contained in:
parent
5467df160c
commit
1fe3a72e10
11 changed files with 148 additions and 72 deletions
|
|
@ -45,8 +45,8 @@ main()
|
|||
|
||||
cout << "selected by lottery population:" << endl;
|
||||
for (i = 0; i < pop2.size(); i++)
|
||||
cout << pop2[i] << " " << pop2[i].fitness() << endl;
|
||||
|
||||
cout << pop2[i] << " " << pop2[i].fitness() << endl;
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue