stellatogrp / lropt

Apache License 2.0
19 stars 3 forks source link

Budget uncertainty set has uninstuitive parameter names #30

Open bstellato opened 1 year ago

bstellato commented 1 year ago

I would make sure the rho parameters are intuitively connected to the norm they represent. For example. for the budget uncertainty set, I would use rho_1 and rho_inf to represent the 1-norm and the $\infty$-norm.

Now in the code we have rho1 for the $\infty$-norm and rho2 for the 1-norm which is highly counterintuitive...