Robertson κ=3e4 (dim=3)
ADVANTAGES3 · dim 3SolvSRK wins. At the comparison noise level, SolvSRK beats the best baseline by at least 10 percentage points of survival, or by at least 0.05 balanced score when survival is tied. Use SolvSRK for this class of problem. All verdicts →
Robertson 3-species chemical kinetics with fast rate constant κ=3e+04. Classic stiffness benchmark with conservation law y1+y2+y3=1. Boundary mapping: stiffness sweep.
Problem definition
Robertson (1966) in Stiff Differential Systems (ed. Willoughby); Hairer & Wanner (1996) Solving ODEs II, §IV.1
Canonical RHS excerpt from the registered callable used for this benchmark cell. Expand it to verify the state equations; it is not a standalone runnable fixture.
Show canonical RHS excerpt
def rhs(t: float, y: np.ndarray) -> np.ndarray:
y1, y2, y3 = y[0], y[1], y[2]
k_y2_sq = _K3E7 * y2 * y2
return np.array([
-kappa * y1,
kappa * y1 - k_y2_sq,
k_y2_sq,
])- Parameters
- _K3E7 = 3e+07
- kappa = 30000
- Initial condition
- y(0) = [1, 0, 0]
- Horizon
- t ∈ [0, 100]
Canonical RHS excerpt captured from the same registered callable used for the published benchmark. Frozen closure values are summarized below; helper imports and solver settings are intentionally omitted.
Fingerprint
Spread: high
Default noise: low
Recommendation snapshot
Clean best: SolvSRK
Noisy best: SolvSRK
Coverage
14 solver arms · clean + 5 noise levels
Ranked on survival, precision, and speed
Versions & freeze
Methodology →- Freeze
- 2026-08-13
- libsolvsrk
- 2.3.0
- SciPy
- 1.14
- SUNDIALS
- CVODE (bundled backend)
20 seeds/cell default · 14 arms · TRL 4–5 · simulation-lab validated · this page: Robertson κ=3e4 (dim=3) (robertson-3e4-dim-3)
Governed SolvTune benchmark freeze; per-arm medians only. RHS definitions and raw trial rows are not published.
Self-reported by Resonix Labs · not independently verified
Results matrix
Pick an objective and a noise level to rank all arms on survival, median SCD, median nfev, and median wall time. Medians across seeds.
Objective
Best overall trade-off of survival, precision, and speed.
Noise level
| # | Solver | Survival | SCD | nfev | Wall | Score |
|---|---|---|---|---|---|---|
| 1 | SolvSRK | 100% | 13.4 | 1,570 | 22 ms | 0.939 |
| 2 | SciPy RadauSciPy | 100% | 12.2 | 2,120 | 40 ms | 0.910 |
| 3 | SciPy BDFSciPy | 100% | 10.6 | 1,223 | 35 ms | 0.870 |
| 4 | SciPy LSODASciPy | 100% | 8.8 | 760 | 3 ms | 0.828 |
| - | SciPy RK45SciPy | 0% | - | - | - | - |
| - | SciPy DOP853SciPy | 0% | - | - | - | - |
| - | SciPy RK23SciPy | 0% | - | - | - | - |
| - | CVODE BDFexternal | 0% | - | - | - | - |
| - | CVODE Adamsexternal | 0% | - | - | - | - |
| - | Tsit5external | 0% | - | - | - | - |
At Clean, best balanced arm is SolvSRK.
Values are medians across seeds, measured by Resonix Labs on Resonix hardware and not independently verified; nfev and wall are on reference lab hardware (indicative). Under injected noise only SolvSRK and the SciPy arms are run. How we measure accuracy → · Verification status →
Cite this page
Replace the access date. Pin the freeze ID and library versions when comparing against a later export. Cite it as what it is - a self-reported vendor benchmark, not an independently verified result. The note field says so; please keep it.
@misc{resonix_evidence_robertson_3e4_dim_3_2026,
title = {Resonix Evidence Portal: Robertson κ=3e4 (dim=3)},
author = {{Resonix Labs (Canada) Inc.}},
year = {2026},
howpublished = {\url{https://resonixusa.com/evidence/problems/robertson-3e4-dim-3}},
note = {Self-reported vendor benchmark; internally generated by Resonix Labs and not independently verified. Accessed YYYY-MM-DD. Freeze 2026-08-13; libsolvsrk 2.3.0; SciPy 1.14.}
}Related
TRL 4–5 · simulation-lab validated · 398 problems · 14 solver arms · clean + 5 noise levels
Freeze: 2026-08-13 · scipy 1.14 · libsolvsrk 2.3.0 · Methodology
Self-reported by Resonix Labs · not independently verified · Verification status