You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The inequality constraints part from the lectures code and lecture notebook seems not to work. It belongs to: Part 2d: use prior physical knowledge to constrain the model
Unlike in the video (something like):
ConstrainedSR3 model, inequality constraints:
(x)' = 8.319 1 + -7.036 x + 7.536 y + -0.747 z + -0.027 x^2 + 0.057 x y + -0.076 x z + -0.029 y^2 + 0.068 y z + 0.014 z^2
(y)' = 5.460 1 + 23.951 x + 1.299 y + -0.865 z + -0.197 x^2 + 0.209 x y + -0.892 x z + -0.061 y^2 + -0.059 y z + 0.032 z^2
(z)' = 11.844 1 + 4.496 x + -2.701 y + -4.483 z + -0.239 x^2 + 1.061 x y + -0.128 x z + 0.052 y^2 + 0.080 y z + 0.059 z^2
PySINDy/Python version information:
python==3.10.15
pysindi==1.7.5
The text was updated successfully, but these errors were encountered:
The inequality constraints part from the lectures code and lecture notebook seems not to work. It belongs to: Part 2d: use prior physical knowledge to constrain the model
Solver failed, setting coefs to zeros
ConstrainedSR3 model, inequality constraints:
(x)' = 0.000
(y)' = 0.000
(z)' = 0.000
Here is the code from the corresponding cell:
Error message:
Solver failed, setting coefs to zeros
ConstrainedSR3 model, inequality constraints:
(x)' = 0.000
(y)' = 0.000
(z)' = 0.000
Unlike in the video (something like):
ConstrainedSR3 model, inequality constraints:
(x)' = 8.319 1 + -7.036 x + 7.536 y + -0.747 z + -0.027 x^2 + 0.057 x y + -0.076 x z + -0.029 y^2 + 0.068 y z + 0.014 z^2
(y)' = 5.460 1 + 23.951 x + 1.299 y + -0.865 z + -0.197 x^2 + 0.209 x y + -0.892 x z + -0.061 y^2 + -0.059 y z + 0.032 z^2
(z)' = 11.844 1 + 4.496 x + -2.701 y + -4.483 z + -0.239 x^2 + 1.061 x y + -0.128 x z + 0.052 y^2 + 0.080 y z + 0.059 z^2
PySINDy/Python version information:
python==3.10.15
pysindi==1.7.5
The text was updated successfully, but these errors were encountered: