Demo langsung
Demonstrasi interaktif dalam browser — visualisasikan struktur benchmark dan hasil solver, dan jalankan solver secara langsung dengan Python WebAssembly. Tanpa instalasi, tanpa server.
Demo-demo ini berjalan sepenuhnya di browser Anda. Tab Visualize memplot bukti pratinjau aman-publik — papan peringkat solver, grafik konvergensi dan eksplorasi–eksploitasi beranimasi, grafik analisis skalabilitas, stabilitas-seed, dan ketangguhan, serta karakterisasi struktural dari instance benchmark mana pun. Tab Run live mengeksekusi Python nyata dalam sandbox WebAssembly (Pyodide): sunting solver dan jalankan ulang tanpa menginstal apa pun. Tab Analyze menjalankan eksperimen lengkap berbasis seed dan membandingkan dua solver dengan ukuran efek dan selang kepercayaan bootstrap — disiplin bukti yang sama yang diterapkan toolkit lengkap.
Semua di sini adalah materi pratinjau ilustratif dan aman-publik. Toolkit lengkap menjalankan jenis benchmarking, penyelesaian, dan analisis yang sama pada skala penelitian — mulai dengan mulai cepat atau jelajahi katalog benchmark.
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.