reset penalty to 1.e8.

time-shift
Marco Ratto 2012-10-01 08:53:50 +02:00
parent 560771bedc
commit fcceec896a
1 changed files with 1 additions and 1 deletions

View File

@ -429,7 +429,7 @@ switch DynareOptions.lik_init
end
if isnan(dLIK),
info = 45;
fval = objective_function_penalty_base + 100;
fval = objective_function_penalty_base + 1.e8;
exit_flag = 0;
return
end