-
Notifications
You must be signed in to change notification settings - Fork 23k
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
[Feature Request] Optimization with constraint (L-BFGS-B) #6564
Labels
proposal accepted
The core team has reviewed the feature request and agreed it would be a useful addition to PyTorch
todo
Not as important as medium or high priority tasks, but we will work on these.
triaged
This issue has been looked at a team member, and triaged and prioritized into an appropriate module
Comments
zou3519
added
the
proposal accepted
The core team has reviewed the feature request and agreed it would be a useful addition to PyTorch
label
Apr 16, 2018
zou3519
added
the
todo
Not as important as medium or high priority tasks, but we will work on these.
label
May 14, 2018
Not sure if it helps you but it seems that somebody already attempted this in #938. |
This has been implemented on https://pytorch.org/docs/stable/_modules/torch/optim/lbfgs.html. Could you please close this issue since it gets confusing. |
@kamathhrishi no the base LBFGS doesn't have what this issue is asking for. See referenced PR as well. |
@soumith Oh my bad. Alright then , Thank you. I looked into the PR. |
ailzhang
added
the
triaged
This issue has been looked at a team member, and triaged and prioritized into an appropriate module
label
Oct 16, 2020
huydhn
added a commit
to huydhn/pytorch
that referenced
this issue
Nov 5, 2024
pytorchmergebot
pushed a commit
that referenced
this issue
Nov 6, 2024
After landing pytorch/executorch#6564, we need to update the pinned ExecuTorch commit on PyTorch is fix the regression on PyTorch side. The change to `.ci/docker/common/install_executorch.sh` is needed because it's how the dependencies are setup on ExecuTorch CI now. Pull Request resolved: #139700 Approved by: https://github.com/larryliu0820, https://github.com/malfet
atalman
pushed a commit
to atalman/pytorch
that referenced
this issue
Nov 11, 2024
After landing pytorch/executorch#6564, we need to update the pinned ExecuTorch commit on PyTorch is fix the regression on PyTorch side. The change to `.ci/docker/common/install_executorch.sh` is needed because it's how the dependencies are setup on ExecuTorch CI now. Pull Request resolved: pytorch#139700 Approved by: https://github.com/larryliu0820, https://github.com/malfet
zero000064
pushed a commit
to zero000064/pytorch
that referenced
this issue
Nov 14, 2024
After landing pytorch/executorch#6564, we need to update the pinned ExecuTorch commit on PyTorch is fix the regression on PyTorch side. The change to `.ci/docker/common/install_executorch.sh` is needed because it's how the dependencies are setup on ExecuTorch CI now. Pull Request resolved: pytorch#139700 Approved by: https://github.com/larryliu0820, https://github.com/malfet
Ryo-not-rio
pushed a commit
to Ryo-not-rio/pytorch
that referenced
this issue
Dec 2, 2024
After landing pytorch/executorch#6564, we need to update the pinned ExecuTorch commit on PyTorch is fix the regression on PyTorch side. The change to `.ci/docker/common/install_executorch.sh` is needed because it's how the dependencies are setup on ExecuTorch CI now. Pull Request resolved: pytorch#139700 Approved by: https://github.com/larryliu0820, https://github.com/malfet
pobin6
pushed a commit
to pobin6/pytorch
that referenced
this issue
Dec 5, 2024
After landing pytorch/executorch#6564, we need to update the pinned ExecuTorch commit on PyTorch is fix the regression on PyTorch side. The change to `.ci/docker/common/install_executorch.sh` is needed because it's how the dependencies are setup on ExecuTorch CI now. Pull Request resolved: pytorch#139700 Approved by: https://github.com/larryliu0820, https://github.com/malfet
fmo-mt
pushed a commit
to fmo-mt/pytorch
that referenced
this issue
Dec 11, 2024
After landing pytorch/executorch#6564, we need to update the pinned ExecuTorch commit on PyTorch is fix the regression on PyTorch side. The change to `.ci/docker/common/install_executorch.sh` is needed because it's how the dependencies are setup on ExecuTorch CI now. Pull Request resolved: pytorch#139700 Approved by: https://github.com/larryliu0820, https://github.com/malfet
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
proposal accepted
The core team has reviewed the feature request and agreed it would be a useful addition to PyTorch
todo
Not as important as medium or high priority tasks, but we will work on these.
triaged
This issue has been looked at a team member, and triaged and prioritized into an appropriate module
Is there an agenda for implementing bounded optimization method like L-BFGS-B?
Scipy already has a functional method here scipy.optimize.fmin_l_bfgs_b.
The text was updated successfully, but these errors were encountered: