davidrmiller / biosim4

Biological evolution simulator
Other
3.18k stars 452 forks source link

Auto param change #53

Closed davidrmiller closed 2 years ago

davidrmiller commented 2 years ago

Thanks to @apatho for elegantly implementing the automatic parameter change feature (#39). I tested the feature and it seems to work well. I added comments in the biosim4.ini config file to specify which params cannot safely be changed after the start of a simulation, and updated the testapp test program to remove references to parameters no longer used. Comments are welcome.