frank_wolfe algorithm for order 3
                    Version 1.0.0.0 (1.39 KB) by  
                  Yinxiao
                
                
                  frank_wolfe algorithm for order 3
                
                  
              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 (2025). frank_wolfe algorithm for order 3 (https://se.mathworks.com/matlabcentral/fileexchange/40506-frank_wolfe-algorithm-for-order-3), MATLAB Central File Exchange. Retrieved .
MATLAB Release Compatibility
              Created with
              R2010b
            
            
              Compatible with any release
            
          Platform Compatibility
Windows macOS LinuxCategories
      Find more on Problem-Based Optimization Setup 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.
| Version | Published | Release Notes | |
|---|---|---|---|
| 1.0.0.0 | 
