Skip to content
Snippets Groups Projects
Verified Commit adece372 authored by Stéphane Adjemian's avatar Stéphane Adjemian Committed by Stéphane Adjemian
Browse files

Always save initial value of the estimation objective.

Under oo_.likelihood_at_initial_parameters.
parent e9d4a40a
Branches
No related tags found
No related merge requests found
......@@ -235,9 +235,9 @@ else
info=0;
fval = 0;
end
if options_.debug
oo_.likelihood_at_initial_parameters=fval;
end
oo_.likelihood_at_initial_parameters=fval;
options_.analytic_derivation=ana_deriv;
if options_.mode_compute==13
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment