Pith. sign in

REVIEW 3 major objections 5 minor 1 cited by

Bayesian and non-Bayesian multi-fidelity surrogate models for multi-objective aerodynamic optimization under extreme cost imbalance

T0 review · 3 major / 5 minor · reviewed 2026-08-07 · deepseek-v4-flash

Pith's one-line read With only twenty high-fidelity CFD runs, simple AR1 co-kriging with Bayesian infill beats a multi-fidelity neural network with genetic-algorithm infill; POD reduction of the design space helps every strategy.

desk verdict AR1 co-kriging with Bayesian infill beats MFDNN on a realistic OGV problem under a tight high-fidelity budget, but the 'extreme cost imbalance' framing overstates what the experiment actually tests. read the letter →

arxiv 2505.17279 v1 pith:AVAILPB4 submitted 2025-05-22 physics.flu-dyn

classification physics.flu-dyn
keywords AerodynamicShapeOptimizationMulti-fidelitysurrogatemodelingCo-krigingdeepneuralnetworkBayesianAdaptiveinfillProperOrthogonalDecompositionFeature-basedmeshadaptation
verification ladder T0 review T1 audit T2 compute T3 formal

The pith

A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.

The reading

The paper asks which multi-fidelity surrogate strategy is best when high-fidelity aerodynamic simulations are so expensive that only a handful can be run. It compares a Bayesian route, AR1 co-kriging with an adaptive infill that decides where each new high-fidelity sample goes, against a non-Bayesian route, a multi-fidelity deep neural network whose infill candidates are picked by a genetic algorithm. On a two-objective low-Reynolds-number outlet-guide-vane cascade, with a budget of about twenty high-fidelity evaluations, the co-kriging route wins on all three Pareto metrics, and reducing the eight-dimensional design space to four via proper orthogonal decomposition improves every configuration tested. The practical message is that when high-fidelity calls are extremely scarce, the older, simpler surrogate with a Bayesian sampling policy extracts more information per call than the more expressive neural model.

What carries the argument

The load-bearing pieces are the two surrogate families and their infill policies. AR1 co-kriging uses the linear autoregressive relation $f_{hf}(x) = \rho f_{lf}(x) + \delta(x)$, with a Gaussian-process bias term $\delta$ trained per objective; its recursive formulation gives closed-form predictive variance, which is what the Bayesian acquisition function needs, and the infill point maximizes the minimal probability of improvement, optionally regularized as $\alpha_{WB2S} = \gamma \alpha_f - \psi(\mu_f)$, while additional low-fidelity samples come from lower-confidence-bound and max-min-distance criteria under a nested-design constraint. The multi-fidelity deep neural network combines a linear and a non-linear sub-network, $f_{hf}(x) = \beta F_l(x, y_L) + (1-\beta)F_{nl}(x, y_L)$, is deterministic, and is therefore paired with an NSGA-II run whose best candidates are recomputed by the solvers as high- and low-fidelity infills. Both surrogates are trained on coarse-mesh RANS with the Spalart-Allmaras model (low fidelity) versus feature-based anisotropic-mesh-adapted RANS with a transition model, SA-BCM (high fidelity), and both run in the original eight-variable space or a four-variable POD latent space built from a Latin-hypercube sample of deformed blades.

What would settle it

Measure the real wall-clock cost of one design evaluation at each fidelity level (three operating points per design) and rerun the six configurations with the budget expressed in total solver cost rather than a fixed count of high-fidelity calls: if the cost ratio turns out far below $10^3$, or if the AR1 advantage over the multi-fidelity neural network shrinks or reverses under cost-matched budgets, then the ranking is not established for the extreme-imbalance regime claimed. A second check is to report variances, not just means, over many more than five repetitions: if the AR1-versus-neural-network gaps in IGD, IGD+, and hypervolume fall within run-to-run noise, the comparison does not support the ranking.

Watch

Extended reading notes

Core claim

The central claim is that in the very few high-fidelity samples regime, the AR1 co-kriging model, which fuses the low- and high-fidelity responses through the linear autoregressive relation $f_{hf}(x) = \rho f_{lf}(x) + \delta(x)$, combined with a Bayesian infill based on the minimal probability of improvement, outperforms the multi-fidelity deep neural network combined with an NSGA-II genetic-algorithm infill. After ten infill steps on the LRN-OGV cascade, the AR1 configurations achieved the best inverted generational distance, Pareto-compliant IGD+, and hypervolume scores, and the POD-reduced AR1 variants (E2, E6) posted the largest gains. The paper further claims that POD-based dimension reduction of the free-form-deformation parametrization, from eight to four variables, was highly successful for all approaches, improving both the dataset Pareto quality and the optimized loss coefficients, with trade-off candidates improving $w_{ADP}$ by up to 10% and $w_{OP}$ by up to 22%. A caveat the authors state directly is that the final surrogate-assisted NSGA-II post-processing gives a denser but unreliable Pareto front wherever high-fidelity samples are not nearby, so any candidate taken from the predicted Pareto should be recomputed at high fidelity.

Load-bearing premise

The study assumes, but never measures, that its cheap and expensive flow solvers really differ in cost by the extreme factors, thousands to tens of thousands, that motivate calling the regime one of 'extreme cost imbalance'.

Editorial extensions

