Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow users to perform optimisation (rather than sampling) #73

Open
ben18785 opened this issue Jun 16, 2023 · 0 comments
Open

Allow users to perform optimisation (rather than sampling) #73

ben18785 opened this issue Jun 16, 2023 · 0 comments
Assignees
Labels
enhancement New feature or request modelling

Comments

@ben18785
Copy link
Collaborator

Users may want to perform a quick optimisation to check their fit to data rather than wait for MCMC sampling. I'd propose something like:

fit <- do_optimisation()
if(is_sampling == TRUE)
  fit <- sampling(init=get_optim_values(fit))

return(fit)

This is linked to #63

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request modelling
Projects
None yet
Development

No branches or pull requests

3 participants