uqfoundation / mystic

constrained nonlinear optimization for scientific machine learning, UQ, and AI
http://mystic.rtfd.io
Other
465 stars 50 forks source link

SetTermination to None to only use EvaluationLimits #251

Closed mmckerns closed 2 weeks ago

mmckerns commented 2 weeks ago

Summary

simplify the ability to have the solver only rely on the inherent EvaluationLimits. passing termination=None should essentially remove the termination condition (and purely use maxiter and maxfun).

Checklist

Documentation and Tests