-
Notifications
You must be signed in to change notification settings - Fork 14
🚀 Add NonLinearProgram Support to DiffOpt.jl #260
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
Merged
joaquimg
merged 76 commits into
jump-dev:master
from
andrewrosemberg:ar/NonLinearProgram
Feb 21, 2025
Merged
Changes from all commits
Commits
Show all changes
76 commits
Select commit
Hold shift + click to select a range
0dc8099
NonLinearProgram
andrewrosemberg 4b16e13
index by MOI index
andrewrosemberg db0c0ce
only cache gradient
andrewrosemberg d8b38f4
update API
andrewrosemberg eaa4c69
start reverse mode
andrewrosemberg e170339
add overloads
andrewrosemberg b006b57
update MOI wrapper
andrewrosemberg 5ade750
update code for DiffOpt API
andrewrosemberg ff1052f
working code
andrewrosemberg 24fb230
usage example
andrewrosemberg 56a4d1e
add reverse diff
andrewrosemberg b9781ba
update code
andrewrosemberg 1e94996
update tests
andrewrosemberg 48e7b19
update tests
andrewrosemberg 501fe83
add forward_differentiate! tests
andrewrosemberg 28ec54f
add reverse_differentiate! tests
andrewrosemberg d3563dd
update docs
andrewrosemberg 7867ece
format
andrewrosemberg 4868748
update API reference
andrewrosemberg 1d5dd4a
fix typos
andrewrosemberg 89d34ea
update reference
andrewrosemberg d8a5691
update spdiagm
andrewrosemberg 4074055
Typo "acutal" to "actual" (#258)
mzagorowska b1f0092
Fix GitHub actions badge in README (#263)
odow 614b026
Implement MOI.Utilities.scalar_type for (Matrix|Sparse)VectorAffineFu…
odow 39adba2
Use SlackBridgePrimalDualStart (#253)
blegat 8526ac4
Integrate with POI to improve UX (#262)
joaquimg 066aef6
Add error for missing starting value (#269)
blegat 61123b9
update API
andrewrosemberg 65d4224
expose kwargs
andrewrosemberg 36b0170
restrict hessian type
andrewrosemberg 859ddea
reverse wrong change
andrewrosemberg 475a02f
update usage
andrewrosemberg 453edf5
Merge branch 'master' into ar/NonLinearProgram
andrewrosemberg dffdf8d
fix mad merge
andrewrosemberg bf4ab5d
fix typo
andrewrosemberg b7ef541
fix typo
andrewrosemberg 19dcda4
fix wrong index
andrewrosemberg df90d97
reverse index
andrewrosemberg 622732e
allow user to just set relevat sensitivities
andrewrosemberg bce2303
fix copy reverse sensitivity dual
andrewrosemberg a3fe85a
format
andrewrosemberg 69dc67a
update tests
andrewrosemberg 543840a
format
andrewrosemberg 9b9ef0f
update docs
andrewrosemberg c8bbc6c
extend parameter @test_throws tests for NLP
andrewrosemberg fad6d7c
update comments
andrewrosemberg c8a4522
update private api: _add_leq_geq
andrewrosemberg dec13c1
fix typo
andrewrosemberg 06f9110
continue fix typo check asserts
andrewrosemberg e668506
expose factorization through as MOI.AbstractModelAttribute
andrewrosemberg c152dfe
Merge branch 'master' into ar/NonLinearProgram
joaquimg bcff465
add tests factorization
andrewrosemberg a0b2f3d
add comment
andrewrosemberg 095a5d9
rm rm kwargs
andrewrosemberg db91862
use correct underscore signature for private funcs
andrewrosemberg 65631b3
format
andrewrosemberg e2cb3be
change github actions to v3
andrewrosemberg d508789
reverse checkout version
andrewrosemberg 0797d22
add reference sipopt paper
andrewrosemberg 09fec6b
update factorization routine API
andrewrosemberg e82060e
format
andrewrosemberg 1bad199
Update ci.yml
andrewrosemberg 660b513
improve coverage
andrewrosemberg afa0182
add test inertia correction
andrewrosemberg 6cec90b
add test ReverseConstraintDual
andrewrosemberg 5105bc7
format
andrewrosemberg 1da5f71
rm useless checks
andrewrosemberg 200299d
add test get ReverseConstraintDual
andrewrosemberg 9633691
format
andrewrosemberg 9b4cef5
rm unecessary funcs
andrewrosemberg 1847392
rm kwargs
andrewrosemberg 9e78f2e
format
andrewrosemberg ef100b2
rename factorization attributte
joaquimg 83deef4
add supports
joaquimg 5b26b88
Apply suggestions from code review
joaquimg File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
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
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
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.