Population sample Distribution mean Best-ever point
⚠ Couldn't load the 3D engineThree.js failed to load from the CDN. Check your connection and reload.

CMA-ES: Covariance Matrix Adaptation Evolution Strategy

CMA-ES is one of the most effective derivative-free optimizers for black-box hyperparameter and continuous-parameter search: it needs no gradients, just a fitness score per candidate. This simulator runs the real update equations — weighted-mean recombination, rank-μ covariance adaptation, and cumulative step-size control — over a live 3D loss landscape (Sphere, Rosenbrock or Rastrigin), rendering every sampled candidate as a point on the surface and the evolving Gaussian's 1-σ ellipse on the base plane so you can watch the search distribution stretch, rotate and shrink toward the optimum generation by generation.