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 a random sample optimiser #440

Open
BradyPlanden opened this issue Aug 6, 2024 · 0 comments
Open

Add a random sample optimiser #440

BradyPlanden opened this issue Aug 6, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@BradyPlanden
Copy link
Member

BradyPlanden commented Aug 6, 2024

Feature description

Add a simplistic random search optimiser, with the following API:

optim = pybop.RandomSearch(cost, sample_distribution=pybop.Uniform(0.5,0.7))

Motivation

Random search optimisation is useful for convergence benchmarking compared to more advanced optimisers. This issue is to add a simplistic random search based optimiser, with additional integration tests comparing the convergence of our current optimisers.

Possible implementation

Either use distribution provided by arguement, or the underlying parameter prior distributions.

Additional context

No response

@BradyPlanden BradyPlanden added the enhancement New feature or request label Aug 6, 2024
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
Status: Todo
Development

No branches or pull requests

1 participant