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

Promote data_matrix to be the main API for sampling #102

Closed molpopgen closed 6 years ago

molpopgen commented 6 years ago

This type is by far the most flexible means to sample genotypes from a population. This type should be updated to:

Once done, this API can completely replace sample and sample_separate

This type should also track the upcoming API for libsequence 2.0 so that data exchange is straightforward.