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

Scipy style bounds #5

Open
arose13 opened this issue May 29, 2016 · 0 comments
Open

Scipy style bounds #5

arose13 opened this issue May 29, 2016 · 0 comments

Comments

@arose13
Copy link

arose13 commented May 29, 2016

I was wondering if I could make a Pull Request for a more scipy style bounds field from to the current to something like the version of I've modified?

(func, bounds, ieqcons=[], ...

lower_bound, upper_bound = [], []
for variable_bounds in bounds:
lower_bound.append(variable_bounds[0])
upper_bound.append(variable_bounds[1])

It wouldn't break anything and I could make it backwards compatible also. https://gist.github.com/arose13/2fc85adb1042b89e2eb13ac054789f19

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

No branches or pull requests

1 participant