Skip to content

v0.42.2

Choose a tag to compare

@github-actions github-actions released this 05 Jan 19:12
fc11409

Turing v0.42.2

Diff since v0.42.1

InitFromParams(mode_estimate), where mode_estimate was obtained from an optimisation on a Turing model, now accepts a second optional argument which provides a fallback initialisation strategy if some parameters are missing from mode_estimate.

This also means that you can now invoke returned(model, mode_estimate) to calculate a model's return values given the parameters in mode_estimate.

Merged pull requests:

Closed issues:

  • create returned() method for results from mode estimation (#2607)