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://jp.mathworks.com/matlabcentral/fileexchange/8150-predictor-corrector-algorithm), MATLAB Central File Exchange. に取得済み.

謝辞

ヒントを与えたファイル: zeroSR1

カテゴリ

Help Center および MATLAB AnswersLeast Squares についてさらに検索

一般的な情報

MATLAB リリースの互換性

  • すべてのリリースと互換性あり

プラットフォームの互換性

  • Windows
  • macOS
  • Linux
バージョン 公開済み リリース ノート Action
1.0.0.0

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