Which quadprog algorithms use the initial point?

The description of quadprog's "Initial Point" argument says that it works with "some quadprog algorithms". Does this mean with all but interior-point-convex? Does the trust-region-reflective algorithm use the initial point?
I am using quadprog with trust-region-reflective, and my initial point does not seem to be affecting it. It's probably something I'm doing wrong, but I first wanted to double check that it should take my initial point.

 채택된 답변

Matt J
Matt J 2012년 10월 31일

0 개 추천

The documentation here is indeed not very clear, but it looks like only the interior-point algorithm generates its own initial point.
What affect of the initial point are you hoping to see? Obviously if your quadratic objective is convex, there should be no, or little, affect on the solution.

추가 답변 (1개)

Seth
Seth 2012년 10월 31일

0 개 추천

Thanks, then I should be going in the right direction. I'm running a simulation that takes the result of one time step and sets it as the initial point of the next time step. From the paper I'm implementing, that should help speed up my solution.

카테고리

도움말 센터File Exchange에서 Quadratic Programming and Cone Programming에 대해 자세히 알아보기

질문:

2012년 10월 31일

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by