molpopgen / fwdpp

fwdpp is a C++ template library for implementing efficient forward-time population genetic simulations
http://fwdpp.readthedocs.io
GNU General Public License v3.0
27 stars 11 forks source link

Paramter problem w/overlapping generations example #243

Closed molpopgen closed 4 years ago

molpopgen commented 4 years ago

If the survival probability is approximately one, the simulation hangs. This is probably a numerical issue due to rounding.

molpopgen commented 4 years ago

Nope, this is an issue happening somewhere in the changes in #242.