*** empty log message ***
This commit is contained in:
parent
3428a464c1
commit
2788303416
1 changed files with 1 additions and 1 deletions
|
|
@ -80,7 +80,7 @@ int main()
|
||||||
checkpoint.add(stats);
|
checkpoint.add(stats);
|
||||||
|
|
||||||
// GA generation
|
// GA generation
|
||||||
eoEasyEA<Chrom> ea(checkpoint, eval, breeder, replace);
|
eoEasyEA<Chrom> ea(checkpoint, eval, breeder, replace);
|
||||||
|
|
||||||
// evolution
|
// evolution
|
||||||
try {
|
try {
|
||||||
|
|
|
||||||
Reference in a new issue