In the function fit, what exactly is the difference between the 2 parameters MaxFunEvals & MaxIter?
Mostrar comentarios más antiguos
In the function fit(Curve Fitting Toolbox), what exactly is the difference between the 2 parameters MaxFunEvals & MaxIter?
1 comentario
dpb
el 5 de Ag. de 2019
In nonlinear fitting there's more than one function evaluation per solution iteration -- the number of "outer" iterations is MaxIter while the number of total function evaluations is MaxFunEvals There's no specific relationship between the two; if one has a very expensive functional, one can limit total time by not allowing more than some N evaluations. Of course, limiting either risks terminating before convergence even if there may be a final solution.
Respuesta aceptada
Más respuestas (0)
Categorías
Más información sobre Mathematics en Centro de ayuda y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!