weighted least-squares + weighted min-max optimization
1.5K Downloads
Updated 12 Sep 2008
No License
This is a wrapper function to solve optimization problems (using FMINCON) of the form:
min w.r.t. X of
CostFunc(X) = beta*(W_ls*F(X)) + (1 - beta)*(max(W_mm*F(X)))
subject to:
A*X <= B, Aeq*X = Beq (linear constraints)
C(X) <= 0, Ceq(X) = 0 (nonlinear constraints)
LB <= X <= UB (bounds)
Cite As
Lai Chiong Ching (2023). weighted least-squares + weighted min-max optimization (https://www.mathworks.com/matlabcentral/fileexchange/21422-weighted-least-squares-weighted-min-max-optimization), MATLAB Central File Exchange. Retrieved .
MATLAB Release Compatibility
Platform Compatibility
Windows macOS LinuxCategories
Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Discover Live Editor
Create scripts with code, output, and formatted text in a single executable document.
WLS_MM/
Version | Published | Release Notes | |
---|---|---|---|
1.0.0.0 |