If this is right

  • Design teams who can afford only about twenty high-fidelity CFD evaluations should choose AR1 co-kriging with a Bayesian infill over a multi-fidelity deep neural network with genetic-algorithm infill.
  • Halving the design dimension with POD improves Pareto quality and optimized performance for every strategy, so the reduction can be adopted independently of the surrogate choice.
  • Pareto fronts produced by the final surrogate-assisted genetic run are only reliable near actual high-fidelity samples; any extracted candidate must be recomputed with the high-fidelity solver.
  • The regularized Bayesian infill criterion that gave order-of-magnitude gains on the analytical ZDT problems did not transfer to the real cascade problem, so gains on toy problems need confirmation on the actual cost model.
  • Because AR1 requires nested designs, the winning strategy forces paired high- and low-fidelity evaluations at the same design points, constraining how low-fidelity data are gathered.

Reading between the lines

Editorial extensions of the paper, not claims the author makes directly.

  • If the ranking transfers to truly extreme cost gaps, such as LES or unsteady RANS as the high-fidelity source, the argument for the simple Bayesian route strengthens, because Bayesian infill spends each very expensive call where uncertainty is highest while the genetic algorithm spends its calls on the surrogate's extrapolated best guesses.
  • A testable extension the paper does not run: fold the true solver cost ratio into the budget, treating one high-fidelity call as thousands of low-fidelity calls, and check whether the AR1 advantage grows with the imbalance; the fixed twenty-call budget leaves the cost ratio implicit.
  • The disappointing transfer of the regularized infill criterion hints that its theoretical advantage, validated on smooth ZDT test functions, depends on objective geometry that the real cascade problem does not have; a batch or multi-point infill that treats the three operating points per design as one sample could be more productive than regularization.
Share X Bluesky LinkedIn Reddit HN

Editorial analysis

A structured set of objections, weighed in public.

Desk editor's note, referee report, and a circularity audit.

Referee Report

3 major / 5 minor

Summary. The paper compares two multi-fidelity surrogate-based strategies for multi-objective aerodynamic shape optimization of a low-Reynolds number linear outlet guide vane cascade: Bayesian AR1 co-kriging with adaptive infill, and a non-Bayesian multi-fidelity deep neural network (MFDNN) with a genetic-algorithm infill, each with and without POD-based dimension reduction. The central claim is that under "extreme computational cost imbalance" with very few high-fidelity evaluations, AR1 co-kriging with Bayesian infill outperforms MFDNN, and that POD reduction improves all configurations. The study includes preliminary tests on 1D analytical functions and ZDT problems, followed by a CFD-based optimization using coarse-mesh RANS SA as the low-fidelity model and adapted-mesh RANS SA-BCM as the high-fidelity model, with a brute-force NSGA-II reference Pareto front.

Significance. The question is practically relevant: if a simpler autoregressive co-kriging model with Bayesian infill outperforms a more flexible neural-network multi-fidelity model in a very small high-fidelity budget, that is an actionable result for industrial optimization. The study is carefully designed in several respects: it uses a realistic turbomachinery configuration with a brute-force reference solution; it employs feature-based anisotropic mesh adaptation to control high-fidelity discretization error; the initial DOEs are controlled across configurations; and the predicted Pareto fronts are honestly checked by recomputation with the high-fidelity solver. The 1D and ZDT preliminary experiments are useful for model selection. The dataset Pareto metrics are computed from actual CFD evaluations, not from the surrogate's own predictions, so the comparison is not circular. However, the significance is limited by the mismatch between the stated extreme cost-imbalance regime and the actual wall-clock cost ratio in the experiment, and by the lack of statistical uncertainty assessment on the five-run means.

major comments (3)
  1. [§5.3, §1 and Abstract] The paper motivates the study with cost ratios of 10^3–10^4 between high- and low-fidelity models, but the high-fidelity model used in the experiment is RANS SA-BCM on an adapted mesh and the low-fidelity is RANS SA on a coarse mesh. The wall-clock times reported in §5.3 (2 days vs 3 hours) give a per-evaluation cost ratio of roughly 16. Since the optimization loops use identical populations and generations, this ratio directly reflects the per-evaluation cost. The experiment therefore tests a moderate cost-imbalance regime, and the abstract's claim that AR1 with Bayesian infill is preferable "under extreme cost imbalance" is not supported by evidence from the targeted regime.
  2. [Tables 7 and 8] The central comparison rests on mean IGD, IGD+, and HV values averaged over five runs, but no standard deviations, confidence intervals, or significance tests are reported. Several gaps between the leading AR1 configurations are small (e.g., final IGD 5.2e-3 for E1 vs 4.9e-3 for E2; final IGD+ 4.0e-3 for E1 vs 4.4e-3 for E2), and without dispersion measures the ranking "AR1-based configurations perform better" is not statistically grounded.
  3. [Section 6 and Table 7] The claim that "for all approaches, dimension reduction with POD proved to be highly successful" is overstated. For the non-regularized AR1 pair, E1 and E2 give mixed results: E2 has better final IGD (4.9e-3 vs 5.2e-3) and HV (8.4e-5 vs 5.6e-5), but worse IGD+ (4.4e-3 vs 4.0e-3). Moreover, the regularized AR1 with POD (E6) shows no improvement at the five-infill checkpoint (IGD ratio 1.0). The conclusion should be qualified to specific configurations and metrics.
minor comments (5)
  1. [Title page] The PACS and MSC entries ("0000, 1111") appear to be placeholders and should be replaced with proper classification codes.
  2. [Equation (3)] The notation α_WB2S is used without defining "WB2S"; the acronym should be expanded at first use.
  3. [Table 7] The "Reference" row (IGD=0, IGD+=0, HV=1.7e-4) may confuse readers because the reference front is both the target and the metric anchor; a footnote clarifying that the metrics are computed with respect to this reference would help.
  4. [Section 5.4] The paper states that five runs are performed but does not report the seeds or describe how the runs differ (e.g., LHS draws, network initialization); stating seed details would improve reproducibility.
  5. [Section 3.1] The term "nested DOEs" is used several times before it is defined; a brief definition in Section 3.1 would improve readability.

