Files
optimiz-rs/docs/source/benchmarks.md
T
2026-02-09 16:15:41 +01:00

12 lines
405 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# 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.