scottdraves / flam3

the original fractal flame renderer and genetic language
GNU General Public License v3.0
394 stars 73 forks source link

Inconsistent number of tries #34

Open PeterBBBBB opened 1 year ago

PeterBBBBB commented 1 year ago

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);