Changed default options for cmaes (reduced tolfun and tolx).

time-shift
Stéphane Adjemian (Charybdis) 2013-10-08 15:56:14 +02:00
parent 0f12404246
commit 8d8407f906
1 changed files with 2 additions and 0 deletions

View File

@ -457,6 +457,8 @@ cmaes.WarnOnEqualFunctionValues='no';
cmaes.DispModulo='10';
cmaes.LogModulo='0';
cmaes.LogTime='0';
cmaes.TolFun = 1e-7;
cmaes.TolX = 1e-7;
options_.cmaes = cmaes;
% simpsa optimization routine.