CMM-22 / a6

0 stars 0 forks source link

Ex. 8 Constraints #10

Open bazzif opened 2 years ago

bazzif commented 2 years ago

I wonder what you mean by: Add a |-|^2 regularizer on the vector of optimisation variables [u x v ]^T. Does that mean we should calculate the square of the Frobenius norm of the stack vector?

MiguelZamoraM commented 2 years ago

Yes. That's the easiest way to add some regularization. You could also split the optimization variables and compute the squared norm for the control and states variables separately. That way you could also weigh the regularization of the controls and the state variables using different coefficients, but the squared of the entire vector should also be ok.