Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
americocunhajr authored Sep 19, 2024
1 parent 099e1cf commit 0815464
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ CEstr.isVectorized = 1; % vectorized function
CEstr.TolCon = 1.0e-6; % relative tolerance
tic
[Xopt,Fopt,ExitFlag,CEstr] = CEopt(F,[],[],lb,ub,nonlcon,CEstr)
[Xopt,Fopt,ExitFlag,CEstr] = CEopt(F,mu0,[],lb,ub,nonlcon,CEstr)
toc
% objective function
Expand Down

0 comments on commit 0815464

Please sign in to comment.