Skip to content
Snippets Groups Projects
Commit dd8f16c8 authored by MichelJuillard's avatar MichelJuillard
Browse files

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

This reverts commit fcceec89.
parent fcceec89
Branches
Tags
No related merge requests found
...@@ -429,7 +429,7 @@ switch DynareOptions.lik_init ...@@ -429,7 +429,7 @@ switch DynareOptions.lik_init
end end
if isnan(dLIK), if isnan(dLIK),
info = 45; info = 45;
fval = objective_function_penalty_base + 1.e8; fval = objective_function_penalty_base + 100;
exit_flag = 0; exit_flag = 0;
return return
end end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment