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

Examples should illustrate concepts rather than simulation models #81

Closed molpopgen closed 3 years ago

molpopgen commented 6 years ago

There are too many example programs now. Worse, they are all complete simulations. This is a problem b/c the complete implementation hides what is special about each example. The examples should be refactored to get rid of some of the silly simulations and to add examples of interesting uses of fwdpp to model biology.