Circularity Check

0 steps flagged · score 0.0 of 10

No significant circularity: the multi-fidelity comparison is an empirical benchmark whose Pareto metrics are computed from actual high-fidelity CFD evaluations, not from quantities defined by the fitted surrogate parameters.

full rationale

The central comparison is self-contained. The AR1 scaling factor rho and the MFDNN correlation parameter beta are learned from the low- and high-fidelity data, but the reported IGD, IGD+, and hypervolume values (Table 7) and the trade-off improvements (Table 8) are evaluated on the dataset Pareto formed by actual high-fidelity RANS SA-BCM evaluations, and the predicted Pareto is explicitly checked by recomputation with the high-fidelity solver (Section 5.4). The POD claim is likewise empirical: the POD-based configurations E2, E4, and E6 start from the same reconstructed initial DOEs and are compared against the non-reduced configurations E1, E3, and E5 on actual solver outputs. The self-citations to Matar [22,23] and Leusink [21] provide motivational context for the extreme cost-imbalance framing rather than a definitional step that determines the outcome; the same-group origin of those references does not by itself make the benchmark circular. A scope concern does exist: the paper's own wall-clock data imply a roughly 16x cost ratio between the high- and low-fidelity optimizations, not the 10^3-10^4 ratio cited from [22,23], so the 'extreme imbalance' label is not demonstrated by the experiment. The paper itself acknowledges this in the conclusion by proposing future RANS/LES work. This is an external-validity or correctness issue, not a circularity: no equation defines a predicted quantity in terms of the metric used to validate it, and no fitted parameter is renamed as a prediction.

Assumptions & free parameters 4 free parameters · 6 assumptions · 0 invented entities

The central comparison rests on well-established model assumptions (AR1, nested DOE, RANS turbulence modeling, mesh adaptation, reference front); no new physical entities or ad hoc mathematical objects are introduced. The main hand-chosen settings are the regularizer gamma, which is unreported, the POD dimension, the mesh complexity, and the fixed high-fidelity budget.

free parameters (4)
  • gamma (regularization parameter in alpha_WB2S) = not reported
    Appears in Eq. (3) as a weighting between the acquisition function and the mean-penalty term psi; used in configurations E5 and E6, whose performance depends on it, but no value or tuning procedure is given.
  • POD retained modes d* = 4
    Selected to conserve 98.5% of modal energy (Figure 4b); this halves the design dimension from 8 to 4 and directly affects all POD-coupled configurations E2, E4, and E6.
  • high-fidelity mesh complexity Nc = 16000
    Chosen after a grid-convergence study (Figure 13) to define the high-fidelity adapted mesh; this sets the fidelity and cost of the high-fidelity model.
  • number of high-fidelity samples (initial plus infills) = 10 + 10
    The experiment fixes 10 initial and 10 infill high-fidelity calls, which defines the budget regime studied; the results may depend on this budget.
assumptions (6)
  • domain assumption AR1 decomposition f_hf(x) = rho f_lf(x) + delta(x) with constant rho and Gaussian process delta
    Eq. (2) in Section 3.1.1; the accuracy of the co-kriging surrogate depends on this linear autoregressive relationship holding.
  • domain assumption Nested design of experiments, with high-fidelity samples at a subset of the low-fidelity locations
    Required by the AR1 implementation, Section 3.1.1; the paper ensures this by construction for all experiments.
  • domain assumption High-fidelity RANS SA-BCM on adapted meshes is a sufficiently accurate proxy for true aerodynamic losses
    Section 5.2 validates the baseline against DLR measurements (Figure 13), but all optimal designs inherit any bias of this turbulence model.
  • domain assumption Feature-based mesh adaptation with a Mach-number sensor yields error-free high-fidelity solutions for all deformed geometries
    Sections 3.4 and 5.2 call the adapted solutions error-free and rely on this for the high-fidelity data quality, though only the baseline is checked against experiment.
  • domain assumption The single NSGA-II reference Pareto front, with 50 generations and 20 candidates, is a good proxy for the true Pareto front
    Sections 5.3 and 5.4 use this reference to compute IGD, IGD+, and HV; if it is underconverged, metric rankings could shift.
  • domain assumption Extreme cost imbalance of 10^3 to 10^4 is assumed to hold for the RANS pair used here
    Section 1 cites LES/RANS ratios from [22,23], but the paper does not measure the cost ratio between its coarse RANS SA and adapted RANS SA-BCM models.

how reviews work

0 comments
Cite this review

Pith. "Pith review of Bayesian and non-Bayesian multi-fidelity surrogate models for multi-objective aerodynamic optimization under extreme cost imbalance." pith.science (2026). https://pith.science/paper/AVAILPB4

