-
Notifications
You must be signed in to change notification settings - Fork 235
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adding basic parameter sweep tool (#1284)
* Initial work on parameter sweep * Fixing config tests * Working on testing parameter sweep base class * Finishing parameter sweep base file * Adding basic sequential runner * Deprecate old convergence tester tools * Working on ConvergenceAnalysis * Adding methods to compare to baseline * Adding doc strings * Fixing spelling * Adding parameterization to parameter sweep callbacks * Renaming recourse and switching to take solver object instead of name * Addressing comments on parameter sweep * Updating convergence tester * Adding progress bar * Fixing pyling issues * Changing how solver is handled * Rename collect_results to build_results for consistency with WaterTAP * Addressing most PR comments * Fixing doc string formatting * Update idaes/core/util/parameter_sweep.py Co-authored-by: MarcusHolly <[email protected]> * Fixing typo in test regex * Renaming ConvergenceAnalysis to IpoptConvergenceAnalysis --------- Co-authored-by: Keith Beattie <[email protected]> Co-authored-by: MarcusHolly <[email protected]>
- Loading branch information
1 parent
94b98f7
commit 777b813
Showing
9 changed files
with
3,672 additions
and
101 deletions.
There are no files selected for viewing
This file contains 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.