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

Unify handling of fixations. #97

Open molpopgen opened 6 years ago

molpopgen commented 6 years ago

Placeholder issue for now...

The current handling of fixations is not ideal:

Any fixes will break API...

To address this:

molpopgen commented 5 years ago

Tree sequence recording makes this a bit less pressing? See #167, for example.