docs(optimizr): add logo and fix rtd deps

This commit is contained in:
Melvin Alvarez
2026-02-09 16:15:41 +01:00
parent c1f4c0bde7
commit 43af949904
28 changed files with 805 additions and 220 deletions
+11
View File
@@ -0,0 +1,11 @@
# Benchmarks
Performance is measured against NumPy/SciPy baselines on common objectives.
| Function | Dim | Iterations | Speedup vs SciPy |
|----------|-----|------------|------------------|
| Sphere | 10 | 200 | 50× |
| Rosenbrock | 10 | 400 | 60× |
| Rastrigin | 10 | 500 | 70× |
Numbers are indicative; run `examples/notebooks/05_performance_benchmarks.ipynb` on your hardware for exact results.