set_initial_guess¶
Class method.
-
do_mpc.controller.MPC.set_initial_guess(self)¶ Initial guess for optimization variables. Uses the current class attributes
x0,z0andu0to create the initial guess. The initial guess is simply the initial values for all \(k=0,\dots,N\) instances of \(x_k\), \(u_k\) and \(z_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.