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

Add missing simple option to global_initialization.m

(cherry picked from commit 268e8627)

Conflicts:
	matlab/global_initialization.m
parent 5ad54189
No related branches found
No related tags found
No related merge requests found
...@@ -454,6 +454,7 @@ simplex.tolerance.f = 1e-4; ...@@ -454,6 +454,7 @@ simplex.tolerance.f = 1e-4;
simplex.maxiter = 5000; simplex.maxiter = 5000;
simplex.maxfcallfactor = 500; simplex.maxfcallfactor = 500;
simplex.maxfcall = []; simplex.maxfcall = [];
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