본문으로 건너뛰기
DispatchAtlas
검색

라이브 데모

브라우저 내 대화형 데모 — 벤치마크 구조와 솔버 결과를 시각화하고, WebAssembly Python 으로 솔버를 라이브 실행하세요. 설치 없음, 서버 없음.

이 데모들은 전적으로 브라우저 안에서 실행됩니다. Visualize 탭은 공개-안전 미리보기 증거 — 솔버 리더보드, 애니메이션 수렴 및 탐색–활용 차트, 확장성, 시드-안정성, 강건성 분석 차트, 그리고 임의의 벤치마크 인스턴스의 구조적 특성화 — 를 차트로 그립니다. Run live 탭은 WebAssembly 샌드박스(Pyodide)에서 실제 Python 을 실행합니다: 솔버를 편집하고 아무것도 설치하지 않고 재실행하세요. Analyze 탭은 시드를 고정한 완전한 실험을 실행하고, 효과 크기와 부트스트랩 신뢰구간으로 두 솔버를 비교합니다 — 전체 toolkit이 적용하는 것과 동일한 증거 규율입니다.

여기 있는 모든 것은 설명적이고 공개-안전한 미리보기 자료입니다. 완전한 툴킷은 같은 종류의 벤치마킹, 솔빙, 분석을 연구 규모로 실행합니다 — 빠른 시작 으로 시작하거나 벤치마크 카탈로그를 둘러보세요.

Solver leaderboard

Best makespan per solverearliest-start11.2shortest-processing-time11.2
Best makespan per solver on the smoke benchmark set (lower is better). Bundled demo evidence — not a comparative ranking.

Convergence trajectory

How each iterative solver’s best-so-far objective improves over iterations — the anytime curve.

Convergence trajectory (interactive)297.00292.00iteration →ndso-corendso-fast
Per-iteration best-so-far objective for a native iterative cohort on a smoke instance (lower is better) — hover, or focus the chart and use the arrow keys, to read each solver’s incumbent. Public-safe preview from a real seeded run; the full platform traces convergence at research scale.

Exploration–exploitation balance

Population diversity over iterations — high while the search explores, falling as it exploits and converges.

Exploration-exploitation balance (interactive)0.840.04iteration →ndso-core
Mean population diversity by iteration for the native population solver on a smoke instance — high while the search explores, falling as it exploits and converges. Hover, or focus the chart and use the arrow keys, to read the diversity. Public-safe preview from a real seeded run.

Scalability (size response)

Makespan across a doubling task-count ladder — how each solver scales as the problem grows.

Scalability: makespan versus problem size (interactive)26.007.00iteration →shortest-processing-timendso-core
Makespan across a doubling task-count ladder (16–96 tasks) for a dispatching baseline and a native metaheuristic on one Edge–Fog–Cloud family — reading the size response is the scalability curve a results section reports. Hover, or focus the chart and use the arrow keys, to read each solver’s makespan; the native search holds a slim edge that widens with size. Public-safe preview from real seeded solves.

Seed stability

Coefficient of variation across the seed set — how consistently each solver reaches its result.

Seed stability (interactive)differential-evolution0.000ndso-core0.000particle-swarm0.000simulated-annealing0.000
Each solver’s seed coefficient of variation (makespan standard deviation over the seed set, divided by the mean) — lower is more stable. A deterministic solver reads zero. Hover or focus a bar to read it. Public-safe aggregate from a seed-replicated smoke campaign.

Robustness (tail risk)

CVaR of the worst per-problem makespan-ratio tail — ranking solvers by deployment-relevant risk, not the mean.

Robustness — CVaR tail risk (interactive)differential-evolution1.0ndso-core1.0particle-swarm1.0simulated-annealing1.6
Each solver’s conditional value-at-risk (CVaR) of the worst tail of its makespan ratios (each run’s makespan over the problem’s best across the field) over the seed set — lower is more robust, ranking by deployment-relevant tail risk rather than the mean. Hover or focus a bar to read it. Public-safe aggregate from the same seed-replicated smoke campaign.

Benchmark characterization

Pick an instance to see its structural fingerprint.

heterogeneity
1.00
objective conflict
1.00
load skew
0.83
uncertainty
0.67
compatibility sparsity
0.67
opportunity density
0.50
solver sensitivity
0.45
dynamism
0.10
overload
0.04
contention
0.04
communication pressure
0.00
dependency depth
0.00
setup intensity
0.00

Each benchmark is characterized by quantitative metrics in [0, 1]. These structural features are what make the catalog construct-based rather than tag-based.