在线演示
浏览器内的交互式演示——可视化基准结构与求解器结果,并用 WebAssembly Python 在线运行求解器。无需安装,无需服务器。
这些演示完全在你的浏览器中运行。Visualize 标签页绘制对公开安全的预览证据——一张求解器 排行榜,动画化的收敛与探索-利用图表,可扩展性、种子稳定性与鲁棒性分析图表,以及任意基准实例的结构特征化。Run live 标签页在 WebAssembly 沙箱(Pyodide) 中执行真实的 Python:编辑求解器并重新运行,无需安装任何东西。 Analyze 标签页运行一个完整的带种子实验,并以效应量和自助法(bootstrap)置信区间比较两个求解器——与完整工具包所采用的证据规范相同。
此处的一切都是说明性的、对公开安全的预览材料。完整工具包以研究规模运行同类的基准测试、 求解与分析——从快速开始起步,或浏览 基准目录。
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.