Caetanods / ratematrix

Bayesian estimation of the evolutionary rate matrix.
9 stars 3 forks source link

Let user continue unfinished chain. #10

Closed Caetanods closed 7 years ago

Caetanods commented 8 years ago

One important thing to consider is to make the user comfortable to use advanced elements of the package. For example, one might want to continue a chain after running X generations. This need to be made easy.

A way to make it easy would be to the object output of the chain to have all information needed to continue itself. Like, if you insert the output of the previous run you can do the following things: • Start another run with the same arguments. With a random starting point. With the same starting point. • Continue the run. With another number of generations. Until the original number of generations is reached.

Caetanods commented 7 years ago

Feature implemented!