You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
where results includes subdictionaries of the results for each multistart optimisation, and starting_distribution is the distribution to draw initial values from, if not provided, the parameter.prior distribution is used.
Additional context
No response
The text was updated successfully, but these errors were encountered:
Feature description
Add a multi-start method to the optimiser classes with a random initial value for each start. A few open questions
Motivation
Multistarting local optimisers provides a defence against converging to a local optimal while missing a nearby global.
Possible implementation
A potential interface could look like:
where
results
includes subdictionaries of the results for each multistart optimisation, andstarting_distribution
is the distribution to draw initial values from, if not provided, the parameter.prior distribution is used.Additional context
No response
The text was updated successfully, but these errors were encountered: