Live-Demos
Interaktive In-Browser-Demonstrationen — visualisiere Benchmark-Struktur und Solver-Ergebnisse, und führe einen Solver live mit WebAssembly-Python aus. Keine Installation, kein Server.
Diese Demos laufen vollständig in deinem Browser. Der Tab Visualize stellt öffentlich-sichere Vorschaubelege dar — eine Solver-Bestenliste, animierte Konvergenz- und Exploration-Exploitation-Diagramme, Skalierbarkeits-, Seed-Stabilitäts- und Robustheitsanalyse-Diagramme und die strukturelle Charakterisierung jeder Benchmark-Instanz. Der Tab Run live führt echtes Python in einer WebAssembly-Sandbox (Pyodide) aus: bearbeite den Solver und führe ihn erneut aus, ohne irgendetwas zu installieren. Der Tab Analyze führt ein vollständiges, seed-basiertes Experiment aus und vergleicht zwei Solver mit einer Effektstärke und einem Bootstrap-Konfidenzintervall — dieselbe Evidenzdisziplin, die das vollständige Toolkit anwendet.
Alles hier ist illustratives, öffentlich-sicheres Vorschaumaterial. Das vollständige Toolkit führt dieselben Arten von Benchmarking, Lösen, und Analyse im Forschungsmaßstab aus — beginne mit dem Schnellstart oder durchstöbere den Benchmark-Katalog.
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.