Documentation states that the default for tries is 50. `tries 50 number of tries to make to find a good genome. (genome only)` But the default is coded as 10. `int ntries = argi("tries", 10);`
Documentation states that the default for tries is 50.
tries 50 number of tries to make to find a good genome. (genome only)But the default is coded as 10.
int ntries = argi("tries", 10);