सामग्री पर जाएँ
DispatchAtlas
खोजें

लाइव डेमो

ब्राउज़र-में अंतःक्रियात्मक प्रदर्शन — बेंचमार्क संरचना व सॉल्वर परिणाम विज़ुअलाइज़ करें, और WebAssembly Python के साथ एक सॉल्वर लाइव चलाएँ। कोई स्थापना नहीं, कोई सर्वर नहीं।

ये डेमो पूर्णतः आपके ब्राउज़र में चलते हैं। Visualize टैब सार्वजनिक-सुरक्षित पूर्वावलोकन प्रमाण आरेखित करता है — एक सॉल्वर लीडरबोर्ड, एनिमेटेड अभिसरण व अन्वेषण–दोहन (exploration–exploitation) चार्ट, मापनीयता, सीड-स्थिरता, और सुदृढ़ता विश्लेषण चार्ट, और किसी भी बेंचमार्क इंस्टेंस का संरचनात्मक अभिलक्षण। Run live टैब एक WebAssembly सैंडबॉक्स (Pyodide) में वास्तविक Python निष्पादित करता है: सॉल्वर संपादित करें और कुछ भी स्थापित किए बिना पुनः चलाएँ। Analyze टैब एक पूर्ण सीड-आधारित प्रयोग चलाता है और दो सॉल्वर की तुलना प्रभाव-आकार (effect size) और बूटस्ट्रैप विश्वास-अंतराल के साथ करता है — वही साक्ष्य-अनुशासन जो पूर्ण टूलकिट अपनाता है।

यहाँ सब कुछ उदाहरणात्मक, सार्वजनिक-सुरक्षित पूर्वावलोकन सामग्री है। पूर्ण टूलकिट उसी प्रकार के बेंचमार्किंग, समाधान, और विश्लेषण को अनुसंधान पैमाने पर चलाता है — त्वरित आरंभ से शुरू करें या बेंचमार्क कैटलॉग ब्राउज़ करें।

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.