Jialu
Jialu
## Fixes # . ## Summary/Motivation: Contribute model-based design of experiments framework to Pyomo ## Tasks to complete before merging: - [ ] Merge PR on fork https://github.com/jialuw96/pyomo/pull/5 - [x]...
Challenge / problem: - `sens.py` was copied from Pyomo, and duplicated in IDAES uncertainty toolbox to get it work - `sens.py` has since been updated in Pyomo to improve code...
## Summary @adowling2, Ryan and I are working on a concrete model to simulate a rotary bed adsorption process. The model is square, with no degree of freedoms, and can...
## Fixes # . No issue ## Summary/Motivation: In Pyomo.DoE, check if an object is `Var` or `Param` before proceeding to fix it or set bounds to it. ## Changes...