Currently, SINDy.coefficients() returns the coefficients matrix after fitting the model. However, for validation/testing purposes, it would also be nice to be able to set the coefficients manually with a method like SINDy.set_coefficients(coeff_matrix), where coeff_matrix.shape == SINDy.coefficients().shape.
Currently,
SINDy.coefficients()
returns the coefficients matrix after fitting the model. However, for validation/testing purposes, it would also be nice to be able to set the coefficients manually with a method likeSINDy.set_coefficients(coeff_matrix)
, wherecoeff_matrix.shape == SINDy.coefficients().shape
.