BFGSE.zip

BFGS EVOLUTION: A POPULATION-BASED QUASI-NEWTON HYBRID USING MULTIPLE SECANT EQUATIONS FOR BLACK-BOX

You are now following this Submission

BFGSE

Cite As

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

General Information

MATLAB Release Compatibility

  • Compatible with any release

Platform Compatibility

  • Windows
  • macOS
  • Linux
Version Published Release Notes Action
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