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

Add ScaledLogLikelihood class #540

Closed
BradyPlanden opened this issue Oct 30, 2024 · 0 comments · Fixed by #541
Closed

Add ScaledLogLikelihood class #540

BradyPlanden opened this issue Oct 30, 2024 · 0 comments · Fixed by #541
Labels
enhancement New feature or request

Comments

@BradyPlanden
Copy link
Member

BradyPlanden commented Oct 30, 2024

Feature description

Adds a ScaledLogLikelihood class that composes a PyBOP LogLikelihood class and scales the log likelihood by the number of observations, i.e. $\hat{L} = \frac{L}{N}$ for improved search-space numerics and default hyper-parameter values for the gradient-based optimisers.

Motivation

No response

Possible implementation

No response

Additional context

No response

@BradyPlanden BradyPlanden added the enhancement New feature or request label Oct 30, 2024
@BradyPlanden BradyPlanden linked a pull request Oct 30, 2024 that will close this issue
15 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant