While trying to estimate a model with mode_compute=1, I get the following message:
- Code: Select all
fmincon stopped because the size of the current step is less than
the selected value of the step size tolerance and constraints are
satisfied to within the default value of the constraint tolerance.
Optimization stopped because the relative changes in all elements of x are
less than options.StepTolerance = 1.000000e-06, and the relative maximum constraint
violation, 0.000000e+00, is less than options.ConstraintTolerance = 1.000000e-06.
It seems to be a problem with fmincon's step tolerance and constraint tolerance. I have been looking around the forum and also looked at the manual for a solution for this issue, but, sadly, I have not found any.
Does anybody know how to change the tolerance when using mode_compute=1? Any kind of help will be highly appreciated.