aboutsummaryrefslogtreecommitdiff
path: root/src/fit.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/fit.c')
-rw-r--r--src/fit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fit.c b/src/fit.c
index ba285c9..eba125e 100644
--- a/src/fit.c
+++ b/src/fit.c
@@ -5279,7 +5279,7 @@ int fit_event(event *ev, double *xopt, double *fmin)
nlopt_set_upper_bounds(opt, ub);
/* Now, we do the "real" minimization. */
- fpars.n = 100;
+ fpars.n = 500;
fpars.fast = 0;
fpars.print = 1;
nlopt_set_ftol_abs(opt, 1e-5);