Iterate *only* through the steady state file

For calibration purposes, I need to loop through the steady state file, is there a way to do it, such that it returns the status of the ss computation (i.e. tells me if it did compute correctly or not, or even report me which are the residuals), similar to what stoch_simul() does but only for the steady state file?

Thanks!

Yes, you could use

[ys,params,info] = evaluate_steady_state(ys_init,M,options,oo,steadystate_check_flag)
1 Like