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

Fitness policy strong types #175

Closed molpopgen closed 5 years ago

molpopgen commented 5 years ago

Adds fwdpp::strong_types::named_type and uses that type to refactor how multiplicative_diploid and additive_diploid are constructed. See #144 for background.

Breaks existing API.