Quadratic programming by Wolf's method

The function wolf solves a (convex) QPP using Wolf or restricted entry simplex method
1,8K Downloads
Aktualisiert 18. Mär 2020

Lizenz anzeigen

This script is capable of solving a convex quadratic programming problem by Wolf's method. For the convergence of the algorithm it is necessary that either Hessian of the objective function be positive definite or positive semidefinite Hessian with linear term zero. For theory of Wolf method and QPP one may see "Numerical Optimization with Applications, Chandra S., Jayadeva, Mehra A., Alpha Science Internatinal Ltd, 2009."

Zitieren als

Bapi Chatterjee (2025). Quadratic programming by Wolf's method (https://de.mathworks.com/matlabcentral/fileexchange/27397-quadratic-programming-by-wolf-s-method), MATLAB Central File Exchange. Abgerufen.

Kompatibilität der MATLAB-Version
Erstellt mit R2009a
Kompatibel mit allen Versionen
Plattform-Kompatibilität
Windows macOS Linux
Kategorien
Mehr zu Quadratic Programming and Cone Programming finden Sie in Help Center und MATLAB Answers

Community Treasure Hunt

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

Start Hunting!

wolf

Version Veröffentlicht Versionshinweise
1.2.0.1

A minor typo in the comments was corrected.

1.2.0.0

A bug fixed

1.1.0.0

Space and time complexity improved.

1.0.0.0