From ff527c34565f9502a33c8e20cca7c9d75915f906 Mon Sep 17 00:00:00 2001 From: Americo Cunha <36556019+americocunhajr@users.noreply.github.com> Date: Thu, 15 Aug 2024 18:36:53 -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 55747df..0f38023 100644 --- a/README.md +++ b/README.md @@ -126,7 +126,7 @@ CEstr.q = 10; % Smoothing parameter % CE optimizer tic -[X_opt,F_opt,ExitFlag,CEstr] = CEopt(F,mu0,sigma0,lb,ub,[],CEstr) +[Xopt,Fopt,ExitFlag,CEstr] = CEopt(F,mu0,sigma0,lb,ub,[],CEstr) toc % objective function