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