| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
run_simplex() silently returned {} when maxiter was exhausted, hiding
cycling/unbounded problems. Raise an informative ValueError instead.
Fixes TheAlgorithms#14584
| Back | FazBrowse Home | New Git URL |
Describe your change
What does this implement/fix?
un_simplex() silently returned {} when the iteration limit was exhausted, hiding cycling/unbounded problems. Raise an informative ValueError instead.
Additional comments?
None.
Fixes #14584