@misc{pith2026250517279,
  author       = {Pith},
  title        = {Pith review of: Bayesian and non-Bayesian multi-fidelity surrogate models for multi-objective aerodynamic optimization under extreme cost imbalance},
  year         = {2026},
  howpublished = {\url{https://pith.science/paper/AVAILPB4}},
  note         = {Machine review of arXiv:2505.17279}
}
read the original abstract

Aerodynamic shape optimization in industry still faces challenges related to robustness and scalability. This aspect becomes crucial for advanced optimizations that rely on expensive high-fidelity flow solvers, where computational budget constraints only allow a very limited number of simulations within the optimization loop. To address these challenges, we investigate strategies based on multi-fidelity surrogate models. In particular, we focus on the case of extreme computational cost imbalance between the high- and low-fidelity models, which severely limits the maximum allowable number of high-fidelity function calls. To maximize the information extracted from the high-fidelity samples, we generate a reduced representation of the design space and use an adaptive infill strategy to smartly place the high-fidelity samples where they can best guide the optimization. Bayesian co-kriging and non-Bayesian multi-fidelity neural networks are trained by combining low- and high-fidelity models for a use-case consisting of a low Reynolds linear outlet guide vane at subsonic and transitional flow conditions. Coarse-mesh RANS simulations are used as low-fidelity model while RANS simulations with a transition model and automatically (feature-based) adapted meshes are chosen as the high-fidelity one. Each surrogate model is then associated to an infill strategy of its kind and a proper orthogonal decomposition of the shape parametrization is used to reduce by half the dimension of the problem. Based on inverted distance and hypervolume metrics, we find that the simpler co-kriging representation in conjunction with Bayesian infill yields better performance than the multi-fidelity neural network and the considered non-Bayesian method.

Figures

Figures reproduced from arXiv: 2505.17279 by the authors.

Figure 1
Figure 1. Workflow of the multi-fidelity surrogate assisted optimization framework. The dashed box represents the optimization algorithm that may [PITH_FULL_IMAGE:figures/full_fig_p008_1.png] view at source ↗
Figure 2
Figure 2. MFDNN architecture reproduced from [18]. Since the MFDNN surrogate is deterministic, a non-Bayesian optimization strategy is selected in conjunction with this model, described in Algorithm 2. Unlike AR1 models, MFDNNs can easily be generalized to any number of ob￾jectives by extending the last layer of each of its sub-networks. As a drawback, no Bayesian consideration can be used to guide the selection of infill sam… view at source ↗
Figure 3
Figure 3. LRN cascade design space (a) and extreme deformations (b-c) for 8 FFD control points. [PITH_FULL_IMAGE:figures/full_fig_p012_3.png] view at source ↗
Figures from the paper (13 more)
Figure 4
Figure 4. Figure 4: LRN cascade POD 4 principal geometric modes (a), energy and reconstruction error as a function of the number of modes (b). The black [PITH_FULL_IMAGE:figures/full_fig_p013_4.png]
Figure 5
Figure 5. Figure 5: 1D analytical test functions from [13]. The red and blue curves respectively correspond to the high- and low-fidelity functions. The histogram in [PITH_FULL_IMAGE:figures/full_fig_p014_5.png]
Figure 6
Figure 6. Figure 6: RMSE of the multi-fidelity models for the 1D test functions [PITH_FULL_IMAGE:figures/full_fig_p015_6.png]
Figure 8
Figure 8. Figure 8: One realization of the ten ZDT1 (top) and ZDT2 (bottom) optimizations for E1 (left), E2 (center) and E3 (right). [PITH_FULL_IMAGE:figures/full_fig_p017_8.png]
Figure 9
Figure 9. Figure 9: LRN-OGV cascade: coarse mesh composed of [PITH_FULL_IMAGE:figures/full_fig_p019_9.png]
Figure 11
Figure 11. Figure 11: LRN-OGV cascade: Mach field for the RANS SA model and [PITH_FULL_IMAGE:figures/full_fig_p019_11.png]
Figure 13
Figure 13. Figure 13: Distributions of the isentropic Mach number along the blade wall for low- and high-fidelity solvers and experimental data from [ [PITH_FULL_IMAGE:figures/full_fig_p019_13.png]
Figure 14
Figure 14. Figure 14: Single-fidelity CFD-based Pareto fronts for the low- (left) and high-fidelity (right) models. The Pareto front designs are represented in [PITH_FULL_IMAGE:figures/full_fig_p020_14.png]
Figure 15
Figure 15. Figure 15: Best-performing profiles with respect to [PITH_FULL_IMAGE:figures/full_fig_p021_15.png]
Figure 16
Figure 16. Figure 16: Comparison of the AR1-based models optimization results (E1, E2) for one of the five runs. The predicted Pareto fronts are represented [PITH_FULL_IMAGE:figures/full_fig_p023_16.png]
Figure 17
Figure 17. Figure 17: Comparison of the MFDNN-based models optimization (E3, E4) results for one of the five runs. The predicted Pareto fronts are [PITH_FULL_IMAGE:figures/full_fig_p023_17.png]
Figure 18
Figure 18. Figure 18: Comparison of the AR1-based models and the regularized infill optimization (E5, E6) results for one of the five runs. The predicted [PITH_FULL_IMAGE:figures/full_fig_p024_18.png]
Figure 19
Figure 19. Figure 19: Comparison of the optimal predicted profiles for one of the five runs of the AR1-based model and regularized infill optimization (E5, [PITH_FULL_IMAGE:figures/full_fig_p024_19.png]

Discussion (0). Sign in to comment.

Forward citations

Cited by 1 Pith paper

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score. Full citation record

  1. Optimization-Embedded Active Multi-Fidelity Surrogate Learning for Multi-Condition Airfoil Shape Optimization

    physics.flu-dyn 2026-03 conditional novelty 5.0 of 10

    Uncertainty-triggered multi-fidelity GPs inside a hybrid GA redesign a 12-parameter CST airfoil for two flight conditions with only ~10–15% RANS calls and large reported gains over generation 1.

Reference graph

Works this paper leans on

73 extracted references · 45 canonical work pages · cited by 1 Pith paper

  1. [1]

    Le Clainche, E

    S. Le Clainche, E. Ferrer, S. Gibson, E. Cross, A. Parente, R. Vinuesa, Improving aircraft performance using machine learning: A review, Aerospace Science and Technology 138 (2023) 108354. doi:10.1016/j.ast.2023.108354. URL https://linkinghub.elsevier.com/retrieve/pii/S1270963823002511

  2. [2]

    Afonso, M

    F. Afonso, M. Sohst, C. M. Diogo, S. S. Rodrigues, A. Ferreira, I. Ribeiro, R. Marques, F. F. Rego, A. Sohouli, J. Portugal-Pereira, H. Poli- carpo, B. Soares, B. Ferreira, E. C. Fernandes, F. Lau, A. Suleman, Strategies towards a more sustainable aviation: A systematic review, Progress in Aerospace Sciences 137 (2023) 100878. doi:10.1016/j.paerosci.2022....

  3. [3]

    Skinner, H

    S. Skinner, H. Zare-Behtash, State-of-the-art in aerodynamic shape optimisation methods, Applied Soft Computing 62 (2018) 933–962. doi:10.1016/j.asoc.2017.09.030. URL https://linkinghub.elsevier.com/retrieve/pii/S1568494617305690

  4. [4]

    Z. Li, X. Zheng, Review of design optimization methods for turbomachinery aerodynamics, Progress in Aerospace Sciences 93 (2017) 1–23. doi:10.1016/j.paerosci.2017.05.003. URL https://linkinghub.elsevier.com/retrieve/pii/S037604211730088X

  5. [5]

    S. K. Nadarajah, A. Jameson, Optimum shape design for unsteady flows with time-accurate continuous and discrete adjoint method, AIAA journal 45 (7) (2007) 1478–1491

  6. [6]

    Ampellio, F

    E. Ampellio, F. Bertini, A. Ferrero, F. Larocca, L. Vassio, Turbomachinery design by a swarm-based optimization method coupled with a cfd solver, Advances in aircraft and spacecraft science 3 (2) (2016) 149

  7. [7]

    H. R. Karbasian, B. C. Vermeire, Gradient-free aerodynamic shape optimization using large eddy simulation, Computers & Fluids 232 (2022) 105185

  8. [8]

    J. Li, X. Du, J. R. Martins, Machine learning in aerodynamic shape optimization, Progress in Aerospace Sciences 134 (2022) 100849. doi:10.1016/j.paerosci.2022.100849. URL https://linkinghub.elsevier.com/retrieve/pii/S0376042122000410

Show all 73 references
  1. [9]

    J. R. Martins, Aerodynamic design optimization: Challenges and perspectives, Computers & Fluids 239 (2022) 105391. doi:10.1016/j. compfluid.2022.105391. URL https://linkinghub.elsevier.com/retrieve/pii/S0045793022000615

  2. [10]

    Forrester, A

    A. Forrester, A. Sobester, A. Keane, Engineering design via surrogate modelling: a practical guide, John Wiley & Sons, 2008

  3. [11]

    A. I. Forrester, A. J. Keane, Recent advances in surrogate-based optimization, Progress in aerospace sciences 45 (1-3) (2009) 50–79

  4. [12]

    Le Gratiet, J

    L. Le Gratiet, J. Garnier, RECURSIVE CO-KRIGING MODEL FOR DESIGN OF COMPUTER EXPERIMENTS WITH MULTI- PLE LEVELS OF FIDELITY, International Journal for Uncertainty Quantification 4 (5) (2014) 365–386. doi:10.1615/Int.J. UncertaintyQuantification.2014006914. URL http://www.dl.be...

  5. [13]

    Brevault, M

    L. Brevault, M. Balesdent, A. Hebbal, Overview of Gaussian process based multi-fidelity techniques with variable relationship between fidelities, application to aerospace systems, Aerospace Science and Technology 107 (2020) 106339. doi:10.1016/j.ast.2020.106339. URL https://li...

  6. [14]

    M. G. Fern ´andez-Godino, Review of multi-fidelity models, Advances in Computational Science and Engineering 1 (4) (2023) 351–400

  7. [15]

    A. J. Keane, Statistical Improvement Criteria for Use in Multiobjective Design Optimization, AIAA journal 44 (4) (Apr. 2012). doi:https: //doi.org/10.2514/1.16875. URL https://arc.aiaa.org/doi/abs/10.2514/1.16875?journalCode=aiaaj

  8. [16]

    J. N. Fuhg, A. Fau, U. Nackenhorst, State-of-the-art and comparative review of adaptive sampling methods for kriging, Archives of Compu- tational Methods in Engineering 28 (2021) 2689–2747

  9. [17]

    Zhang, F

    X. Zhang, F. Xie, T. Ji, Z. Zhu, Y . Zheng, Multi-fidelity deep neural network surrogate model for aerodynamic shape optimization, Computer Methods in Applied Mechanics and Engineering 373 (2021) 113485. doi:10.1016/j.cma.2020.113485. URL https://linkinghub.elsevier.com/retrie...

  10. [18]

    X. Wu, Z. Zuo, L. Ma, W. Zhang, Multi-fidelity neural network-based aerodynamic optimization framework for propeller design in electric aircraft, Aerospace Science and Technology 146 (2024) 108963. doi:10.1016/j.ast.2024.108963. URL https://linkinghub.elsevier.com/retrieve/pii...

  11. [19]

    Charayron, T

    R. Charayron, T. Lefebvre, N. Bartoli, J. Morlier, Towards a multi-fidelity & multi-objective Bayesian optimization e fficient algorithm, Aerospace Science and Technology 142 (2023) 108673. doi:10.1016/j.ast.2023.108673. URL https://linkinghub.elsevier.com/retrieve/pii/S127096...

  12. [20]

    Mourousias, B

    N. Mourousias, B. G. Marinus, M. C. Runacres, A novel multi-fidelity optimization framework for high-altitude propellers, Aerospace Science and Technology 153 (2024) 109407. doi:10.1016/j.ast.2024.109407. URL https://linkinghub.elsevier.com/retrieve/pii/S1270963824005388

  13. [21]

    Leusink, D

    D. Leusink, D. Alfano, P. Cinnella, Multi-fidelity optimization strategy for the industrial aerodynamic design of helicopter rotor blades, Aerospace Science and Technology 42 (2015) 136–147

  14. [22]

    Matar, Analysis of loss mechanisms inside Organic Rankine Cycle turbines and multi-fidelity optimization with LES and RANS coupling, Ph.D

    C. Matar, Analysis of loss mechanisms inside Organic Rankine Cycle turbines and multi-fidelity optimization with LES and RANS coupling, Ph.D. thesis, Sorbonne Universit´e (Oct. 2024)

  15. [23]

    Matar, P

    C. Matar, P. Cinnella, X. Gloerfelt, Cost-e ffective multi-fidelity strategy for the optimization of high-reynolds number turbine flows guided by les, arXiv preprint arXiv:2503.17977 (2025)

  16. [24]

    Cinnella, P

    P. Cinnella, P. M. Congedo, Convergence behaviours of genetic algorithms for aerodynamic optimisation problems, International Journal of Engineering Systems Modelling and Simulation 5 (4) (2013) 197. doi:10.1504/IJESMS.2013.056782. URL http://www.inderscience.com/link.php?id=56782

  17. [25]

    Alauzet, A

    F. Alauzet, A. Loseille, A decade of progress on anisotropic mesh adaptation for computational fluid dynamics, Computer-Aided Design 72 26 (2016) 13–39. doi:10.1016/j.cad.2015.09.005. URL https://linkinghub.elsevier.com/retrieve/pii/S0010448515001517

  18. [26]

    G. Chen, K. Fidkowski, Output-Based Mesh Adaptation for Variable-Fidelity Multipoint Aerodynamic Optimization, in: AIAA Aviation 2019 Forum, American Institute of Aeronautics and Astronautics, Dallas, Texas, 2019. doi:10.2514/6.2019-3057. URL https://arc.aiaa.org/doi/10.2514/6...

  19. [27]

    G. Chen, K. J. Fidkowski, Variable-fidelity multipoint aerodynamic shape optimization with output-based adapted meshes, Aerospace Science and Technology 105 (2020) 106004. doi:10.1016/j.ast.2020.106004. URL https://linkinghub.elsevier.com/retrieve/pii/S1270963820306866

  20. [28]

    A. John, G. Vivarelli, N. Qin, S. Shahpar, Using Feature-Based Mesh Adaptation to Improve the Adjoint Optimisation of Transonic Com- pressor Blades, in: V olume 2C: Turbomachinery, American Society of Mechanical Engineers, Virtual, Online, 2020, p. V02CT35A036. doi:10.1115/GT2...

  21. [29]

    Alauzet, L

    F. Alauzet, L. Frazza, Feature-based and goal-oriented anisotropic mesh adaptation for RANS applications in aeronautics and aerospace, Journal of Computational Physics 439 (2021) 110340. doi:10.1016/j.jcp.2021.110340. URL https://linkinghub.elsevier.com/retrieve/pii/S0021999121002357

  22. [30]

    K. Li, F. Li, Multi-Fidelity Methods for Optimization: A Survey, arXiv:2402.09638 [cs] (Feb. 2024). URL http://arxiv.org/abs/2402.09638

  23. [31]

    Kennedy, Predicting the output from a complex computer code when fast approximations are available, Biometrika 87 (1) (2000) 1–13

    M. Kennedy, Predicting the output from a complex computer code when fast approximations are available, Biometrika 87 (1) (2000) 1–13. doi:10.1093/biomet/87.1.1. URL https://academic.oup.com/biomet/article-lookup/doi/10.1093/biomet/87.1.1

  24. [32]

    Perdikaris, M

    P. Perdikaris, M. Raissi, A. Damianou, N. D. Lawrence, G. E. Karniadakis, Nonlinear information fusion algorithms for data-e fficient multi- fidelity modelling, Proceedings of the Royal Society A: Mathematical, Physical and Engineering Sciences 473 (2198) (2017) 20160751. doi:...

  25. [33]

    X. Meng, G. E. Karniadakis, A composite neural network that learns from multi-fidelity data: Application to function approximation and inverse PDE problems, Journal of Computational Physics 401 (2020) 109020. doi:10.1016/j.jcp.2019.109020. URL https://linkinghub.elsevier.com/r...

  26. [34]

    X. Meng, H. Babaee, G. E. Karniadakis, Multi-fidelity Bayesian neural networks: Algorithms and applications, Journal of Computational Physics 438 (2021) 110361. doi:10.1016/j.jcp.2021.110361. URL https://linkinghub.elsevier.com/retrieve/pii/S0021999121002564

  27. [35]

    Cutajar, M

    K. Cutajar, M. Pullin, A. Damianou, N. Lawrence, J. Gonz ´alez, Deep Gaussian Processes for Multi-fidelity Modeling, arXiv:1903.07320 [cs, stat] (Mar. 2019). URL http://arxiv.org/abs/1903.07320

  28. [36]

    A. A. Howard, M. Perego, G. E. Karniadakis, P. Stinis, Multifidelity deep operator networks for data-driven and physics-informed problems, Journal of Computational Physics 493 (2023) 112462. doi:10.1016/j.jcp.2023.112462. URL https://linkinghub.elsevier.com/retrieve/pii/S00219...

  29. [37]

    Bhola, S

    S. Bhola, S. Pawar, P. Balaprakash, R. Maulik, Multi-fidelity reinforcement learning framework for shape optimization, Journal of Computa- tional Physics 482 (2023) 112018. doi:10.1016/j.jcp.2023.112018. URL https://linkinghub.elsevier.com/retrieve/pii/S0021999123001134

  30. [38]

    Y . He, Q. Gui, J. Luo, An e fficient parallel multi-fidelity multi-objective Bayesian optimization method and application to 3-stage axial compressor with 144 variables, Aerospace Science and Technology 150 (2024) 109235. doi:10.1016/j.ast.2024.109235. URL https://linkinghub....

  31. [39]

    D. Zhan, Y . Cheng, J. Liu, Expected Improvement Matrix-Based Infill Criteria for Expensive Multiobjective Optimization, IEEE Transactions on Evolutionary Computation 21 (6) (2017) 956–975. doi:10.1109/TEVC.2017.2697503. URL https://ieeexplore.ieee.org/document/7908974/

  32. [40]

    Y . He, J. Sun, P. Song, X. Wang, Variable-fidelity hypervolume-based expected improvement criteria for multi-objective e fficient global optimization of expensive functions, Engineering with Computers 38 (4) (2022) 3663–3689. doi:10.1007/s00366-021-01404-9 . URL https://link....

  33. [41]

    A. A. M. Rahat, R. M. Everson, J. E. Fieldsend, Alternative infill strategies for expensive multi-objective optimisation, in: Proceedings of the Genetic and Evolutionary Computation Conference, ACM, Berlin Germany, 2017, pp. 873–880. doi:10.1145/3071178.3071276. URL https://dl...

  34. [42]

    R. Rao, V . Savsani, D. Vakharia, Teaching–Learning-Based Optimization: An optimization method for continuous non-linear large scale problems, Information Sciences 183 (1) (2012) 1–15. doi:10.1016/j.ins.2011.08.006. URL https://linkinghub.elsevier.com/retrieve/pii/S0020025511004191

  35. [43]

    T. W. Sederberg, Free-Form Deformation of Solid Geometric Models, SIGGRAPH Comput. Graph. 20 (4) (1986) 151–160. URL https://doi.org/10.1145/15886.15903

  36. [44]

    B. M. Kulfan, Universal Parametric Geometry Representation Method, Journal of Aircraft 45 (1) (2008) 142–158, publisher: American Institute of Aeronautics and Astronautics. doi:10.2514/1.29958. URL https://arc.aiaa.org/doi/10.2514/1.29958

  37. [45]

    R. M. Hicks, P. A. Henne, Wing Design by Numerical Optimization, Journal of Aircraft (May 2012). doi:10.2514/3.58379. URL https://arc.aiaa.org/doi/10.2514/3.58379

  38. [46]

    P. G. Constantine, E. Dow, Q. Wang, Active subspace methods in theory and practice: applications to kriging surfaces, SIAM Journal on Scientific Computing 36 (4) (2014) A1500–A1524, arXiv:1304.2070 [math]. doi:10.1137/130916138. URL http://arxiv.org/abs/1304.2070

  39. [47]

    Cinquegrana, E

    D. Cinquegrana, E. Iuliano, E fficient Global Optimization of a Transonic Wing with Geometric Data Reduction, in: 35th AIAA Applied 27 Aerodynamics Conference, American Institute of Aeronautics and Astronautics, Denver, Colorado, 2017. doi:10.2514/6.2017-3057. URL https://arc....

  40. [48]

    X. Wu, W. Zhang, X. Peng, Z. Wang, Benchmark aerodynamic shape optimization with the POD-based CST airfoil parametric method, Aerospace Science and Technology 84 (2019) 632–640. doi:10.1016/j.ast.2018.08.005. URL https://linkinghub.elsevier.com/retrieve/pii/S1270963817323532

  41. [49]

    Ullah, D

    S. Ullah, D. A. Nguyen, H. Wang, S. Menzel, B. Sendho ff, T. Back, Exploring Dimensionality Reduction Techniques for Efficient Surrogate- Assisted optimization, in: 2020 IEEE Symposium Series on Computational Intelligence (SSCI), IEEE, Canberra, ACT, Australia, 2020, pp. 2965–...

  42. [50]

    C. K. J. Hou, K. Behdinan, Dimensionality Reduction in Surrogate Modeling: A Review of Combined Methods, Data Science and Engineering 7 (4) (2022) 402–427. doi:10.1007/s41019-022-00193-5 . URL https://link.springer.com/10.1007/s41019-022-00193-5

  43. [51]

    Van Langenhove, D

    J. Van Langenhove, D. Lucor, F. Alauzet, A. Belme, Goal-oriented error control of stochastic system approximations using metric-based anisotropic adaptations, Journal of Computational Physics 374 (2018) 384–412

  44. [52]

    Belme, F

    A. Belme, F. Alauzet, A. Dervieux, An a priori anisotropic goal-oriented error estimate for viscous compressible flow and application to mesh adaptation, Journal of Computational Physics 376 (2019) 1051–1088

  45. [53]

    Alauzet, L

    F. Alauzet, L. Frazza, D. Papadogiannis, Periodic adjoints and anisotropic mesh adaptation in rotating frame for high-fidelity RANS turbo- machinery applications, Journal of Computational Physics 450 (2022) 110814. doi:10.1016/j.jcp.2021.110814. URL https://linkinghub.elsevier...

  46. [54]

    G. Chen, K. J. Fidkowski, Discretization error control for constrained aerodynamic shape optimization, Journal of Computational Physics 387 (2019) 163–185. doi:10.1016/j.jcp.2019.02.038. URL https://linkinghub.elsevier.com/retrieve/pii/S002199911930155X

  47. [55]

    Wackers, M

    J. Wackers, M. Visonneau, A. Serani, R. Pellegrini, R. Broglia, M. Diez, Multi-Fidelity Machine Learning from Adaptive-and Multi-Grid RANS Simulations, Osaka, Japan, 2020

  48. [56]

    Wackers, R

    J. Wackers, R. Pellegrini, M. Diez, A. Serani, M. Visonneau, Improving active learning in multi-fidelity hydrodynamic optimization, Wash- ington DC, USA, 2022

  49. [57]

    Ishibuchi, H

    H. Ishibuchi, H. Masuda, Y . Tanigaki, Y . Nojima, Modified Distance Calculation in Generational Distance and Inverted Generational Distance, in: A. Gaspar-Cunha, C. Henggeler Antunes, C. C. Coello (Eds.), Evolutionary Multi-Criterion Optimization, V ol. 9019, Springer Interna...

  50. [58]

    Saves, R

    P. Saves, R. Lafage, N. Bartoli, Y . Diouane, J. Bussemaker, T. Lefebvre, J. T. Hwang, J. Morlier, J. R. Martins, SMT 2.0: A Surrogate Modeling Toolbox with a focus on hierarchical and mixed variables Gaussian processes, Advances in Engineering Software 188 (2024) 103571. doi:...

  51. [59]

    Grapin, Y

    R. Grapin, Y . Diouane, J. Morlier, N. Bartoli, T. Lefebvre, P. Saves, J. H. Bussemaker, Constrained Multi-Objective Bayesian Optimization with Application to Aircraft Design, in: AIAA A VIATION 2022 Forum, American Institute of Aeronautics and Astronautics, Chicago, IL & Virt...

  52. [60]

    K. Deb, A. Pratap, S. Agarwal, T. Meyarivan, A fast and elitist multiobjective genetic algorithm: Nsga-ii, IEEE Transactions on Evolutionary Computation 6 (2) (2002) 182–197. doi:10.1109/4235.996017

  53. [61]

    J. G. Falc ´on-Cardona, M. T. M. Emmerich, C. A. C. Coello, On the Construction of Pareto-Compliant Combined Indicators, Evolutionary Computation 30 (3) (2022) 381–408. doi:10.1162/evco_a_00307. URL https://direct.mit.edu/evco/article/30/3/381/109569/On-the-Construction-of-Par...

  54. [62]

    C. V oß, M. Siggel, J. Backhaus, G. Goinis, A. Pahs, A di fferentiated geometry blade parameterization methodology for gas turbines, Com- puters & Fluids (2025) 106588

  55. [63]

    E. A. Bufi, P. Cinnella, Robust optimization of supersonic orc nozzle guide vanes, in: Journal of Physics: Conference Series, V ol. 821, IOP Publishing, 2017, p. 012014

  56. [64]

    Serafino, B

    A. Serafino, B. Obert, P. Cinnella, Multi-fidelity robust design optimization of an orc turbine for high temperature waste heat recovery, Energy 269 (2023) 126538

  57. [65]

    Alauzet, P

    F. Alauzet, P. Spalart, A new rotation correction for the Spalart-Allmaras model to improve o ff-body vortex prediction and vortex-vortex interaction effects, in: AIAA SCITECH 2024 Forum, American Institute of Aeronautics and Astronautics, Orlando, FL, 2024. doi:10. 2514/6.202...

  58. [66]

    S. R. Allmaras, F. T. Johnson, P. R. Spalart, Modi cations and Clari cations for the Implementation of the Spalart-Allmaras Turbulence Model, Computational Fluid Dynamics (2012)

  59. [67]

    S. C. Cakmakcioglu, O. Bas, R. Mura, U. Kaynak, A Revised One-Equation Transitional Model for External Aerodynamics, in: AIAA A VIATION 2020 FORUM, American Institute of Aeronautics and Astronautics, VIRTUAL EVENT, 2020.doi:10.2514/6.2020-2706. URL https://arc.aiaa.org/doi/10....

  60. [68]

    R. Mura, S. C. Cakmakcioglu, A Revised One-Equation Transitional Model for External Aerodynamics - Part I: Theory, Validation and Base Cases, in: AIAA A VIATION 2020 FORUM, American Institute of Aeronautics and Astronautics, VIRTUAL EVENT, 2020. doi: 10.2514/6.2020-2714. URL h...

  61. [69]

    D. P. Kingma, Adam: A method for stochastic optimization, arXiv preprint arXiv:1412.6980 (2014)

  62. [70]

    Glorot, Y

    X. Glorot, Y . Bengio, Understanding the di fficulty of training deep feedforward neural networks, in: Y . W. Teh, M. Titterington (Eds.), Proceedings of the Thirteenth International Conference on Artificial Intelligence and Statistics, V ol. 9 of Proceedings of Machine Learni...

  63. [71]

    Zitzler, K

    E. Zitzler, K. Deb, L. Thiele, Comparison of multiobjective evolutionary algorithms: Empirical results, Evolutionary computation 8 (2) (2000) 173–195

  64. [72]

    Hergt, W

    A. Hergt, W. Hage, S. Grund, W. Steinert, M. Terhorst, F. Schongen, Y . Wilke, Riblet Application in Compressors: Toward E fficient Blade Design, Journal of Turbomachinery 137 (11) (2015) 111006. doi:10.1115/1.4031090. URL https://asmedigitalcollection.asme.org/turbomachinery/...

  65. [73]

    Hergt, M

    A. Hergt, M. Pesch, S. Grund, J. Flamm, Low reynolds number e ffects in compressor blade design, International Journal of Gas Turbine, Propulsion and Power Systems 15 (4) (2024) v15n4tp08. doi:10.38036/jgpp.15.4_v15n4tp08. 29

Pith tools

Reviewed August 7, 2026 · model on record in the stance chip above.