Demos ao vivo
Demonstrações interativas no navegador — visualize a estrutura de benchmarks e os resultados de solvers, e execute um solver ao vivo com Python WebAssembly. Sem instalação, sem servidor.
Estes demos rodam inteiramente no seu navegador. A aba Visualize plota evidência de prévia segura-para-o-público — uma tabela de classificação de solvers, gráficos animados de convergência e de exploração–explotação, gráficos de análise de escalabilidade, estabilidade de sementes e robustez, e a caracterização estrutural de qualquer instância de benchmark. A aba Run live executa Python real em uma sandbox WebAssembly (Pyodide): edite o solver e reexecute-o sem instalar nada. A aba Analyze executa um experimento completo com sementes e compara dois solvers com um tamanho de efeito e um intervalo de confiança bootstrap — a mesma disciplina de evidência que o toolkit completo aplica.
Tudo aqui é material de prévia ilustrativo e seguro-para-o-público. O toolkit completo roda os mesmos tipos de benchmarking, resolução, e análise em escala de pesquisa — comece com o início rápido ou navegue pelo catálogo de benchmarks.
Solver leaderboard
Convergence trajectory
How each iterative solver’s best-so-far objective improves over iterations — the anytime curve.
Exploration–exploitation balance
Population diversity over iterations — high while the search explores, falling as it exploits and converges.
Scalability (size response)
Makespan across a doubling task-count ladder — how each solver scales as the problem grows.
Seed stability
Coefficient of variation across the seed set — how consistently each solver reaches its result.
Robustness (tail risk)
CVaR of the worst per-problem makespan-ratio tail — ranking solvers by deployment-relevant risk, not the mean.
Benchmark characterization
Pick an instance to see its structural fingerprint.
Each benchmark is characterized by quantitative metrics in [0, 1]. These structural features are what make the catalog construct-based rather than tag-based.
This runs real Python in your browser via WebAssembly (Pyodide) — no server, no install. It is a light illustrative solver; the full toolkit runs the same kinds of computation at research scale.
Output
Press Run to execute the solver in your browser.
A complete experiment-then-analysis scenario: it runs two solvers across many seeded instances and compares them the way the toolkit reports evidence — with a Cliff’s-delta effect size and a bootstrap confidence interval, never a bare p-value. Runs live in your browser; edit the budget or the solvers and re-run.
Output
Press Run to execute the solver in your browser.