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 fwdpp::generalmut and fwdpp::generalmut_vec to use (s,h) tuples #93

Closed molpopgen closed 6 years ago

molpopgen commented 6 years ago

Addresses #67 by merging the two containers for s,h into one container of (s,h) tuples.