라이브 데모
브라우저 내 대화형 데모 — 벤치마크 구조와 솔버 결과를 시각화하고, WebAssembly Python 으로 솔버를 라이브 실행하세요. 설치 없음, 서버 없음.
이 데모들은 전적으로 브라우저 안에서 실행됩니다. Visualize 탭은 공개-안전 미리보기 증거 — 솔버 리더보드, 애니메이션 수렴 및 탐색–활용 차트, 확장성, 시드-안정성, 강건성 분석 차트, 그리고 임의의 벤치마크 인스턴스의 구조적 특성화 — 를 차트로 그립니다. Run live 탭은 WebAssembly 샌드박스(Pyodide)에서 실제 Python 을 실행합니다: 솔버를 편집하고 아무것도 설치하지 않고 재실행하세요. Analyze 탭은 시드를 고정한 완전한 실험을 실행하고, 효과 크기와 부트스트랩 신뢰구간으로 두 솔버를 비교합니다 — 전체 toolkit이 적용하는 것과 동일한 증거 규율입니다.
여기 있는 모든 것은 설명적이고 공개-안전한 미리보기 자료입니다. 완전한 툴킷은 같은 종류의 벤치마킹, 솔빙, 분석을 연구 규모로 실행합니다 — 빠른 시작 으로 시작하거나 벤치마크 카탈로그를 둘러보세요.
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.