predictor-corrector algorithm

Solves linear least squares with nonnegative variables

Al momento, stai seguendo questo contributo

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 (2026). predictor-corrector algorithm (https://it.mathworks.com/matlabcentral/fileexchange/8150-predictor-corrector-algorithm), MATLAB Central File Exchange. Recuperato .

Riconoscimenti

Ispirato: zeroSR1

Informazioni generali

Compatibilità della release di MATLAB

  • Compatibile con qualsiasi release

Compatibilità della piattaforma

  • Windows
  • macOS
  • Linux
Versione Pubblicato Note della release Action
1.0.0.0

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