← All demos watch a race · the budget frontier
Live wavefront pruning
The budget solve of the mean-field race, running in your browser.
A Poisson cloud of Brownian paths starts at zero with the intensity you choose. The solver prices path-time by dual bisection, generates wavefront policies from the obstacle problem, and mixes them by Frank–Wolfe until the dual gap closes. Move a slider and the whole solve reruns; nothing is pre-baked. The port is parity-locked against the Python package by tests/test_js_parity.py.
Discretization: 50 time steps on a 301-point state grid, coarser than the
committed Python example (100 × 601), so headline numbers here sit
a few hundredths below the committed ones. The solver is
bb_core.js,
a direct port of brownianbandit/mean_field.py.