predictor-corrector algorithm

Solves linear least squares with nonnegative variables

您现在正在关注此提交

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

引用格式

Uriel Roque (2026). predictor-corrector algorithm (https://ww2.mathworks.cn/matlabcentral/fileexchange/8150-predictor-corrector-algorithm), MATLAB Central File Exchange. 检索时间: .

致谢

启发作品: zeroSR1

一般信息

MATLAB 版本兼容性

  • 兼容任何版本

平台兼容性

  • Windows
  • macOS
  • Linux
版本 已发布 发行说明 Action
1.0.0.0

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