davidrpugh / population-ecology-approach

0 stars 2 forks source link

The `simulate` method should check for convergence... #5

Closed davidrpugh closed 9 years ago

davidrpugh commented 9 years ago

The simulate method of the Model class should take an rtol argument that allows the user to simulate the model until the trajectory is no longer changing very much. This should dramatically shorten the time needed to conduct parameter sweeps.

davidrpugh commented 9 years ago

Issue now closed. Need to remember to use commit messages to close issues so that there will be an automatic link between the issues tracker and the code written to fix the issue!