AutoML Lab 2D: Grid vs Random vs Real Gaussian-Process Search
A 2D companion to the AutoML Lab: watch grid search, random search and a real Gaussian-process Bayesian optimizer race step-by-step across a rippled synthetic loss landscape, with a live best-loss-so-far convergence chart for all three.
This 2D companion pits the same three hyperparameter-search strategies against each other on a rippled synthetic loss landscape — a bowl toward a hidden global minimum overlaid with sinusoidal traps — but runs them step-by-step in real time on one shared view instead of three separate static panels. Grid search lays a fixed lattice before seeing any result, random search samples uniformly each trial, and the Bayesian optimizer fits an exact Gaussian-process posterior (RBF kernel, Cholesky-solved, not a heuristic shortcut) after every trial and chooses its next point by minimizing a lower-confidence-bound acquisition function that explicitly balances predicted loss against remaining uncertainty. A live convergence chart tracks each strategy's best loss found against evaluation count as the run plays out, so the exploration-exploitation trade-off is visible while it happens rather than only in the final tally.
A 2D companion to the 3D AutoML Lab: watch grid search, random search and a real Gaussian-process Bayesian optimizer race step-by-step across a rippled synthetic loss landscape, with a live best-loss-so-far convergence chart tracking all three as the run plays out.
2D · HTML5 Canvas 2D · 60 FPS target · runs fully client-side, no install