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

removing specified bounds for brents #43

Merged
merged 7 commits into from
Nov 14, 2023
Merged

Conversation

yuxiangw
Copy link
Owner

in "converter.py" it was reported that scipy no longer allows "minimize_scalar" to take "bounds" as an input when indicating that we wanted to use "brent" solver. This is a temporary change to simply remove the "bounds".

TODOs: reintroducing the bounds (known constraints for the solutions) through the definition of the function to minimize itself.

@jeremy43 jeremy43 merged commit 0abd50c into master Nov 14, 2023
0 of 12 checks passed
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.

2 participants