We could use a vignette on sampling parameter values for a given model. For example, how does one easily simulate with various values for a divergence time in a given model?
Several users have requested this functionality, because it can be core for training machine learning models. It will also be useful for generating test data for Ryan's proposed competition.
It's been said that we can do this with the current Python API. A simple example sampling over a single parameter probably suffices to illustrate the principle. Depending on how ugly it is, maybe we'll want to develop a cleaner API for modifying parameters programatically.
We could use a vignette on sampling parameter values for a given model. For example, how does one easily simulate with various values for a divergence time in a given model?
Several users have requested this functionality, because it can be core for training machine learning models. It will also be useful for generating test data for Ryan's proposed competition.
It's been said that we can do this with the current Python API. A simple example sampling over a single parameter probably suffices to illustrate the principle. Depending on how ugly it is, maybe we'll want to develop a cleaner API for modifying parameters programatically.