Apply Restrictions

Implements parameter restrictions for optimization problems

現在この提出コンテンツをフォロー中です。

applyRestr.m implements parameter restrictions for optimization problems (most notably, fminunc). applyRestrGrad implements these parameter restrictions on the analytical gradient. The file example_constraints.m shows how to use these on a very simple dataset, auto.mat (also included).

引用

Tyler Ransom (2026). Apply Restrictions (https://jp.mathworks.com/matlabcentral/fileexchange/47284-apply-restrictions), MATLAB Central File Exchange. に取得済み.

謝辞

ヒントを与えたファイル: Conditional Logit, normalMLE.m

カテゴリ

Help Center および MATLAB AnswersOptimization Toolbox についてさらに検索

一般的な情報

MATLAB リリースの互換性

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

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

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

Sorts rows of restriction matrix in ascending order.

1.1.0.0

Adds error check for if index in restrMat is larger than dimension of parameter vector.

1.0.0.0