5.5 Shared Formulation and Practical Differences
What can be equivalent?¶
Nested and simultaneous CCD can represent the same joint optimization problem:
The nested form eliminates through an exact inner optimum; the simultaneous form retains . Under compatible models, objectives, constraints, discretization, regularity assumptions, and sufficiently accurate solves, both should reach comparable local solutions from comparable basins.
The sequential baselines are generally not mathematically equivalent to this problem. They freeze variables or use discipline-specific objectives and therefore search a restricted or different problem.
| Workflow | One system objective? | All coupled constraints? | Plant revisited using closed-loop value? | Classification |
|---|---|---|---|---|
| One-pass sequential | No | No | No | Non-CCD baseline |
| Iterated sequential baseline | No | Partially | Through handoffs only | Non-CCD baseline |
| Nested | Yes | Yes | Yes | CCD |
| Simultaneous | Yes | Yes | Yes | CCD |
Fair comparison¶
Agreement is assessed after independent simulation using the same mesh-refinement tolerance and validation model. Objective proximity without feasibility is not equivalence.