predictor-corrector algorithm

Solves linear least squares with nonnegative variables

Vous suivez désormais cette soumission

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

Citation pour cette source

Uriel Roque (2026). predictor-corrector algorithm (https://fr.mathworks.com/matlabcentral/fileexchange/8150-predictor-corrector-algorithm), MATLAB Central File Exchange. Extrait(e) le .

Remerciements

A inspiré : zeroSR1

Informations générales

Compatibilité avec les versions de MATLAB

  • Compatible avec toutes les versions

Plateformes compatibles

  • Windows
  • macOS
  • Linux
Version Publié le Notes de version Action
1.0.0.0

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