Alex Dowling

Results 27 issues of Alex Dowling

The idea originates in the #81 discussion. Specifically, we want to check the number of iterations. Code from @andrewlee94: ``` from pyomo.contrib.parmest.ipopt_solver_wrapper import ipopt_solve_with_stats ```

Priority:Low

## Summary I have a square Pyomo model with equality constraints $h(y,p) = 0$. I want to compute $\nabla_y h$ and $\nabla_p h$ for this model and then embed those...

enhancement

This would be a nice enhancement for folks with multiple versions of Ipopt installed. Alternately, we could let the user provide an Ipopt solver object.

enhancement
ParmEst

## Summary ParmEst/Pyomo.DoE both need capabilities to compute the Jacobian of the measurement outputs with respect to parameters. This can be done several ways: 1. Finite difference 2. AD with...

enhancement

## Fixes # . ## Summary/Motivation: - If a parameter has a nominal value of zero, we will get a divide by zero error when calling `compute_FIM` ## Changes proposed...

pyomo.DoE

## Fixes ## Summary/Motivation: - If the IDS problem is infeasible, it means the constraint is not a major component of an IDS - Logic was incorrect ## Changes proposed...

Priority:Normal

## Summary When using the DAE simulator (e.g., CasADi), extract the adaptive time steps from `cvodes` or `idas` integrator. ### Rationale For stiff systems, it is increadibly helpful to get...

enhancement
pyomo.dae