Alex Dowling

Results 27 issues of Alex Dowling

## Summary Are there examples of using parmest to simultaneously estimate both "global" parameters across all experiments (stage 1 in the stochastic programming abstraction, i.e., what is done by default...

enhancement
pyomo.contrib

Per the [Pyomo 5.1 documentation](https://pyomo.readthedocs.io/en/latest/modeling_extensions/dae.html#specifying-time-varing-inputs) > The Simulator does not support multi-indexed inputs (i.e. if m.b in the above example was indexed by another set besides m.t) Feature request: support...

enhancement
pyomo.dae

## Summary This "meta" issue tracks `parmest` ideas, development plans, priorities, and PRs. How to use this issue: - Edit this top comment as we add or close more Issues/PRs....

enhancement
pyomo.contrib

## Summary `mpi-sppy` is not imported in the test harness, thus `parmest` features that use `mpi-sppy` are not tested. Options: - Add `mpi-sppy` to Pyomo testing harness, but this creates...

enhancement
pyomo.contrib

## Summary Steps: 1. Mimic `parmest` to automatically formulate local extensive form using `create_ef.py` and `scenario_tree.py` (import from `parmest`) 2. Verify Pyomo.DOE works with new approach (regression testing) 3. Verify...

enhancement
pyomo.contrib

## Summary For the following simple example: ``` ''' Consider the following optimization problem. min f: p1*x1+ p2*(x2^2) + p1*p2 s.t c1: x1 + x2 = p1 c2: x2 +...

bug

## Summary Suggested improvements: - [ ] Optionally return correlation matrix - [ ] Optionally return FIM as well as eigenvalues and eigenvectors in pandas dataframe

enhancement

Overall goal: solve 24 hour bidding problem for Rankine cycle with uncertainty in LMPs using Pyros Main Steps: - [ ] Debug separation problem - [ ] Specify uncertainty sets...

Priority:Low

*Note on organization*: I'll update this top post as my understanding of the issue evolves. Posts in the comment thread document my debugging steps. **Overall problem:** `idaes get-extensions` is not...

Priority:Normal

@mozammelmazumder @OOAmusat Let's use this issue to record issues we found when installing ALAMO and using the interface in IDAES: - [ ] Mention in IDAES documentation that ALAMO is...

documentation
Priority:High