-
Notifications
You must be signed in to change notification settings - Fork 577
PyROS Add caching for computed uncertain parameter bounds #3877
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
Open
jas-yao
wants to merge
40
commits into
Pyomo:main
Choose a base branch
from
jas-yao:pyros-cache-computed-param-bounds
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 8 commits
Commits
Show all changes
40 commits
Select commit
Hold shift + click to select a range
53bbc30
Move bounds calculation to separate, cached method
jas-yao b6a03aa
Clear any cached bounds at set validation
jas-yao 65e9564
Add tests checking caching.
jas-yao a483ab6
Fix _fbbt_parameter_bounds bound value issues
jas-yao 549d5b8
Run black
jas-yao bb7fca5
Fix test comments
jas-yao a6ef4f5
Merge branch 'main' into pyros-cache-computed-param-bounds
jas-yao 3a955f6
Update _solve_bounds_optimization docstring
jas-yao d003145
Merge branch 'main' into pyros-cache-computed-param-bounds
jsiirola c573512
Merge branch 'main' into pyros-cache-computed-param-bounds
jas-yao f0e86b6
Update bounds optimization caching
jas-yao 2af61c8
Add test_solve_exact_bounds_optimization
jas-yao bb53c9d
Add test_fbbt_values
jas-yao be21c04
Move cache clearing to before/after solving
jas-yao 7619f3e
Add tests for PyROS caching
jas-yao 81a98ab
Run black
jas-yao 4f78486
Run updated black
jas-yao 581a9f7
Update CHANGELOG
jas-yao 7aeeef5
Merge branch 'main' into pyros-cache-computed-param-bounds
jsiirola 6de83b7
Merge branch 'main' into pyros-cache-computed-param-bounds
jas-yao 31e96fd
Update caching with custom dict
jas-yao 43f09d8
Simplify cache clearing setup
jas-yao ee87245
Update caching tests
jas-yao c1145cd
Run black
jas-yao d905ab4
Merge branch 'main' into pyros-cache-computed-param-bounds
jas-yao 5518ee8
Use `var.lb` and `var.ub` for numerical bounds
jas-yao d954aba
Add assertion check for empty _cache
jas-yao c242b6a
Update caching tests for assertion error test
jas-yao e0863b0
Run black
jas-yao 4ebca37
Merge branch 'main' into pyros-cache-computed-param-bounds
jsiirola 6259595
Merge branch 'main' into pyros-cache-computed-param-bounds
jas-yao 43079be
Apply suggestion from @shermanjasonaf
jas-yao 32b278b
Apply descriptive TestPyROSCacheUncertaintySetBounds name and docstring
jas-yao 15c0218
Update caching unit tests.
jas-yao d12f066
Merge branch 'main' into pyros-cache-computed-param-bounds
jas-yao acecc15
Update CHANGELOG
jas-yao 60d2491
Update uncertainty set caching documentation
jas-yao f55f97c
Run black
jas-yao c152970
Update uncertaintyset cache manager design to support CartesianProduc…
jsiirola 1632ba1
NFC: fix typo
jsiirola 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
Some comments aren't visible on the classic Files Changed page.
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
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.