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

Mutation counts due to ancestral samples should be encapsulated into populations #166

Closed molpopgen closed 5 years ago

molpopgen commented 5 years ago

The current examples track their own vectors for the contribution of ancient samples to mutation counts. This responsibility should be held by a population object, which is what we are doing in fwdpy11 already.