Skip to article frontmatterSkip to article content
Site not loading correctly?

This may be due to an incorrect BASE_URL configuration. See the MyST Documentation for reference.

5.5 Shared Formulation and Practical Differences

What can be equivalent?

Nested and simultaneous CCD can represent the same joint optimization problem:

minp,zJsys(p,z),R(p,z)=0,g(p,z)0.min_{p,z} J_{sys}(p,z), R(p,z)=0, g(p,z) ≤ 0.

The nested form eliminates zz through an exact inner optimum; the simultaneous form retains zz. 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.

WorkflowOne system objective?All coupled constraints?Plant revisited using closed-loop value?Classification
One-pass sequentialNoNoNoNon-CCD baseline
Iterated sequential baselineNoPartiallyThrough handoffs onlyNon-CCD baseline
NestedYesYesYesCCD
SimultaneousYesYesYesCCD

Fair comparison

Agreement is assessed after independent simulation using the same mesh-refinement tolerance and validation model. Objective proximity without feasibility is not equivalence.

Activity 5.5: test nested–simultaneous agreement