predictor-corrector algorithm

バージョン 1.0.0.0 (1.02 KB) 作成者: Uriel Roque
Solves linear least squares with nonnegative variables
ダウンロード: 3.2K
更新 2006/5/3

ライセンスがありません

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

MATLAB リリースの互換性
作成: R14SP2
すべてのリリースと互換性あり
プラットフォームの互換性
Windows macOS Linux
カテゴリ
Help Center および MATLAB AnswersLeast Squares についてさらに検索
謝辞

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

Community Treasure Hunt

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

Start Hunting!
バージョン 公開済み リリース ノート
1.0.0.0

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