Skip to content
Snippets Groups Projects
Commit fcceec89 authored by Marco Ratto's avatar Marco Ratto
Browse files

reset penalty to 1.e8.

parent 560771be
No related branches found
No related tags found
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 + 100; fval = objective_function_penalty_base + 1.e8;
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