bbopt / nomad

NOMAD - A blackbox optimization software
https://nomad-4-user-guide.readthedocs.io/
GNU Lesser General Public License v3.0
114 stars 24 forks source link

Matlab and python interface exit status #104

Open ctribes opened 1 year ago

ctribes commented 1 year ago

Both python and matlab interfaces should provide complete exit status range: % 1 - converged / target reached % 0 - maximum iterations / function evaluations exceeded % -1 - infeasible / mesh limit reached % -2 - initialization error % -3 - nomad error % -5 - user exit

This issue has been updated using issue #124. Maybe we need more exit statuses (and clarify the meaning):