hermess.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).
This test forces the joint method and checks it reproduces the sequential-init baselines byte-identically: the dispatch works and both methods converge to the same operating point.
Functions
|