You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
The text was updated successfully, but these errors were encountered: