Revert "reset penalty to 1.e8." Too big a penaly is not desirable.

This reverts commit fcceec896a.
time-shift
Michel Juillard 2012-10-01 14:23:21 +02:00
parent fcceec896a
commit dd8f16c8db
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 + 1.e8;
fval = objective_function_penalty_base + 100;
exit_flag = 0;
return
end