Apply Restrictions

Implements parameter restrictions for optimization problems
345 download
Aggiornato 22 set 2014

Visualizza la licenza

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).

Cita come

Tyler Ransom (2026). Apply Restrictions (https://it.mathworks.com/matlabcentral/fileexchange/47284-apply-restrictions), MATLAB Central File Exchange. Recuperato .

Compatibilità della release di MATLAB
Creato con R2009b
Compatibile con qualsiasi release
Compatibilità della piattaforma
Windows macOS Linux
Categorie
Scopri di più su Optimization Toolbox in Help Center e MATLAB Answers
Riconoscimenti

Ispirato: Conditional Logit, normalMLE.m

Versione Pubblicato Note della release
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