predictor-corrector algorithm

Solves linear least squares with nonnegative variables
3,2K download
Aggiornato 3 mag 2006

Nessuna licenza

Solves the linear least squares problem with nonnegative variables using the predictor-corrector algorithm in:
Portugal, Judice and Vicente, A comparison of block pivoting and interior point algorithms for linear least squares problems with nonnegative variables, Mathematics of Computation, 63(1994), pp. 625-643

Cita come

Uriel Roque (2024). predictor-corrector algorithm (https://www.mathworks.com/matlabcentral/fileexchange/8150-predictor-corrector-algorithm), MATLAB Central File Exchange. Recuperato .

Compatibilità della release di MATLAB
Creato con R14SP2
Compatibile con qualsiasi release
Compatibilità della piattaforma
Windows macOS Linux
Categorie
Scopri di più su Least Squares in Help Center e MATLAB Answers
Riconoscimenti

Ispirato: zeroSR1

Community Treasure Hunt

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

Start Hunting!
Versione Pubblicato Note della release
1.0.0.0

the search stops if the theta becomes zero.
documentation indicating steps of algorithm was added.