Add core symbolic gradient support to Pyomo.DoE#3898
Add core symbolic gradient support to Pyomo.DoE#3898snarasi2 wants to merge 442 commits intoPyomo:mainfrom
Conversation
|
@smondal13 @slilonfe5 @sscini For workflow modifications: |
|
@smondal13 I added a reviewer-facing markdown note to the PR that summarizes the scope, the main sensitivity/FIM equations, how those map onto the implementation, the test strategy, and the key caveats around Rooney-Biegler/polynomial coverage and the GreyBox cyipopt path (270bf8c). |
Add multiexperiment
Parmest doe doc reorg
…od-combo Regularization profilelikelihood combo
Fixes # .
Summary/Motivation:
This PR ports the core symbolic-gradient functionality from the historical pyomo-doe-symbolic work into the current pyomo.contrib.doe implementation.
Summary/Motivation:
This PR ports the core symbolic-gradient functionality from the historical
pyomo-doe-symbolicwork into the currentpyomo.contrib.doeimplementation.Rather than merging the old branch directly, this change transplants the symbolic DoE pieces onto current
mainso that symbolic sensitivities work with the newer DoE implementation already present in Pyomo, including the current objective and GreyBox-oriented code paths.This PR is intentionally scoped to the core symbolic-gradient integration. It does not attempt to port every example, test refactor, or auxiliary change from the historical
adowling2/pyomo-doe-symbolicbranch in one step.This contribution was prepared with coding assistance from OpenAI Codex. All design decisions, validation, testing, and quality-assurance responsibility remain with Shilpa Narasimhan.
Local validation included:
pyomo/contrib/doe/tests:133 passed, 4 skipped, 5 warnings, 10 subtests passedpyomo/contrib/doe/tests/test_greybox.py:33 passedin HSL-enabled local environmentsThe remaining public-CI GreyBox
cyipoptskips are environment-dependent and tied to MA57/HSL runtime availability.Changes proposed in this PR:
GradientMethodsupport toDesignOfExperimentspynumerogradient path for DoEExperimentGradientsfrompyomo.contrib.doeExperimentGradientsso symbolic and automatic differentiation are set up togetherrun_doe()from being called withGradientMethod.kaugpolynomialexample and polynomial-focused regression coveragecyipopttest skip reason when the MA57/HSL runtime is unavailableLegal Acknowledgement
By contributing to this software project, I have read the contribution guide and agree to the following terms and conditions for my contribution: