BFGSE.zip

Version 1.1.0.0 (187 KB) by Miguel
BFGS EVOLUTION: A POPULATION-BASED QUASI-NEWTON HYBRID USING MULTIPLE SECANT EQUATIONS FOR BLACK-BOX
724 Downloads
Updated 2 Dec 2014

View License

BFGSE

Cite As

Miguel (2024). BFGSE.zip (https://www.mathworks.com/matlabcentral/fileexchange/47826-bfgse-zip), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R2012a
Compatible with any release
Platform Compatibility
Windows macOS Linux

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

BFGSE_non_parallel_2012a_correction/html/

Version Published Release Notes
1.1.0.0

some lines were duplicated in perturbation.m in lines 121-131 of the new code:
Y=[Y(:,1:j-1) Y(:,j+1:size(S,2))];
DY=[DY(:,1:j-1) DY(:,j+1:size(S,2))];
S=[S(:,1:j-1) S(:,j+1:size(S,2))];

1.0.0.0