This type is by far the most flexible means to sample genotypes from a population. This type should be updated to:
handle fixations
Split result by region for multi-region sims
Return the mutation indexes used to generate the data, rather than the positions
Be moved to a header called fwdpp/data_matrix.hpp instead of matrix.hpp.
The genotype data themselves should be encapsulated into a simple matrix-like wrapper class. Doing this would simplify exposure to matrix libraries. etc.
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.
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
andsample_separate
This type should also track the upcoming API for libsequence 2.0 so that data exchange is straightforward.