You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@Jaeyoung-Lim what do you thing about just not specifying bounds for certain parameters in the config? I guess thats the easiest way.
Yes, I think that would work great. If you still have to pass somekind of a upper bound to the optimizer, you can pass something link FLOAT32_MAX (not sure how this is defined in python)
Currently the QP optimizer requires all parameters to be either fixed or bounded. We sould add the option for unconstraint parameters as well.
@Jaeyoung-Lim what do you thing about just not specifying bounds for certain parameters in the config? I guess thats the easiest way.
The text was updated successfully, but these errors were encountered: