dynamicslab / pysindy

A package for the sparse identification of nonlinear dynamical systems from data
https://pysindy.readthedocs.io/en/latest/
Other
1.36k stars 304 forks source link

constraint_separation_index undocumented #452

Open Jacob-Stevens-Haas opened 6 months ago

Jacob-Stevens-Haas commented 6 months ago

In ConstrainedSR3, the constraint_separation_index is an undocumented constructor argument. It's meaning is obvious (separating the equality from inequality constraints), but you have to read the code to know whether inequality or equality constraints are supposed to come first.

Discovered as I work to make TrappingSR3 a better subclass of ConstraintedSR3.