Is it not possible to set mnrfit iteration numbers or precision limits?

1 次查看(过去 30 天)
Is it not possible to set number of iterations in mnrfit or the level of precision?

采纳的回答

the cyclist
the cyclist 2017-3-28
It seems not.
If you type
edit mnrfit
you can look at the code. (Be careful not to change any of it.) It looks like there is a hard-coded limit of 100 iterations. The stopping conditions are also explicitly in there.
It is ill-advised to edit that code, but you could copy it and change the iteration limit, or make it into an input parameter.

更多回答(0 个)

标签

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by