Skip to content
Snippets Groups Projects
Commit 63a297da authored by Johannes Pfeifer's avatar Johannes Pfeifer Committed by Houtan Bastani
Browse files

Make osr error message more informative

(cherry picked from commit 74867604)
parent 2dbd2260
No related branches found
No related tags found
No related merge requests found
......@@ -126,7 +126,7 @@ elseif isequal(options_.osr.opt_algo,11)
else
if ~isempty(M_.osr.param_bounds) && ~(ismember(options_.osr.opt_algo,[1,2,5,9]) || ischar(options_.osr.opt_algo))
error('OSR: OSR with bounds on parameters requires a constrained optimizer, i.e. 1,2,5, or 9.')
error('OSR: OSR with bounds on parameters requires a constrained optimizer, i.e. opt_algo= 1,2,5, or 9.')
end
%%do actual optimization
[p, f, exitflag] = dynare_minimize_objective(str2func('osr_obj'),t0,options_.osr.opt_algo,options_,M_.osr.param_bounds,cellstr(M_.param_names(i_params,:)),[],[], i_params,...
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment