Replies: 1 comment 1 reply
-
If you an ensemble an STLSQ optimizer, the last value of |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
Optimizers like
STLSQ
have the attributeoptimizer.Theta_
which allows you to return the values of the constructed feature library. With weak SINDy, what would be returned in this case if ensembling is also used? Is the returnedTheta_
the library corresponding to the final model fit? Is a history of all fits stored?Thanks,
Alasdair
Beta Was this translation helpful? Give feedback.
All reactions