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

Remove diploidy from population base class #114

Closed molpopgen closed 6 years ago

molpopgen commented 6 years ago

The notion of a diploid (or any *ploid) in this class is an unnecessary dependency. The containers of individuals need to be stored in derived classes.