pydynamicestimator.tests.test_inverter_init_methods
The inverter offers two initialization methods, dispatched by the per-device
_init_method declaration: the staged sequential init (its default) and the
generic one-shot joint Newton+LM solve (via finit_anchor_residuals).
The standard gates exercise the sequential default. This test forces the joint method and checks it reproduces the same baselines byte-identically – proving the dispatch works and that the two initialization methods converge to the same operating point.
Functions
|