Haoxiang li
- Total activity 11
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
Posts
Recent activity by Haoxiang li-
Is it possible for QP method to change the target function dynamically?
OngoingI'm trying QP solver now. And I'm curious about if we can change the objective function in each iteration. If so, how to deal with it? is it possible to add a callback function and change the objec...
-
initial value of quadratic programming.
AnsweredI wonder whether the initial value will affect the result of quadratic programming. If so, how to set the initial value in c++?