Hello,
I am trying to solve a mixed-integer model in Matlab using Yalmip based on the following paper (it is not the exact same model but very similar), and I have attached the model as well:
There is a parameter lambda used for the regularization of one of the variables and I am wondering how I can tune this parameter? I mean I know that I have to try different values, but I was wondering if there is an easier way to do it rather than a loop. I know Matlab has a regression learner but it only works for predefined models.
I appreciate your help.