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

how can i get Lagrange multipliers in 'linprog' optimize #12823

Closed
Aglargil opened this issue Sep 6, 2020 · 1 comment
Closed

how can i get Lagrange multipliers in 'linprog' optimize #12823

Aglargil opened this issue Sep 6, 2020 · 1 comment
Labels
enhancement A new feature or improvement scipy.optimize

Comments

@Aglargil
Copy link

Aglargil commented Sep 6, 2020

No description provided.

@mdhaber
Copy link
Contributor

mdhaber commented Sep 6, 2020

Unfortunately, right now you'd have to get at them backwards - adjust each bound individually, re-run linprog each time, and measure the change in the objective function. I don't imagine that's what you want : )

gh-12043 will add two new, much faster methods to linprog and we intend to add sensitivity analysis features to those.

This is an important idea, but the enhancement request is already recorded in gh-8336 (and gh-11848, and one item on gh-9269) so I'll close.

@mdhaber mdhaber closed this as completed Sep 6, 2020
@mdhaber mdhaber added enhancement A new feature or improvement scipy.optimize labels Sep 6, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement A new feature or improvement scipy.optimize
Projects
None yet
Development

No branches or pull requests

2 participants