Skip to content
Snippets Groups Projects
Commit cc26a1d8 authored by Sébastien Villemot's avatar Sébastien Villemot
Browse files

Add comment for the use case when there is no estimated_params

parent 2f9e34c5
No related branches found
No related tags found
No related merge requests found
...@@ -151,7 +151,7 @@ if ~isempty(estim_params_) ...@@ -151,7 +151,7 @@ if ~isempty(estim_params_)
ub = bounds(:,2); ub = bounds(:,2);
bayestopt_.lb = lb; bayestopt_.lb = lb;
bayestopt_.ub = ub; 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 = []; xparam1 = [];
bayestopt_.lb = []; bayestopt_.lb = [];
bayestopt_.ub = []; bayestopt_.ub = [];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment