Which quadprog algorithms use the initial point?
3 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
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.
0 commentaires
Réponse acceptée
Matt J
le 31 Oct 2012
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.
0 commentaires
Plus de réponses (1)
Voir également
Catégories
En savoir plus sur Quadratic Programming and Cone Programming dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!