Skip to content
Snippets Groups Projects
Commit 268e8627 authored by Johannes Pfeifer's avatar Johannes Pfeifer
Browse files

Add missing simple option to global_initialization.m

parent fdeb0d5d
Branches
Tags
No related merge requests found
...@@ -480,6 +480,7 @@ simplex.maxiter = 5000; ...@@ -480,6 +480,7 @@ simplex.maxiter = 5000;
simplex.maxfcallfactor = 500; simplex.maxfcallfactor = 500;
simplex.maxfcall = []; simplex.maxfcall = [];
simplex.verbosity = 2; simplex.verbosity = 2;
simplex.delta_factor=0.05;
options_.simplex = simplex; options_.simplex = simplex;
% CMAES optimization routine. % CMAES optimization routine.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment