Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adapt QP Optimizer for unconstraint parameters #158

Open
manumerous opened this issue Sep 11, 2021 · 3 comments
Open

Adapt QP Optimizer for unconstraint parameters #158

manumerous opened this issue Sep 11, 2021 · 3 comments

Comments

@manumerous
Copy link
Contributor

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.

@Jaeyoung-Lim
Copy link
Member

@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)

@manumerous
Copy link
Contributor Author

I think this is handled by the cvxpy library. So we do not need to worry about that.

@Jaeyoung-Lim
Copy link
Member

@manumerous Hmm... then why do we need it in the first place?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants