ライブデモ
ブラウザ内のインタラクティブなデモ — ベンチマーク構造とソルバー結果を可視化し、WebAssembly Python でソルバーをライブ実行。インストール不要、サーバー不要。
これらのデモは完全にブラウザ内で実行されます。Visualize タブは公開安全なプレビュー エビデンス — ソルバーのリーダーボード、収束および探索-活用のアニメーションチャート、 スケーラビリティ・シード安定性・ロバスト性の分析チャート、そして任意のベンチマーク インスタンスの構造的特性評価 — をチャート化します。Run live タブは WebAssembly サンドボックス(Pyodide)で実際の Python を実行します: ソルバーを編集し、何も インストールせずに再実行できます。Analyze タブは、シードを固定した完全な実験を 実行し、効果量とブートストラップ信頼区間を用いて 2 つのソルバーを比較します。これは 完全なツールキットが用いるのと同じ証拠の規律です。
ここにあるすべては説明的で公開安全なプレビュー素材です。完全なツールキットは、同じ種類の ベンチマーキング・求解・分析を研究スケールで実行します — クイックスタート から始めるか、ベンチマークカタログを閲覧してください。
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.