v0.42.2
Turing v0.42.2
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:
- Test against Enzyme (#2636) (@wsmoses)
- Fix missing
fallbackargument forInitFromParams(::ModeResult)(#2736) (@penelopeysm)
Closed issues:
- create
returned()method for results from mode estimation (#2607)