Removed interface for H0 (cmaes).

time-shift
Stéphane Adjemian (Charybdis) 2013-10-08 16:18:00 +02:00
parent 8d8407f906
commit 6a250f894d
1 changed files with 0 additions and 2 deletions

View File

@ -513,8 +513,6 @@ if ~isequal(options_.mode_compute,0) && ~options_.mh_posterior_mode_estimation
cmaesOptions.TolX = str2double(options_list{2*(o-1)+2});
case '''MaxFunEvals'''
cmaesOptions.MaxFunEvals = str2num(options_list{2*(o-1)+2});
case '''H0'''
H0 = eval(eval(options_list{2*(o-1)+2}));
otherwise
warning(['cmaes: Unknown option (' options_list{2*(o-1)+1} ')!'])
end