From 0815464fd13fa4b5931f528899a30461aacf1acc Mon Sep 17 00:00:00 2001 From: Americo Cunha <36556019+americocunhajr@users.noreply.github.com> Date: Thu, 19 Sep 2024 15:34:22 -0300 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 030e90b..cc62ea3 100644 --- a/README.md +++ b/README.md @@ -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