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.

Model Fidelity and Surrogate Models

A fidelity ladder

No single model is best for every stage. Model fidelity should rise as the design narrows and the claim becomes stronger.

A staged fidelity ladder for practical CCD.

The key question is not whether a model is “accurate” in general, but whether it is sufficiently accurate for the design decision. The optimum can exploit omitted physics, so discrepancy must be assessed near promising designs, not only near a baseline.

Surrogate-assisted CCD

When repeated high-fidelity simulations are expensive, a surrogate workflow can:

  1. sample plant, control, and operating variables;

  2. run high-fidelity closed-loop simulations;

  3. fit a reduced-order model, response surface, Gaussian process, neural surrogate, or derivative-function surrogate;

  4. validate within the intended domain;

  5. optimize with the surrogate;

  6. evaluate candidates in the original model; and

  7. add infill samples where error or improvement is large.

Trust regions, error indicators, and conservative margins can reduce damaging extrapolation. A surrogate for a scalar metric may be insufficient for controller design: transient trajectories, stability, peaks, and path constraints can require a dynamic surrogate.

Multi-fidelity reasoning

Low-fidelity models can rank designs or provide trends while a smaller number of high-fidelity cases correct bias and validate candidates. A discrepancy model can be written schematically as

yH(d)=yL(d)+δ(d),y_H(\mathbf{d})=y_L(\mathbf{d})+\delta(\mathbf{d}),

where d\mathbf{d} collects design and operating variables. The correction δ\delta is useful only within a validated domain and must not conceal structural model errors.

Comparing data-driven low-fidelity approaches: a floating-wind example

Not every surrogate needs a physics-based reduced-order structure. A recent comparison for a floating offshore wind turbine (the IEA-15MW reference turbine on a semisubmersible platform, simulated in OpenFAST through the WEIS toolbox with the open-source ROSCO controller) contrasted three data-driven ways of building a low-fidelity closed-loop “plant” for control optimization:

All three low-fidelity models ran far faster than the original high-fidelity simulation, which took nearly 20 minutes per load case: the n4sid model averaged around 2.5 seconds, the DFSM around 25 seconds, and the LSTM around 70 seconds. Simulation speed alone, however, was a poor guide to usefulness. The n4sid model was cheapest to evaluate but had the highest variance in closed-loop response accuracy across load cases — accurate for some, poor for others — partly because its identified states carry no direct physical meaning, which also makes it awkward to extend into a physically scheduled LPV surrogate. The LSTM had lower average error but still showed considerable case-to-case variance and no guaranteed stability. The DFSM balanced simulation time, accuracy, and consistency across load cases better than either alternative, and, unlike the subspace model, could be scheduled meaningfully on wind speed because its states correspond to physical turbine quantities that the LPV weighting can be built around.

The value of a DFSM for control co-design specifically was tested with a small design of experiments over blade-pitch-controller natural frequency and damping ratio, xc=[ωPC,ζPC]T\mathbf{x}_c=[\omega_{\mathrm{PC}},\zeta_{\mathrm{PC}}]^T: a full-factorial sample of 25 controller points, each evaluated at five wind speeds with several turbulent seeds, was run in both the high-fidelity simulator and the DFSM. The full high-fidelity sweep cost roughly 250 CPU-hours; the same sweep using the DFSM cost about 5 CPU-hours — close to a fifty-times speedup — and the DFSM’s predicted tower-base damage-equivalent-load design space had the same qualitative shape and trends as the high-fidelity design space, even though the DFSM underpredicted the absolute load level and was evaluated at controller values it had not been trained on. For early-stage design-space screening, reproducing the shape of a response surface at a fraction of the cost can be more valuable than an unbiased absolute prediction, provided the bias is characterized before the model is trusted for a final decision.

Activity 8.3: Surrogate-Assisted Wind-Turbine CCD with Adaptive Infill

Activity 8.4: Multi-Fidelity CCD with a Trust-Region Correction Model