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
No related branches found
No related tags found
1 merge request!799Further fixes to simplex algorithm related to unset options
......@@ -480,6 +480,7 @@ simplex.maxiter = 5000;
simplex.maxfcallfactor = 500;
simplex.maxfcall = [];
simplex.verbosity = 2;
simplex.delta_factor=0.05;
options_.simplex = simplex;
% CMAES optimization routine.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment