weighted least-squares + weighted min-max optimization
Version 1.0.0.0 (2.31 KB) by
Lai Chiong Ching
Optimization using both weighted least squares and weighted min-max
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 (2025). 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
Created with
R2008a
Compatible with any release
Platform Compatibility
Windows macOS LinuxCategories
Find more on Nonlinear Optimization in Help Center and MATLAB Answers
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 |