rawlings-group / paresto

A parameter estimation tool for MATLAB/Octave based on CasADi
1 stars 1 forks source link

Ensure lam_x(self.thetaind) is not exactly zero #9

Closed titusswsquah closed 5 months ago

titusswsquah commented 5 months ago

If a parameter did not enter the paresto objective function, the sensitivity hessian would return all zeros. I added a few lines to ensure sol.lam_x(self.thetaind) is not identically zero.