You are now following this Submission
- You will see updates in your followed content feed
- You may receive emails, depending on your communication preferences
e=0.005;
X0=[0.1;0.2;0.7];
syms x1 x2 x3;
f=0.5*(x1^2+x2^2+0.1*x3^2)+0.55*x3;
[X,fval]=frank_wolfe(f,X0,e,[],[],[1 1 1],[1],[0;0;0],[1;1;1])
Cite As
Yinxiao (2026). frank_wolfe algorithm for order 3 (https://www.mathworks.com/matlabcentral/fileexchange/40506-frank_wolfe-algorithm-for-order-3), MATLAB Central File Exchange. Retrieved .
General Information
- Version 1.0.0.0 (1.39 KB)
MATLAB Release Compatibility
- Compatible with any release
Platform Compatibility
- Windows
- macOS
- Linux
| Version | Published | Release Notes | Action |
|---|---|---|---|
| 1.0.0.0 |
