Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Matlab and python interface exit status #104

Open
ctribes opened this issue Nov 24, 2022 · 0 comments
Open

Matlab and python interface exit status #104

ctribes opened this issue Nov 24, 2022 · 0 comments
Labels
feature New feature or request

Comments

@ctribes
Copy link
Contributor

ctribes commented Nov 24, 2022

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):

  • (feasible+max eval/iter reached) from (infeasible+max eval/iter reached).
  • (feasible+mesh limit reached-> equivalent to 1-converged) from (infeasible+mesh limit reached).
@ctribes ctribes added the feature New feature or request label Nov 24, 2022
@ctribes ctribes changed the title Python interface exit status Matlab and python interface exit status Jan 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant