That is strange, because I am getting
Error using print_info (line 110)
Likelihood is not a number (NaN) or a complex number
Error in print_info (line 110)
error('Likelihood is not a number (NaN) or a complex number');
Error in initial_estimation_checks (line 175)
print_info(info, DynareOptions.noprint, DynareOptions)
Error in dynare_estimation_1 (line 165)
oo_ =
initial_estimation_checks(objective_function,xparam1,dataset_,dataset_info,M_,estim_params_,options_,bayestopt_,bounds,oo_);
Error in dynare_estimation (line 105)
dynare_estimation_1(var_list,dname);
Error in prometheo (line 2899)
oo_recursive_=dynare_estimation(var_list_);
Error in dynare (line 223)
evalin('base',fname) ;
which happens in a different line, suggesting that you were using a different mod-file than the one you provided.