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

Need a real tree sequence type. #294

Open molpopgen opened 3 years ago

molpopgen commented 3 years ago

The tree visitor is a bit too light of a design.

We can base one on a shared pointer to a table collection.

I'd say that the table indexes should live here, too. This design would depart from tskit, but would emphasize that the indexes are for iteration.

We could keep the class light and have operations on it all be non-member?