Warm Start Questions #546
Replies: 3 comments
-
It is not necessary to warm start the solver at a primal feasible solution. In principle any warm start values for the primal variables (or dual variables for that matter) will still allow the solver the converge. It depends what you mean by 'fails' though. For example, if you could give a warm start vector with extremely large norm then you might see the solver fail to converge within the iteration limit. You might also have a really unfavourable value of It's quite difficult to say what the problem is without a MWE though. |
Beta Was this translation helpful? Give feedback.
-
@goulart-paul |
Beta Was this translation helpful? Give feedback.
-
I have using osqp-cpp warm start, and I found cpp warm start nevers while python-version warm start works perfect. I use the test code 'test_basic_qp_warm_start()' and the iter num after warm start is around 20, and not 1. |
Beta Was this translation helpful? Give feedback.
-
Hi,
I have some problem when using warmstart. I try to manually set warm start primal values by using "osqp_warm_start_x", but osqp randomly fails to have feasible solution(Actually, osqp works well before I try to warm start the problem). Should warm start variables in feasible sets? Is there any possible reason that OSQP may fail when it is warm started?
Beta Was this translation helpful? Give feedback.
All reactions