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

Refactor discrete_mut_model #112

Closed molpopgen closed 6 years ago

molpopgen commented 6 years ago

This type suffers from an original design attempting to accommodate limitations of Cython vis-a-vis C++11. The type should be refactored in terms of a std::vector<std::function<...>> and an associated set of weights.