You are now following this Submission
- You will see updates in your followed content feed
- You may receive emails, depending on your communication preferences
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 (2026). 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 .
General Information
- Version 1.0.0.0 (2.31 KB)
-
No License
MATLAB Release Compatibility
- Compatible with any release
Platform Compatibility
- Windows
- macOS
- Linux
| Version | Published | Release Notes | Action |
|---|---|---|---|
| 1.0.0.0 |
