FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

fix: raise ValueError when simplex hits max iterations by deepshekhardas · Pull Request #15047 · TheAlgorithms/Python · GitHub

fix: raise ValueError when simplex hits max iterations - #15047

Open
deepshekhardas wants to merge 1 commit into
TheAlgorithms:masterfrom
deepshekhardas:fix-14584-simplex-maxiter
Open

fix: raise ValueError when simplex hits max iterations#15047
deepshekhardas wants to merge 1 commit into
TheAlgorithms:masterfrom
deepshekhardas:fix-14584-simplex-maxiter

Conversation

Copy link
Copy Markdown

Describe your change

  • Add an algorithm?
  • Fix a bug or typo in an existing algorithm?
  • Add, change, or clarify documentation?

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

run_simplex() silently returned {} when maxiter was exhausted, hiding
cycling/unbounded problems. Raise an informative ValueError instead.

Fixes TheAlgorithms#14584
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

bug: run_simplex() returns empty dict {} on max iteration instead of raising an informative error

1 participant


Back | FazBrowse Home | New Git URL