Saltar al contenido
DispatchAtlas
Buscar

Demos en vivo

Demostraciones interactivas en el navegador — visualiza la estructura de benchmarks y los resultados de solvers, y ejecuta un solver en vivo con Python WebAssembly. Sin instalación, sin servidor.

Estos demos corren enteramente en tu navegador. La pestaña Visualize grafica evidencia de vista previa segura-para-el-público — una tabla de clasificación de solvers, gráficas animadas de convergencia y exploración–explotación, gráficas de análisis de escalabilidad, estabilidad de semilla y robustez, y la caracterización estructural de cualquier instancia de benchmark. La pestaña Run live ejecuta Python real en una sandbox WebAssembly (Pyodide): edita el solver y reejecútalo sin instalar nada. La pestaña Analyze ejecuta un experimento completo con semillas y compara dos solvers con un tamaño de efecto y un intervalo de confianza bootstrap — la misma disciplina de evidencia que aplica el toolkit completo.

Todo lo de aquí es material de vista previa ilustrativo y seguro-para-el-público. El toolkit completo corre los mismos tipos de benchmarking, resolución, y análisis a escala de investigación — empieza con el inicio rápido o explora el catálogo de benchmarks.

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.