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

Templatize genetic map types #296

Closed molpopgen closed 3 years ago

molpopgen commented 3 years ago

This is an alternative to #291 that doesn't require any API changes, etc.. IMO, this is more in spirit with fwdpp's overall design, allowing discrete crossover positions to be determined via templates.