set_initial_guess¶
Class method.
-
do_mpc.estimator.MHE.set_initial_guess(self)¶ Initial guess for optimization variables. Uses the current class attributes
x0,z0andu0,p_est0to create an initial guess for the MHE. The initial guess is simply the initial values for all \(k=0,\dots,N\) instances of \(x_k\), \(u_k\) and \(z_k\), \(p_{\text{est,k}}\).Note
The initial guess is fully customizable by directly setting values on the class attribute:
opt_x_num.
This page is auto-generated. Page source is not available on Github.