v4 csminwel.m: setting values for return variables even if failure

git-svn-id: https://www.dynare.org/svn/dynare/dynare_v4@1003 ac1d8469-bf42-47a9-8791-bf33cf982152
time-shift
michel 2006-10-29 17:10:05 +00:00
parent 7f78138f71
commit 7eb6a591d0
1 changed files with 2 additions and 0 deletions

View File

@ -17,6 +17,8 @@ function [fh,xh,gh,H,itct,fcount,retcodeh] = csminwel(fcn,x0,H0,grad,crit,nit,va
% write g2.mat and g3.mat as well. If all were written at about the same time, any of them
% may be a decent starting point. One can also start from the one with best function value.)
global bayestopt_
fh = [];
xh = [];
[nx,no]=size(x0);
nx=max(nx,no);
Verbose=1;