Alex Dowling
Alex Dowling
PR #149, issue #71, and PR IDAES/examples-pse#21 track the "beta" version of Degeneracy Hunter (to be tested during the Spring 2021 semester). This issue is to track planned improvements for...
In the current instructions (https://idaes-pse.readthedocs.io/en/stable/advanced_user_guide/advanced_install/index.html), an advanced user installs the idaes dependencies including pyomo using `pip install .` (or a similar command). What if you want to test out an...
## Fixes (none) Please do not merge until #2294 has been merged. ## Summary/Motivation: - Pyomo.DOE now has a logo! ## Changes proposed in this PR: - Adding logo files...
Need to incorporate a sparse SVD solver instead of converting to full matrix. https://discourse.julialang.org/t/sparse-svd-smallest-svs/3645 Related, consider how to use SVD results to better identify "irreducible ALMOST degenerate sets".
To be consistent with other Julia package, including JuMP
Is this current supported in Prescient?
## Fixes No issue ## Summary/Motivation: * Minor enhancements in Pyomo.DoE in preparation for a tutorial/workshop ## Changes proposed in this PR: - Fixed error about ambiguous `a.any()` versus `a.all()`...
The idea originates in the #81 discussion. When the underlying IDAES model changes, the initial points saved as part of the examples become stale. This can cause unexpected long solve...