Skip to content

Commit

Permalink
Adresses review comment
Browse files Browse the repository at this point in the history
  • Loading branch information
StephenNneji committed Aug 22, 2024
1 parent 7b6e8e7 commit 16a5249
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions minimisers/DE/deopt.m
Original file line number Diff line number Diff line change
Expand Up @@ -305,8 +305,8 @@

if (I_refresh > 0)
if ((rem(I_iter,I_refresh) == 0) || I_iter == 1) && strcmpi(controls.display, coderEnums.displayOptions.Iter)
triggerEvent(coderEnums.eventTypes.Message, ...
sprintf('Iteration: %g, Best: %f, fWeight: %f, F_CR: %f, I_NP: %g\n\n', I_iter,S_bestval.FVr_oa(1),fWeight,F_CR,I_NP));
triggerEvent(coderEnums.eventTypes.Message, ...
sprintf('Iteration: %g, Best: %f, fWeight: %f, F_CR: %f, I_NP: %g\n\n', I_iter,S_bestval.FVr_oa(1),fWeight,F_CR,I_NP));

%disp(S_bestval);
%var(FM_pop)
Expand Down

0 comments on commit 16a5249

Please sign in to comment.