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

Add simplex size termination condition to Nelder-Mead #183

Closed
mateuszbaran opened this issue Dec 6, 2022 · 1 comment · Fixed by #174
Closed

Add simplex size termination condition to Nelder-Mead #183

mateuszbaran opened this issue Dec 6, 2022 · 1 comment · Fixed by #174
Milestone

Comments

@mateuszbaran
Copy link
Member

Something like in here: https://webpages.uidaho.edu/~fuchang/res/ANMS.pdf .

@kellertuer
Copy link
Member

If you just implement a stopping criterion, this should be doable without getting in conflict with the preparations for 0.4 – because I might only write a few new functions for stopping criteria (something line indicates_convergence but not change their general format.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
2 participants