-
Notifications
You must be signed in to change notification settings - Fork 548
Pyomo. DoE: Sensitivity initialization #3639
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
smondal13
wants to merge
33
commits into
Pyomo:main
Choose a base branch
from
smondal13:sensitivity-initialization
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.
+665
−37
Open
Changes from all commits
Commits
Show all changes
33 commits
Select commit
Hold shift + click to select a range
a4a1ade
added zigzag in utils and compute fim in doe.py
smondal13 58c3663
Merge branch 'Pyomo:main' into sensitivity-initialization
smondal13 26f8cd3
The compute_FIM_factorial() using zigzag pattern is now working as ex…
smondal13 4dab155
Merge branch 'sensitivity-initialization' of github.com:smondal13/pyo…
smondal13 55bfeae
Added utils.py as utils_updated.py from adding_eigen_values branch to…
smondal13 f8105ea
this version of compute_FIM_factorial() runs fine. The argument `desi…
smondal13 0eb9791
Changed documentation and improved the error message
smondal13 66cdd0c
Merge branch 'Pyomo:main' into sensitivity-initialization
smondal13 d75e667
updated comments
smondal13 e5b2e73
Added argument checking for generate zigzag pattern.
smondal13 13848fa
changed the name of the pattern generator
smondal13 bd53282
Merge branch 'adding_eigen_values' into sensitivity-initialization
smondal13 e40c6bc
Merge branch 'Pyomo:main' into sensitivity-initialization
smondal13 75acdd2
Merge branch 'sensitivity-initialization' of github.com:smondal13/pyo…
smondal13 0c87484
Changed the name of the grid sampling function and deleted the utils_…
smondal13 222b396
Add utility to utils.py
sscini 81a595f
Ran black to update formatting
sscini 7cdba5b
Merge remote-tracking branch 'sscini/add-update-model-utility' into s…
smondal13 6db9e66
added rel_change and abs_change for change in design
smondal13 f12d908
added update_suffix function in compute the sensitivity
smondal13 fda812e
working code. added design vals and also changed the settings of pd d…
smondal13 ccfca8c
Merge branch 'Pyomo:main' into sensitivity-initialization
smondal13 043e7de
changed some minor comments and docstrings
smondal13 33e1bd0
updated with sscini's `utils.py`.
sscini c95f41d
Merge branch 'main' into sensitivity-initialization
smondal13 e9e878d
Merge remote-tracking branch 'origin/main' into sensitivity-initializ…
smondal13 caf6bae
Merge branch 'sensitivity-initialization' of github.com:smondal13/pyo…
smondal13 dd1fdcd
Merge branch 'Pyomo:main' into sensitivity-initialization
smondal13 553ab82
added new func and changed test files
smondal13 a063c33
changed if statement to ternary operator and minor changes in return …
smondal13 9af160d
Revert "changed if statement to ternary operator and minor changes in…
smondal13 1f849a0
Reapply "changed if statement to ternary operator and minor changes i…
smondal13 da91f2f
deleted test_solve
smondal13 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
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Was this function already in Pyomo.DoE somewhere else?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No, I created this method. I do not see the same name anywhere else.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@adowling2, we have
compute_FIM_full_factorial()
. I have not changed that method, rather I have added a new method. Maybe we can show a deprecation warning forcompute_FIM_full_factorial()