Apply Restrictions

版本 1.2.0.0 (6.0 KB) 作者: Tyler Ransom
Implements parameter restrictions for optimization problems
343.0 次下载
更新时间 2014/9/22

查看许可证

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 (2024). Apply Restrictions (https://www.mathworks.com/matlabcentral/fileexchange/47284-apply-restrictions), MATLAB Central File Exchange. 检索来源 .

MATLAB 版本兼容性
创建方式 R2009b
兼容任何版本
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 Optimization Toolbox 的更多信息
标签 添加标签
致谢

启发作品: Conditional Logit, normalMLE.m

Community Treasure Hunt

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

Start Hunting!
版本 已发布 发行说明
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