Closed abdelhakim96 closed 1 year ago
In the nonlinear MPC the definition of the functions is up to the user. If you need weights just add them in your cost function. You can define them directly in the lambda function or even statically in your code.
is there a way to specify weights in NLMPC? in the van der pol example no weights are defined.