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 · May be fixed by #580
Open

Add a random sample optimiser #440

BradyPlanden opened this issue Aug 6, 2024 · 0 comments · May be fixed by #580
Assignees
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
@BradyPlanden BradyPlanden moved this from Todo to In Progress in v24.12 Nov 27, 2024
@Dibyendu-IITKGP Dibyendu-IITKGP linked a pull request Dec 5, 2024 that will close this issue
14 tasks
@Dibyendu-IITKGP Dibyendu-IITKGP linked a pull request Dec 5, 2024 that will close this issue
14 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
Status: In Progress
Development

Successfully merging a pull request may close this issue.

2 participants