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

Streamline mutation and recombination #55

Closed molpopgen closed 7 years ago

molpopgen commented 7 years ago

This PR is a WIP to address #54. It needs to be applied to all "evolve" functions. There is a lot of cleanup to do, and I need to decide how to deprecate the old API.

One issue on this is that the unit tests will be affected by API deprecation.