Constant-Velocity Maneuver Detection (dim=6)
ADVANTAGES0 · dim 6SolvSRK 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 →
6-state constant-velocity prediction model for maneuver detection residual computation. dx/dt=vx, dy/dt=vy, dz/dt=vz, dvx/dt=0, dvy/dt=0, dvz/dt=0. Intentionally simple — the no-maneuver hypothesis. Residual between this prediction and maneuvering truth triggers detection.
Target tracking
Problem definition
Bar-Shalom & Li, 'Multitarget-Multisensor Tracking' (1995) Ch. 11 (IMM maneuver detection)
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_constant_velocity(t: float, y: np.ndarray) -> np.ndarray:
d = np.empty(6)
d[0] = y[3] # dx/dt = vx
d[1] = y[4] # dy/dt = vy
d[2] = y[5] # dz/dt = vz
d[3] = 0.0 # dvx/dt = 0
d[4] = 0.0 # dvy/dt = 0
d[5] = 0.0 # dvz/dt = 0
return d- Parameters
- No captured parameters; constants are explicit in the RHS excerpt.
- Initial condition
- y(0) = [0, 0, 100, 30, 0, 0]
- Horizon
- t ∈ [0, 60]
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.
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_constant_velocity_maneuver_detection_dim_6_2026,
title = {Resonix Evidence Portal: Constant-Velocity Maneuver Detection (dim=6)},
author = {{Resonix Labs (Canada) Inc.}},
year = {2026},
howpublished = {\url{https://resonix.tech/evidence/problems/constant-velocity-maneuver-detection-dim-6}},
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.}
}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