⚠ diverged — lower η or κ
⚠ Couldn't load the 3D engineThree.js failed to load from the CDN. Check your connection and reload.
Plain gradient descent, classical (heavy-ball) momentum, and Nesterov accelerated gradient all chase the minimum of the same elongated quadratic bowl, rendered as a real 3D surface you can rotate. Because the valley is steep in one axis and shallow in the other, plain GD is forced into a slow, stability-limited zig-zag, while momentum overshoots and oscillates before settling. Nesterov's look-ahead gradient — evaluated at where momentum is about to carry the point, not where it currently stands — damps that oscillation and reaches the floor first. Drag the condition-number, learning-rate, and momentum sliders and watch all three trajectories race down the same surface in real time, with live loss readouts for each.