oops, ngens is now the nice 10
This commit is contained in:
parent
d09c216b61
commit
2dd807ecbe
1 changed files with 1 additions and 1 deletions
|
|
@ -84,7 +84,7 @@ void the_main()
|
|||
Eval eval;
|
||||
Mutate mutate;
|
||||
|
||||
unsigned num_gen = 500;
|
||||
unsigned num_gen = 10;
|
||||
unsigned pop_size = 100;
|
||||
eoPop<eoDouble> pop(pop_size, init);
|
||||
|
||||
|
|
|
|||
Reference in a new issue