Updated makefile and added t-eoExternalEO
This commit is contained in:
parent
230e1a03d1
commit
05c4bec808
5 changed files with 337 additions and 98 deletions
|
|
@ -36,7 +36,7 @@ const unsigned Easy::size = 1;
|
|||
|
||||
//-----------------------------------------------------------------------------
|
||||
|
||||
main()
|
||||
int main()
|
||||
{
|
||||
Easy easy;
|
||||
Chrom chrom(Easy::size);
|
||||
|
|
@ -48,6 +48,8 @@ main()
|
|||
|
||||
cout << "chrom = " << chrom << endl
|
||||
<< "chrom.fitness() = " << chrom.fitness() << endl;
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
//-----------------------------------------------------------------------------
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue