Y
Hacker News
new
|
ask
|
show
|
jobs
by
klon
1934 days ago
I am surprised CMA-ES is not included. It is the state of the art gradient free optimization algorithm last I checked.
https://en.wikipedia.org/wiki/CMA-ES
1 comments
simonblanke
1934 days ago
Evolution strategy is included. The "Covariance matrix adaptation" is for making this algorithm work for continuous search spaces. But gradient-free-optimizers has discrete search space.
link