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
I would like to request the implementation of the Simplicial Homology Global Optimisation (SHGO) algorithm by Stefan Endres.
It is a highly efficient derivative-free method for global optimization, usually requiring just a small amount of funcions evalutions. In some tests with 8-dimension Rosenbrock and Ackley functions, its Scipy implementation requires, respectively, about 750 and 360 functions evaluations, while pygmo's CMA-ES requires, respectively, about 7700 and 5090 evaluations.
Hello,
I would like to request the implementation of the Simplicial Homology Global Optimisation (SHGO) algorithm by Stefan Endres.
It is a highly efficient derivative-free method for global optimization, usually requiring just a small amount of funcions evalutions. In some tests with 8-dimension Rosenbrock and Ackley functions, its Scipy implementation requires, respectively, about 750 and 360 functions evaluations, while pygmo's CMA-ES requires, respectively, about 7700 and 5090 evaluations.
Reference: https://stefan-endres.github.io/shgo/
The text was updated successfully, but these errors were encountered: