Add comment for the use case when there is no estimated_params

time-shift
Sébastien Villemot 2012-10-08 14:32:22 +02:00
parent 2f9e34c5e5
commit cc26a1d806
1 changed files with 1 additions and 1 deletions

View File

@ -151,7 +151,7 @@ if ~isempty(estim_params_)
ub = bounds(:,2);
bayestopt_.lb = lb;
bayestopt_.ub = ub;
else% If estim_params_ is empty...
else% If estim_params_ is empty (e.g. when running the smoother on a calibrated model)
xparam1 = [];
bayestopt_.lb = [];
bayestopt_.ub = [];