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 cuckoo optimiser #307

Closed
BradyPlanden opened this issue Apr 25, 2024 · 0 comments · Fixed by #319
Closed

Add cuckoo optimiser #307

BradyPlanden opened this issue Apr 25, 2024 · 0 comments · Fixed by #319
Assignees
Labels
enhancement New feature or request

Comments

@BradyPlanden
Copy link
Member

Feature description

Cuckoo search is a gradient-free optimisation method capable of global optimisation guarentees [1]. Various implementations have shown improvements over CMA-ES and PSO [2]. This issue is create a PyBOP implementation of CSA.

[1] https://www.sciencedirect.com/science/article/pii/S096007791100107X
[2] https://www.sciencedirect.com/science/article/pii/S0957417422007679

Motivation

No response

Possible implementation

No response

Additional context

No response

@BradyPlanden BradyPlanden added the enhancement New feature or request label Apr 25, 2024
@BradyPlanden BradyPlanden self-assigned this May 9, 2024
@BradyPlanden BradyPlanden linked a pull request May 9, 2024 that will close this issue
15 tasks
@BradyPlanden BradyPlanden mentioned this issue May 9, 2024
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
Status: Done
Development

Successfully merging a pull request may close this issue.

1 participant