Multidisciplinary System Design Optimization (MSDO)

Size: px
Start display at page:

Download "Multidisciplinary System Design Optimization (MSDO)"

Transcription

1 Multidisciplinary System Design Optimization (MSDO) Approximation Methods Karen Willcox Slides from: Theresa Robinson, Andrew March 1 Massachusetts Institute of Technology - Prof. de Wec and Prof. Willcox

2 Outline Introduction to approximation methods Data fit methods Polynomial response surfaces Kriging Model order reduction Reduced-basis methods Proper orthogonal decomposition Multifidelity methods Trust-region model management 2 Massachusetts Institute of Technology - Prof. de Wec and Prof. Willcox

3 Approximation Methods Replace the simulation with an approximation or surrogate Uses some data from the initial simulation Can be global or local Surrogate is much less computationally expensive to evaluate Not just optimization Uncertainty Quantification (e.g. Monte Carlo simulation methods) Visualization 3 Massachusetts Institute of Technology - Prof. de Wec and Prof. Willcox

4 Why Approximation Methods We have seen throughout the course the constant trade-off between computational cost and fidelity. high fidelity (e.g. CFD,FEM) can we do better? how to implement? intermediate fidelity (e.g. vortex lattice, beam theory) empirical models Fidelity Level trade studies Level of MSDO limited optimization/iteration can the results be believed? full MDO from Giesing, 1998 Approximation methods provide a way to get high-fidelity model information throughout the optimization without the computational expense. 4 Massachusetts Institute of Technology - Prof. de Wec and Prof. Willcox

5 Data Fit Methods Sample the simulation at some number of design points Use DOE methods, e.g. Latin hypercube, to select the points Fit a surrogate model using the sampled information Surrogate may be global (e.g., quadratic response surface) or local (e.g., Kriging interpolation) Surrogate may be updated adaptively by adding sample points based on surrogate performance (e.g., EGO) 5 Massachusetts Institute of Technology - Prof. de Wec and Prof. Willcox

6 Polynomial Response Surface Method Surrogate model is a local or global polynomial model Can be of any order Most often quadratic; higher order requires many samples Advantages: Simple to implement, visualize, and understand, easy to find the optimum of the response surface Disadvantages: May be too simple, doesn t capture multimodal functions well 6 Massachusetts Institute of Technology - Prof. de Wec and Prof. Willcox

7 Global Polynomial Response Surface Fit objective function with a polynomial e.g. quadratic approximation: J b x c x c x x 2 ( x) a 0 i i ii i ij i j i i i, j i Update model by including a new function evaluation then doing least squares fit to compute the new coefficients 7 Massachusetts Institute of Technology - Prof. de Wec and Prof. Willcox

8 Global Polynomial Response Surface J Estimation problem: J Xc 1 2 M J J J J=vector containing M responses T 1 1 x x x x x c c c c c=vector containing p coefficients p x 2 is the value of 1 x 1 for the 2 nd sample Least squares solution: X 1 x x x x M M M M T T c X X X J X=M p matrix Each row corresponds to one data sample; each column corresponds to an unnown coefficient 8 Massachusetts Institute of Technology - Prof. de Wec and Prof. Willcox

9 Kriging Adopted from the geostatistics literature Based on Gaussian process models Assumes that the output function values are correlated in design space, i.e. closer points are more highly correlated Can have multiple extrema Interpolating method Exact at sample points Gives estimate of mean squared error Can use to give error bounds Can use to choose new sample points 9 Massachusetts Institute of Technology - Prof. de Wec and Prof. Willcox

10 Kriging: Mathematical Bacground We want to mae a prediction of y at a point x Uncertain of value: model as a random variable, normally distributed with mean and variance 2 Consider two points x i and x j Expect values to be close if the distance between them is small Formalize this idea by setting: Corr[ Y ( x j ), Y ( x )] exp i n 1 i x ji x i p i 10 Massachusetts Institute of Technology - Prof. de Wec and Prof. Willcox

11 Kriging Basis Functions Corr[ Y ( x j ), Y ( x )] exp i n 1 i x ji x i p i Correlation Correlation Distance between points Distance between points Each p i and i is chosen to best fit the data 11 Massachusetts Institute of Technology - Prof. de Wec and Prof. Willcox

12 Kriging Mathematics Cont. Choose μ, p i, and θ i to maximize the lielihood of observing the data Detailed equations in Giunta and Watson (1998), derivation in Jones (2001) Kriging predictor is n * yˆ ( * p = j x ) μ + c i exp θ j x xi i= 1 j= 1 mean surface weighted sum of Gaussians, each centered at a sample point 12 Massachusetts Institute of Technology - Prof. de Wec and Prof. Willcox

13 Kriging Extensions Can combine polynomial RSM and Kriging Apply Kriging to difference between sample values and polynomial approximation Soft Kriging allows upper and lower bounds, prior CDFs Efficient Global Optimization (EGO) Uses Kriging to find expected improvement Samples the point with the largest expected improvement and adds it to the sample set 13 Massachusetts Institute of Technology - Prof. de Wec and Prof. Willcox

14 Efficient Global Optimization Jones 1998; based on probability theory Assumes: f ( x) T β x T β x + N : regression term N ( μ( x ), σ 2 ( x ) ) ( μ( x), σ 2 ( x) ) : error from regression model is normally distributed, with mean μ(x) and variance σ 2 (x) Estimate function values with a Kriging g model Predicts mean and variance Evaluate function at maximum expected improvement location(s) and update model Surrogate model is updated adaptively; th surrogate is m (x) =¹ (x)+ T x

15 f high Bayesian Model Calibration ( x) m ( x) f ( x) ( x) low Model the error between a high-fidelity and a low-fidelity function [Kennedy2000, 2001; Huang2006] If the low-fidelity function is good, converges faster Global calibration procedure 15

16 Comparison of Data Fit Methods 16 Massachusetts Institute of Technology - Prof. de Wec and Prof. Willcox

17 Reduced-Basis Methods Consider r feasible design vectors: x 1, x 2,..., x r We could consider the desired design to be a linear combination of these basis vectors: x* x x i r 1 i C scalar coefficient basis vector added for generality 17 Massachusetts Institute of Technology - Prof. de Wec and Prof. Willcox

18 Reduced-Basis Methods We can now optimize J(x) by finding the optimal values for the coefficients i. dimension n dimension r Do one full-order evaluation of resulting answer Approach is efficient if r << n Will give the true optimum only if x* lies in the span of {x i } Basis vectors could be previous designs solutions over a particular range (DoE) derived in some other way (e.g., proper orthogonal decomposition) 18 Massachusetts Institute of Technology - Prof. de Wec and Prof. Willcox

19 Reduced-Basis Example Example using a reduced-basis approach (van der Plaats Fig 7-2): airfoil design for a unique application. Many airfoil shapes with nown performance are available Design variables are (x,y) coordinates at chordwise locations (n~100) Use four basis airfoil shapes (low-speed airfoils) which contain the n geometry points Plus two basis shapes which allow trailing edge thicness to vary r=6 (r<<n) Optimize for high speed, maximum lift with a constraint on drag 19 Massachusetts Institute of Technology - Prof. de Wec and Prof. Willcox

20 Reduced-Basis Example From Vanderplaats Figs. 7-2 and 7-3, pg. 260 Airfoil basic shapes. NACA 2412 Basic shape 1 NACA 64, -412 Basic shape 2 NACA 65, -415 Basic shape 3 Basis functions NACA 65, A215 Basic shape 4 Basic shape 5 y - -x/c y - -0 y - -0 Basic shape 6 y - - -x/c result of optimization using reduced basis Minimum-drag airfoil. Image by MIT OpenCourseWare. 20 Massachusetts Institute of Technology - Prof. de Wec and Prof. Willcox

21 Proper Orthogonal Decomposition (aa Karhunen-Loève expansions, Principal Components Analysis, Empirical Orthogonal Eigenfunctions, ) Consider K snapshots (solutions at selected times or parameter values) Form the snapshot matrix Choose the n basis vectors to be left singular vectors of the snapshot matrix, with singular values This is the optimal projection in a least squares sense: 21 Massachusetts Institute of Technology - Prof. de Wec and Prof. Willcox

22 Multifidelity Methods Sometimes there is more than one model for the same system e.g. Navier Stoes and thin-airfoil theory for wing design, finite-element and beam theory for structural design Low-fidelity model may provide good information over a wide range, at much lower computational cost Would lie to find optimum of high-fidelity problem, but use low-fidelity model most of the time 22 Massachusetts Institute of Technology - Prof. de Wec and Prof. Willcox

23 23 Massachusetts Institute of Technology - Prof. de Wec and Prof. Willcox A Hierarchy of Models Images of Figure 1b, 4, and 8 removed due to copyright restrictions. Figures from: Choi, S, Alonso, JJ, Kim, S., Kroo, IM. Two-level multi-fidelity design optimization studies for supersonic jets. 43th AIAA Aerospace Sciences Meeting & Exhibit. January Image of Low-fidelity EM and High fidelity EM models removed due to copyright restrictions.

24 Trust-Region Model Management A rigorous method for determining when to use high-fidelity function calls Solves a series of subproblems: Minimize Subject to gˆ x Jˆ ( x) ( x) x c 0 Several methods exist to handle the approximation of constraints. x c :center point of trust region at iteration :size of trust region at iteration 24 Massachusetts Institute of Technology - Prof. de Wec and Prof. Willcox

25 Trust-Region Model Management Size of trust region updated depending on how well surrogate predicts high-fidelity function value Merit function Γ [ J ( x ), g ( x ) ] Ratio of actual to predicted d improvement: ρ Γ( ) ( ) Γ x Γ x c * ( ) ˆ ( ) Γ xˆ Γ x * = c * 25 Massachusetts Institute of Technology - Prof. de Wec and Prof. Willcox

26 Trust-Region Model Management Trust region size update rules: 0 Reject step Accept step Accept step Accept step Massachusetts Institute of Technology - Prof. de Wec and Prof. Willcox

27 Trust-Region Demonstration 27 Massachusetts Institute of Technology - Prof. de Wec and Prof. Willcox

28 Trust-Region Model Management Calls high-fidelity analysis once per iteration Calls surrogate analysis many times per iteration Provably convergent to local minimum of high fidelity function if surrogate is first-order accurate at center of trust region Extensions to the case of et al. (2008). in Robinson Derivative-free approaches in Conn et al. (2009) x xˆ 28 Massachusetts Institute of Technology - Prof. de Wec and Prof. Willcox

29 Corrections Include corrections in order to enforce consistency and gain provable convergence of trust-region approach Additive Correction: Jˆ ( x) J lo Multiplicative Correction: Jˆ ( x) J lo ( x) ( x) ( x) ( x) surrogate model low-fidelity model 29 Massachusetts Institute of Technology - Prof. de Wec and Prof. Willcox

30 Multifidelity Optimization Combines several elements: Trust regions Bayesian model calibration Adaptive sampling Surrogate models (e.g., interpolation models using Kriging) Estimation theory Active area of research 30 Massachusetts Institute of Technology - Prof. de Wec and Prof. Willcox

31 Combining Estimates of Multifidelity Models Use Kalman filtering approach to compute combine estimate Maximum lielihood estimate weights each model according to its variance (pay more attention to models in which we have more confidence) ¹ est (x) = ¹ med (x) ¾ 2 low(x) ¾ 2 low(x) + ¾ 2 med(x) + ¹ low(x) 1 ¾est 2 (x) = 1 ¾ 2 low (x) + 1 ¾ 2 (x): med ¾ 2 med(x) ¾ 2 low(x) + ¾ 2 med(x) Extends naturally to case with more than two models; much more efficient than nesting (March 2010) Image by MIT OpenCourseWare.

32 Lecture Summary A number of ways to create approximations, or surrogates Each has its own area of application, advantages, and disadvantages Data fit surrogates Polynomial response surfaces Kriging Model order reduction Reduced basis Proper orthogonal decomposition Multifidelity methods 32 Massachusetts Institute of Technology - Prof. de Wec and Prof. Willcox

33 References Alexandrov, N., Dennis, J.E., Lewis, R.M. and Torczon, V., A trust region framewor for managing the use of approximation models in optimization, NASA CR , ICASE Report No , October Barthelemy, J-F. M. and Hafta, R.T., Approximation concepts for optimum structural design a review, Structural Optimization, 5: , Conn, A.R., Scheinberg, K. and Vicente, L., Global Convergence of General Derivative-Free Trust-Region Algorithms to First- and Second-Order Critical Points, SIAM Journal of Optimization, Vol. 20, No.1, pp , Gill, P.E., Murray,W. and Wright, M.H., Practical Optimization, Academic Press, Giunta, A.A. and Watson, L.T., A comparison of approximation modeling techniques: polynomial versus interpolating models, AIAA Paper , Jones, D.R., A taxonomy of global optimization methods based on response surfaces, Journal of Global Optimization, 21, , LeGresley, P.A. and Alonso, J.J., Airfoil design optimization using reduced order models based on proper orthogonal decomposition, AIAA Paper , March, A. and Willcox, K., A Provably Convergent Multifidelity Optimization Algorithm not Requiring High-Fidelity Derivatives, AIAA , presented at 3 rd MDO Specialist Conference, Orlando, FL, April 12-15, Robinson, T., Willcox, K., Eldred, M., and Haimes, R. Multifidelity Optimization for Variable- Complexity Design, AIAA Journal, Vol.46, No.11, pp , Vanderplaats, G.N., Numerical Optimization Techniques for Engineering Design, Vanderplaats 33 R&D, 1999.

34 MIT OpenCourseWare ESD.77 / Multidisciplinary System Design Optimization Spring 2010 For information about citing these materials or our Terms of Use, visit:

A Provably Convergent Multifidelity Optimization Algorithm not Requiring High-Fidelity Derivatives

A Provably Convergent Multifidelity Optimization Algorithm not Requiring High-Fidelity Derivatives A Provably Convergent Multifidelity Optimization Algorithm not Requiring High-Fidelity Derivatives Multidisciplinary Design Optimization Specialist Conference April 4, 00 Andrew March & Karen Willcox Motivation

More information

Model Reduction for Variable-Fidelity Optimization Frameworks

Model Reduction for Variable-Fidelity Optimization Frameworks Model Reduction for Variable-Fidelity Optimization Frameworks Karen Willcox Aerospace Computational Design Laboratory Department of Aeronautics and Astronautics Massachusetts Institute of Technology Workshop

More information

Conceptual Design and CFD

Conceptual Design and CFD Conceptual Design and CFD W.H. Mason Department of and the Multidisciplinary Analysis and Design (MAD) Center for Advanced Vehicles Virginia Tech Blacksburg, VA Update from AIAA 98-2513 1 Things to think

More information

A derivative-free trust-region algorithm for reliability-based optimization

A derivative-free trust-region algorithm for reliability-based optimization Struct Multidisc Optim DOI 10.1007/s00158-016-1587-y BRIEF NOTE A derivative-free trust-region algorithm for reliability-based optimization Tian Gao 1 Jinglai Li 2 Received: 3 June 2016 / Revised: 4 September

More information

Note Set 4: Finite Mixture Models and the EM Algorithm

Note Set 4: Finite Mixture Models and the EM Algorithm Note Set 4: Finite Mixture Models and the EM Algorithm Padhraic Smyth, Department of Computer Science University of California, Irvine Finite Mixture Models A finite mixture model with K components, for

More information

Recent advances in Metamodel of Optimal Prognosis. Lectures. Thomas Most & Johannes Will

Recent advances in Metamodel of Optimal Prognosis. Lectures. Thomas Most & Johannes Will Lectures Recent advances in Metamodel of Optimal Prognosis Thomas Most & Johannes Will presented at the Weimar Optimization and Stochastic Days 2010 Source: www.dynardo.de/en/library Recent advances in

More information

FMA901F: Machine Learning Lecture 3: Linear Models for Regression. Cristian Sminchisescu

FMA901F: Machine Learning Lecture 3: Linear Models for Regression. Cristian Sminchisescu FMA901F: Machine Learning Lecture 3: Linear Models for Regression Cristian Sminchisescu Machine Learning: Frequentist vs. Bayesian In the frequentist setting, we seek a fixed parameter (vector), with value(s)

More information

Non-Stationary Covariance Models for Discontinuous Functions as Applied to Aircraft Design Problems

Non-Stationary Covariance Models for Discontinuous Functions as Applied to Aircraft Design Problems Non-Stationary Covariance Models for Discontinuous Functions as Applied to Aircraft Design Problems Trent Lukaczyk December 1, 2012 1 Introduction 1.1 Application The NASA N+2 Supersonic Aircraft Project

More information

COMPARISON OF INFILL SAMPLING CRITERIA IN KRIGING-BASED AERODYNAMIC OPTIMIZATION

COMPARISON OF INFILL SAMPLING CRITERIA IN KRIGING-BASED AERODYNAMIC OPTIMIZATION 8 TH INTERNATIONAL CONGRESS OF THE AERONAUTICAL SCIENCES COMPARISON OF INFILL SAMPLING CRITERIA IN KRIGING-BASED AERODYNAMIC OPTIMIZATION Jun LIU, Zhonghua HAN, Wenping SONG National Key Laboratory of

More information

Inclusion of Aleatory and Epistemic Uncertainty in Design Optimization

Inclusion of Aleatory and Epistemic Uncertainty in Design Optimization 10 th World Congress on Structural and Multidisciplinary Optimization May 19-24, 2013, Orlando, Florida, USA Inclusion of Aleatory and Epistemic Uncertainty in Design Optimization Sirisha Rangavajhala

More information

Airfoil Design Optimization Using Reduced Order Models Based on Proper Orthogonal Decomposition

Airfoil Design Optimization Using Reduced Order Models Based on Proper Orthogonal Decomposition Airfoil Design Optimization Using Reduced Order Models Based on Proper Orthogonal Decomposition.5.5.5.5.5.5.5..5.95.9.85.8.75.7 Patrick A. LeGresley and Juan J. Alonso Dept. of Aeronautics & Astronautics

More information

GAUSSIAN PROCESS RESPONSE SURFACE MODELING AND GLOBAL SENSITIVITY ANALYSIS USING NESSUS

GAUSSIAN PROCESS RESPONSE SURFACE MODELING AND GLOBAL SENSITIVITY ANALYSIS USING NESSUS UNCECOMP 2017 2 nd ECCOMAS Thematic Conference on International Conference on Uncertainty Quantification in Computational Sciences and Engineering M. Papadrakakis, V. Papadopoulos, G. Stefanou (eds.) Rhodes

More information

Multidisciplinary System Design Optimization (MSDO) Course Summary

Multidisciplinary System Design Optimization (MSDO) Course Summary Multidisciplinary System Design Optimization (MSDO) Course Summary Lecture 23 Prof. Olivier de Weck Prof. Karen Willcox 1 Outline Summarize course content Present some emerging research directions Interactive

More information

Multifidelity and Adaptive Optimization Methods

Multifidelity and Adaptive Optimization Methods Multifidelity and Adaptive Optimization Methods Karen Willcox Collaborative work with Subodh Chaudhari, Jason Daniel, Andy Ko, Leo Ng Phoenix Integration User Conference April 15, 2015 Outline Learning

More information

The optimum design of a moving PM-type linear motor for resonance operating refrigerant compressor

The optimum design of a moving PM-type linear motor for resonance operating refrigerant compressor International Journal of Applied Electromagnetics and Mechanics 33 (2010) 673 680 673 DOI 10.3233/JAE-2010-1172 IOS Press The optimum design of a moving PM-type linear motor for resonance operating refrigerant

More information

Mixture Models and the EM Algorithm

Mixture Models and the EM Algorithm Mixture Models and the EM Algorithm Padhraic Smyth, Department of Computer Science University of California, Irvine c 2017 1 Finite Mixture Models Say we have a data set D = {x 1,..., x N } where x i is

More information

Auto-Extraction of Modelica Code from Finite Element Analysis or Measurement Data

Auto-Extraction of Modelica Code from Finite Element Analysis or Measurement Data Auto-Extraction of Modelica Code from Finite Element Analysis or Measurement Data The-Quan Pham, Alfred Kamusella, Holger Neubert OptiY ek, Aschaffenburg Germany, e-mail: pham@optiyeu Technische Universität

More information

Efficient Multi-point Aerodynamic Design Optimization Via Co-Kriging

Efficient Multi-point Aerodynamic Design Optimization Via Co-Kriging Efficient Multi-point Aerodynamic Design Optimization Via Co-Kriging David J. J. Toal and Andy J. Keane 2 University of Southampton, Southampton, SO7 BJ, United Kingdom Multi-point objective functions

More information

Simultaneous Perturbation Stochastic Approximation Algorithm Combined with Neural Network and Fuzzy Simulation

Simultaneous Perturbation Stochastic Approximation Algorithm Combined with Neural Network and Fuzzy Simulation .--- Simultaneous Perturbation Stochastic Approximation Algorithm Combined with Neural Networ and Fuzzy Simulation Abstract - - - - Keywords: Many optimization problems contain fuzzy information. Possibility

More information

POLITECNICO DI TORINO Repository ISTITUZIONALE

POLITECNICO DI TORINO Repository ISTITUZIONALE POLITECNICO DI TORINO Repository ISTITUZIONALE Proper Orthogonal Decomposition for Surrogate Models in Aerodynamics Original Proper Orthogonal Decomposition for Surrogate Models in Aerodynamics / Dolci,

More information

Recent Developments in Model-based Derivative-free Optimization

Recent Developments in Model-based Derivative-free Optimization Recent Developments in Model-based Derivative-free Optimization Seppo Pulkkinen April 23, 2010 Introduction Problem definition The problem we are considering is a nonlinear optimization problem with constraints:

More information

Recent Developments in the Design and Optimization of Constant Force Electrical Contacts

Recent Developments in the Design and Optimization of Constant Force Electrical Contacts Recent Developments in the Design and Optimization of Constant orce Electrical Contacts John C. Meaders * Stephen P. Harston Christopher A. Mattson Brigham Young University Provo, UT, 84602, USA Abstract

More information

APPLICATION OF VARIABLE-FIDELITY MODELS TO AERODYNAMIC OPTIMIZATION

APPLICATION OF VARIABLE-FIDELITY MODELS TO AERODYNAMIC OPTIMIZATION Applied Mathematics and Mechanics (English Edition), 2006, 27(8):1089 1095 c Editorial Committee of Appl. Math. Mech., ISSN 0253-4827 APPLICATION OF VARIABLE-FIDELITY MODELS TO AERODYNAMIC OPTIMIZATION

More information

Metamodeling. Modern optimization methods 1

Metamodeling. Modern optimization methods 1 Metamodeling Most modern area of optimization research For computationally demanding objective functions as well as constraint functions Main idea is that real functions are not convex but are in some

More information

Uncertainty Analysis Utilizing Gradient and Hessian Information

Uncertainty Analysis Utilizing Gradient and Hessian Information Uncertainty Analysis Utilizing Gradient and Hessian Information Markus P. Rumpfkeil, Wataru Yamazaki and Dimitri. Mavriplis Abstract In this paper gradient and Hessian information computed using automatic

More information

8th AIAA/USAF/NASA/ISSMO Symposium on Multidisciplinary Analysis & Optimization 6-8 September 2000 / Long Beach, CA

8th AIAA/USAF/NASA/ISSMO Symposium on Multidisciplinary Analysis & Optimization 6-8 September 2000 / Long Beach, CA AIAA -4886 First-Order Model Management with Variable-Fidelity Physics Applied to Multi-Element Airfoil Optimization N. M. Alexandrov, E. J. Nielsen, R. M. Lewis, and W. K. Anderson NASA Langley Research

More information

Lecture 9: Ultra-Fast Design of Ring Oscillator

Lecture 9: Ultra-Fast Design of Ring Oscillator Lecture 9: Ultra-Fast Design of Ring Oscillator CSCE 6933/5933 Instructor: Saraju P. Mohanty, Ph. D. NOTE: The figures, text etc included in slides are borrowed from various books, websites, authors pages,

More information

Monte Carlo for Spatial Models

Monte Carlo for Spatial Models Monte Carlo for Spatial Models Murali Haran Department of Statistics Penn State University Penn State Computational Science Lectures April 2007 Spatial Models Lots of scientific questions involve analyzing

More information

Design optimization and design exploration using an open source framework on HPC facilities Presented by: Joel GUERRERO

Design optimization and design exploration using an open source framework on HPC facilities Presented by: Joel GUERRERO Workshop HPC Methods for Engineering CINECA (Milan, Italy). June 17th-19th, 2015. Design optimization and design exploration using an open source framework on HPC facilities Presented by: Joel GUERRERO

More information

An Efficient Aerodynamic Optimization Method using a Genetic Algorithm and a Surrogate Model

An Efficient Aerodynamic Optimization Method using a Genetic Algorithm and a Surrogate Model 6 th Australasian Fluid Mechanics Conference Crown Plaza, Gold Coast, Australia -7 December 7 An Efficient Aerodynamic Optimization Method using a Genetic Algorithm and a Surrogate Model A. Shahrokhi*,

More information

AIRFOIL SHAPE OPTIMIZATION USING EVOLUTIONARY ALGORITHMS

AIRFOIL SHAPE OPTIMIZATION USING EVOLUTIONARY ALGORITHMS AIRFOIL SHAPE OPTIMIZATION USING EVOLUTIONARY ALGORITHMS Emre Alpman Graduate Research Assistant Aerospace Engineering Department Pennstate University University Park, PA, 6802 Abstract A new methodology

More information

Subsonic Airfoils. W.H. Mason Configuration Aerodynamics Class

Subsonic Airfoils. W.H. Mason Configuration Aerodynamics Class Subsonic Airfoils W.H. Mason Configuration Aerodynamics Class Most people don t realize that mankind can be divided into two great classes: those who take airfoil selection seriously, and those who don

More information

A Data-based Approach for Fast Airfoil Analysis and Optimization

A Data-based Approach for Fast Airfoil Analysis and Optimization A Data-based Approach for Fast Airfoil Analysis and Optimization Jichao Li *, Mohamed Amine Bouhlel, and Joaquim R. R. A. Martins University of Michigan, Ann Arbor, MI, 48109, USA Airfoils are of great

More information

Approximation Methods in Optimization

Approximation Methods in Optimization Approximation Methods in Optimization The basic idea is that if you have a function that is noisy and possibly expensive to evaluate, then that function can be sampled at a few points and a fit of it created.

More information

Clustering Reduced Order Models for Computational Fluid Dynamics

Clustering Reduced Order Models for Computational Fluid Dynamics Clustering Reduced Order Models for Computational Fluid Dynamics Gabriele Boncoraglio, Forest Fraser Abstract We introduce a novel approach to solving PDE-constrained optimization problems, specifically

More information

Progressive Validity Metamodel Trust Region Optimization. Quinn Parker Thomson

Progressive Validity Metamodel Trust Region Optimization. Quinn Parker Thomson Progressive Validity Metamodel Trust Region Optimization by Quinn Parker Thomson A thesis submitted in conformity with the requirements for the degree of Masters of Applied Science Graduate Department

More information

Aerospace Applications of Optimization under Uncertainty

Aerospace Applications of Optimization under Uncertainty Aerospace Applications of Optimization under Uncertainty Sharon Padula, Clyde Gumbert, and Wu Li NASA Langley Research Center Abstract The Multidisciplinary Optimization (MDO) Branch at NASA Langley Research

More information

Optimization with Gradient and Hessian Information Calculated Using Hyper-Dual Numbers

Optimization with Gradient and Hessian Information Calculated Using Hyper-Dual Numbers Optimization with Gradient and Hessian Information Calculated Using Hyper-Dual Numbers Jeffrey A. Fike and Juan J. Alonso Department of Aeronautics and Astronautics, Stanford University, Stanford, CA 94305,

More information

An Optimization Method Based On B-spline Shape Functions & the Knot Insertion Algorithm

An Optimization Method Based On B-spline Shape Functions & the Knot Insertion Algorithm An Optimization Method Based On B-spline Shape Functions & the Knot Insertion Algorithm P.A. Sherar, C.P. Thompson, B. Xu, B. Zhong Abstract A new method is presented to deal with shape optimization problems.

More information

USE OF STOCHASTIC ANALYSIS FOR FMVSS210 SIMULATION READINESS FOR CORRELATION TO HARDWARE TESTING

USE OF STOCHASTIC ANALYSIS FOR FMVSS210 SIMULATION READINESS FOR CORRELATION TO HARDWARE TESTING 7 th International LS-DYNA Users Conference Simulation Technology (3) USE OF STOCHASTIC ANALYSIS FOR FMVSS21 SIMULATION READINESS FOR CORRELATION TO HARDWARE TESTING Amit Sharma Ashok Deshpande Raviraj

More information

Optimal Aeroacoustic Shape Design Using the Surrogate Management Framework

Optimal Aeroacoustic Shape Design Using the Surrogate Management Framework Optimization and Engineering, 5, 235 262, 2004 c 2004 Kluwer Academic Publishers. Manufactured in The Netherlands Optimal Aeroacoustic Shape Design Using the Surrogate Management Framework ALISON L. MARSDEN

More information

Search direction improvement for gradient-based optimization problems

Search direction improvement for gradient-based optimization problems Computer Aided Optimum Design in Engineering IX 3 Search direction improvement for gradient-based optimization problems S Ganguly & W L Neu Aerospace and Ocean Engineering, Virginia Tech, USA Abstract

More information

CFD-1. Introduction: What is CFD? T. J. Craft. Msc CFD-1. CFD: Computational Fluid Dynamics

CFD-1. Introduction: What is CFD? T. J. Craft. Msc CFD-1. CFD: Computational Fluid Dynamics School of Mechanical Aerospace and Civil Engineering CFD-1 T. J. Craft George Begg Building, C41 Msc CFD-1 Reading: J. Ferziger, M. Peric, Computational Methods for Fluid Dynamics H.K. Versteeg, W. Malalasekara,

More information

Clustering: Classic Methods and Modern Views

Clustering: Classic Methods and Modern Views Clustering: Classic Methods and Modern Views Marina Meilă University of Washington mmp@stat.washington.edu June 22, 2015 Lorentz Center Workshop on Clusters, Games and Axioms Outline Paradigms for clustering

More information

SURVEY OF MULTIFIDELITY METHODS IN UNCERTAINTY PROPAGATION, INFERENCE, AND OPTIMIZATION

SURVEY OF MULTIFIDELITY METHODS IN UNCERTAINTY PROPAGATION, INFERENCE, AND OPTIMIZATION SURVEY OF MULTIFIDELITY METHODS IN UNCERTAINTY PROPAGATION, INFERENCE, AND OPTIMIZATION BENJAMIN PEHERSTORFER, KAREN WILLCOX, AND MAX GUNZBURGER Abstract. In many situations across computational science

More information

An efficient method for predicting zero-lift or boundary-layer drag including aeroelastic effects for the design environment

An efficient method for predicting zero-lift or boundary-layer drag including aeroelastic effects for the design environment The Aeronautical Journal November 2015 Volume 119 No 1221 1451 An efficient method for predicting zero-lift or boundary-layer drag including aeroelastic effects for the design environment J. A. Camberos

More information

Subsonic Airfoils. W.H. Mason Configuration Aerodynamics Class

Subsonic Airfoils. W.H. Mason Configuration Aerodynamics Class Subsonic Airfoils W.H. Mason Configuration Aerodynamics Class Typical Subsonic Methods: Panel Methods For subsonic inviscid flow, the flowfield can be found by solving an integral equation for the potential

More information

Variability in Annual Temperature Profiles

Variability in Annual Temperature Profiles Variability in Annual Temperature Profiles A Multivariate Spatial Analysis of Regional Climate Model Output Tamara Greasby, Stephan Sain Institute for Mathematics Applied to Geosciences, National Center

More information

OPTIMISATION OF PIN FIN HEAT SINK USING TAGUCHI METHOD

OPTIMISATION OF PIN FIN HEAT SINK USING TAGUCHI METHOD CHAPTER - 5 OPTIMISATION OF PIN FIN HEAT SINK USING TAGUCHI METHOD The ever-increasing demand to lower the production costs due to increased competition has prompted engineers to look for rigorous methods

More information

Introduction to ANSYS DesignXplorer

Introduction to ANSYS DesignXplorer Lecture 4 14. 5 Release Introduction to ANSYS DesignXplorer 1 2013 ANSYS, Inc. September 27, 2013 s are functions of different nature where the output parameters are described in terms of the input parameters

More information

Introduction to unconstrained optimization - derivative-free methods

Introduction to unconstrained optimization - derivative-free methods Introduction to unconstrained optimization - derivative-free methods Jussi Hakanen Post-doctoral researcher Office: AgC426.3 jussi.hakanen@jyu.fi Learning outcomes To understand the basic principles of

More information

Module 1 Lecture Notes 2. Optimization Problem and Model Formulation

Module 1 Lecture Notes 2. Optimization Problem and Model Formulation Optimization Methods: Introduction and Basic concepts 1 Module 1 Lecture Notes 2 Optimization Problem and Model Formulation Introduction In the previous lecture we studied the evolution of optimization

More information

Constrained Design Optimization Using Generative Topographic Mapping

Constrained Design Optimization Using Generative Topographic Mapping AIAA JOURNAL Vol. 2, No., May 214 Constrained Design Optimization Using Generative Topographic Mapping Asha Viswanath, A. I. J. Forrester, and A. J. Keane University of Southampton, Southampton, England

More information

PORTFOLIO OPTIMISATION

PORTFOLIO OPTIMISATION PORTFOLIO OPTIMISATION N. STCHEDROFF Abstract. Portfolio optimisation is computationally intensive and has potential for performance improvement. This paper examines the effects of evaluating large numbers

More information

Reduced Order Models for Oxycombustion Boiler Optimization

Reduced Order Models for Oxycombustion Boiler Optimization Reduced Order Models for Oxycombustion Boiler Optimization John Eason Lorenz T. Biegler 9 March 2014 Project Objective Develop an equation oriented framework to optimize a coal oxycombustion flowsheet.

More information

Optimum Array Processing

Optimum Array Processing Optimum Array Processing Part IV of Detection, Estimation, and Modulation Theory Harry L. Van Trees WILEY- INTERSCIENCE A JOHN WILEY & SONS, INC., PUBLICATION Preface xix 1 Introduction 1 1.1 Array Processing

More information

Statistical Matching using Fractional Imputation

Statistical Matching using Fractional Imputation Statistical Matching using Fractional Imputation Jae-Kwang Kim 1 Iowa State University 1 Joint work with Emily Berg and Taesung Park 1 Introduction 2 Classical Approaches 3 Proposed method 4 Application:

More information

Solving Computationally Expensive Optimization Problems with CPU Time-Correlated Functions

Solving Computationally Expensive Optimization Problems with CPU Time-Correlated Functions Noname manuscript No. (will be inserted by the editor) Solving Computationally Expensive Optimization Problems with CPU Time-Correlated Functions Mark A. Abramson Thomas J. Asaki John E. Dennis, Jr. Raymond

More information

Linear Methods for Regression and Shrinkage Methods

Linear Methods for Regression and Shrinkage Methods Linear Methods for Regression and Shrinkage Methods Reference: The Elements of Statistical Learning, by T. Hastie, R. Tibshirani, J. Friedman, Springer 1 Linear Regression Models Least Squares Input vectors

More information

Multifidelity Approaches for Design Under Uncertainty. Leo Wai-Tsun Ng

Multifidelity Approaches for Design Under Uncertainty. Leo Wai-Tsun Ng Multifidelity Approaches for Design Under Uncertainty by Leo Wai-Tsun Ng Bachelor of Applied Science, University of Toronto (2007) Master of Science, Massachusetts Institute of Technology (2009) Submitted

More information

DM545 Linear and Integer Programming. Lecture 2. The Simplex Method. Marco Chiarandini

DM545 Linear and Integer Programming. Lecture 2. The Simplex Method. Marco Chiarandini DM545 Linear and Integer Programming Lecture 2 The Marco Chiarandini Department of Mathematics & Computer Science University of Southern Denmark Outline 1. 2. 3. 4. Standard Form Basic Feasible Solutions

More information

Physics of an Flow Over a Wing

Physics of an Flow Over a Wing Wings in Ideal Flow Physics of an Flow Over a Wing Werle, 1974, NACA 0012, 12.5 o, AR=4, Re=10000 Bippes, Clark Y, Rectangular Wing 9 o, AR=2.4, Re=100000 Head, 1982, Rectangular Wing, 24 o, Re=100000

More information

MATH3016: OPTIMIZATION

MATH3016: OPTIMIZATION MATH3016: OPTIMIZATION Lecturer: Dr Huifu Xu School of Mathematics University of Southampton Highfield SO17 1BJ Southampton Email: h.xu@soton.ac.uk 1 Introduction What is optimization? Optimization is

More information

Simulation Calibration with Correlated Knowledge-Gradients

Simulation Calibration with Correlated Knowledge-Gradients Simulation Calibration with Correlated Knowledge-Gradients Peter Frazier Warren Powell Hugo Simão Operations Research & Information Engineering, Cornell University Operations Research & Financial Engineering,

More information

Simulation Calibration with Correlated Knowledge-Gradients

Simulation Calibration with Correlated Knowledge-Gradients Simulation Calibration with Correlated Knowledge-Gradients Peter Frazier Warren Powell Hugo Simão Operations Research & Information Engineering, Cornell University Operations Research & Financial Engineering,

More information

Machine Learning (BSMC-GA 4439) Wenke Liu

Machine Learning (BSMC-GA 4439) Wenke Liu Machine Learning (BSMC-GA 4439) Wenke Liu 01-31-017 Outline Background Defining proximity Clustering methods Determining number of clusters Comparing two solutions Cluster analysis as unsupervised Learning

More information

Investigation of cross flow over a circular cylinder at low Re using the Immersed Boundary Method (IBM)

Investigation of cross flow over a circular cylinder at low Re using the Immersed Boundary Method (IBM) Computational Methods and Experimental Measurements XVII 235 Investigation of cross flow over a circular cylinder at low Re using the Immersed Boundary Method (IBM) K. Rehman Department of Mechanical Engineering,

More information

An advanced RBF Morph application: coupled CFD-CSM Aeroelastic Analysis of a Full Aircraft Model and Comparison to Experimental Data

An advanced RBF Morph application: coupled CFD-CSM Aeroelastic Analysis of a Full Aircraft Model and Comparison to Experimental Data An advanced RBF Morph application: coupled CFD-CSM Aeroelastic Analysis of a Full Aircraft Model and Comparison to Experimental Data Dr. Marco Evangelos Biancolini Tor Vergata University, Rome, Italy Dr.

More information

Introduction to ANSYS CFX

Introduction to ANSYS CFX Workshop 03 Fluid flow around the NACA0012 Airfoil 16.0 Release Introduction to ANSYS CFX 2015 ANSYS, Inc. March 13, 2015 1 Release 16.0 Workshop Description: The flow simulated is an external aerodynamics

More information

Aerodynamic Data Reconstruction and Inverse Design Using Proper Orthogonal Decomposition

Aerodynamic Data Reconstruction and Inverse Design Using Proper Orthogonal Decomposition AIAA JOURNAL Vol. 42, No. 8, August 2004 Aerodynamic Data Reconstruction and Inverse Design Using Proper Orthogonal Decomposition T. Bui-Thanh and M. Damodaran Nanyang Technological University, Singapore

More information

Fuzzy Double-Threshold Track Association Algorithm Using Adaptive Threshold in Distributed Multisensor-Multitarget Tracking Systems

Fuzzy Double-Threshold Track Association Algorithm Using Adaptive Threshold in Distributed Multisensor-Multitarget Tracking Systems 13 IEEE International Conference on Green Computing and Communications and IEEE Internet of Things and IEEE Cyber, Physical and Social Computing Fuzzy Double-Threshold Trac Association Algorithm Using

More information

Large-scale Structural Analysis Using General Sparse Matrix Technique

Large-scale Structural Analysis Using General Sparse Matrix Technique Large-scale Structural Analysis Using General Sparse Matrix Technique Yuan-Sen Yang 1), Shang-Hsien Hsieh 1), Kuang-Wu Chou 1), and I-Chau Tsai 1) 1) Department of Civil Engineering, National Taiwan University,

More information

Divide and Conquer Kernel Ridge Regression

Divide and Conquer Kernel Ridge Regression Divide and Conquer Kernel Ridge Regression Yuchen Zhang John Duchi Martin Wainwright University of California, Berkeley COLT 2013 Yuchen Zhang (UC Berkeley) Divide and Conquer KRR COLT 2013 1 / 15 Problem

More information

Model Selection based on Regional Error Estimation of Surrogates

Model Selection based on Regional Error Estimation of Surrogates th World Congress on Structural and Multidisciplinary Optimization May 9-24, 23, Orlando, Florida, USA Model Selection based on Regional Error Estimation of Surrogates Ali Mehmani, Souma Chowdhury 2, Jie

More information

Comparing different interpolation methods on two-dimensional test functions

Comparing different interpolation methods on two-dimensional test functions Comparing different interpolation methods on two-dimensional test functions Thomas Mühlenstädt, Sonja Kuhnt May 28, 2009 Keywords: Interpolation, computer experiment, Kriging, Kernel interpolation, Thin

More information

Design of a Low-Boom Supersonic Business Jet Using Cokriging Approximation Models

Design of a Low-Boom Supersonic Business Jet Using Cokriging Approximation Models AIAA 00 5598 Design of a Low-Boom Supersonic Business Jet Using Cokriging Approximation Models Hyoung-Seog Chung and Juan J. Alonso Stanford University, Stanford, CA 905 9th AIAA/ISSMO Symposium on Multidisciplinary

More information

Convexization in Markov Chain Monte Carlo

Convexization in Markov Chain Monte Carlo in Markov Chain Monte Carlo 1 IBM T. J. Watson Yorktown Heights, NY 2 Department of Aerospace Engineering Technion, Israel August 23, 2011 Problem Statement MCMC processes in general are governed by non

More information

Design Optimization - Structural Design Optimization -

Design Optimization - Structural Design Optimization - 16.810 Engineering Design and Rapid Prototyping Lecture 6 Design Optimization - Structural Design Optimization - Instructor(s) Prof. Olivier de Weck January 11, 2005 What Is Design Optimization? Selecting

More information

Theoretical Concepts of Machine Learning

Theoretical Concepts of Machine Learning Theoretical Concepts of Machine Learning Part 2 Institute of Bioinformatics Johannes Kepler University, Linz, Austria Outline 1 Introduction 2 Generalization Error 3 Maximum Likelihood 4 Noise Models 5

More information

SUAVE: An Open-Source Environment Enabling Multi-Fidelity Vehicle Optimization

SUAVE: An Open-Source Environment Enabling Multi-Fidelity Vehicle Optimization SUAVE: An Open-Source Environment Enabling Multi-Fidelity Vehicle Optimization Timothy MacDonald, Matthew Clarke, Emilio Botero, J. Michael Vegh Juan J. Alonso Stanford University, Stanford, CA 94305,

More information

Support Vector Machines

Support Vector Machines Support Vector Machines SVM Discussion Overview. Importance of SVMs. Overview of Mathematical Techniques Employed 3. Margin Geometry 4. SVM Training Methodology 5. Overlapping Distributions 6. Dealing

More information

Additive hedonic regression models for the Austrian housing market ERES Conference, Edinburgh, June

Additive hedonic regression models for the Austrian housing market ERES Conference, Edinburgh, June for the Austrian housing market, June 14 2012 Ao. Univ. Prof. Dr. Fachbereich Stadt- und Regionalforschung Technische Universität Wien Dr. Strategic Risk Management Bank Austria UniCredit, Wien Inhalt

More information

Generalized Additive Models

Generalized Additive Models :p Texts in Statistical Science Generalized Additive Models An Introduction with R Simon N. Wood Contents Preface XV 1 Linear Models 1 1.1 A simple linear model 2 Simple least squares estimation 3 1.1.1

More information

The Role of Uncertainty Quantification in Model Verification and Validation. Part 4 NESSUS Overview

The Role of Uncertainty Quantification in Model Verification and Validation. Part 4 NESSUS Overview The Role of Uncertainty Quantification in Model Verification and Validation Part 4 NESSUS Overview 1 NESSUS Overview Short Course on Probabilistic Analysis and Uncertainty Quantification Southwest Research

More information

An introduction to design of computer experiments

An introduction to design of computer experiments An introduction to design of computer experiments Derek Bingham Statistics and Actuarial Science Simon Fraser University Department of Statistics and Actuarial Science Outline Designs for estimating a

More information

Post Stall Behavior of a Lifting Line Algorithm

Post Stall Behavior of a Lifting Line Algorithm Post Stall Behavior of a Lifting Line Algorithm Douglas Hunsaker Brigham Young University Abstract A modified lifting line algorithm is considered as a low-cost approach for calculating lift characteristics

More information

EE795: Computer Vision and Intelligent Systems

EE795: Computer Vision and Intelligent Systems EE795: Computer Vision and Intelligent Systems Spring 2012 TTh 17:30-18:45 WRI C225 Lecture 04 130131 http://www.ee.unlv.edu/~b1morris/ecg795/ 2 Outline Review Histogram Equalization Image Filtering Linear

More information

Support Vector Machines.

Support Vector Machines. Support Vector Machines srihari@buffalo.edu SVM Discussion Overview. Importance of SVMs. Overview of Mathematical Techniques Employed 3. Margin Geometry 4. SVM Training Methodology 5. Overlapping Distributions

More information

NUMERICAL 3D TRANSONIC FLOW SIMULATION OVER A WING

NUMERICAL 3D TRANSONIC FLOW SIMULATION OVER A WING Review of the Air Force Academy No.3 (35)/2017 NUMERICAL 3D TRANSONIC FLOW SIMULATION OVER A WING Cvetelina VELKOVA Department of Technical Mechanics, Naval Academy Nikola Vaptsarov,Varna, Bulgaria (cvetelina.velkova1985@gmail.com)

More information

Discovery of the Source of Contaminant Release

Discovery of the Source of Contaminant Release Discovery of the Source of Contaminant Release Devina Sanjaya 1 Henry Qin Introduction Computer ability to model contaminant release events and predict the source of release in real time is crucial in

More information

Parallel Implementations of Gaussian Elimination

Parallel Implementations of Gaussian Elimination s of Western Michigan University vasilije.perovic@wmich.edu January 27, 2012 CS 6260: in Parallel Linear systems of equations General form of a linear system of equations is given by a 11 x 1 + + a 1n

More information

2014 Stat-Ease, Inc. All Rights Reserved.

2014 Stat-Ease, Inc. All Rights Reserved. What s New in Design-Expert version 9 Factorial split plots (Two-Level, Multilevel, Optimal) Definitive Screening and Single Factor designs Journal Feature Design layout Graph Columns Design Evaluation

More information

Optimum Design of Truss Structures using Neural Network

Optimum Design of Truss Structures using Neural Network Optimum Design of Truss Structures using Neural Network Seong Beom Kim 1.a, Young Sang Cho 2.b, Dong Cheol Shin 3.c, and Jun Seo Bae 4.d 1 Dept of Architectural Engineering, Hanyang University, Ansan,

More information

Expectation Maximization: Inferring model parameters and class labels

Expectation Maximization: Inferring model parameters and class labels Expectation Maximization: Inferring model parameters and class labels Emily Fox University of Washington February 27, 2017 Mixture of Gaussian recap 1 2/26/17 Jumble of unlabeled images HISTOGRAM blue

More information

Parametric. Practices. Patrick Cunningham. CAE Associates Inc. and ANSYS Inc. Proprietary 2012 CAE Associates Inc. and ANSYS Inc. All rights reserved.

Parametric. Practices. Patrick Cunningham. CAE Associates Inc. and ANSYS Inc. Proprietary 2012 CAE Associates Inc. and ANSYS Inc. All rights reserved. Parametric Modeling Best Practices Patrick Cunningham July, 2012 CAE Associates Inc. and ANSYS Inc. Proprietary 2012 CAE Associates Inc. and ANSYS Inc. All rights reserved. E-Learning Webinar Series This

More information

Transactions on the Built Environment vol 28, 1997 WIT Press, ISSN

Transactions on the Built Environment vol 28, 1997 WIT Press,   ISSN Shape/size optimization of truss structures using non-probabilistic description of uncertainty Eugenio Barbieri, Carlo Cinquini & Marco Lombard! LWveraz'ry of fawa, DeparfmcMf q/#r%cf%ra7 Mzc/zamcj, fawa,

More information

Module 4. Non-linear machine learning econometrics: Support Vector Machine

Module 4. Non-linear machine learning econometrics: Support Vector Machine Module 4. Non-linear machine learning econometrics: Support Vector Machine THE CONTRACTOR IS ACTING UNDER A FRAMEWORK CONTRACT CONCLUDED WITH THE COMMISSION Introduction When the assumption of linearity

More information

MASSACHUSETTS INSTITUTE OF TECHNOLOGY. Analyzing wind flow around the square plate using ADINA Project. Ankur Bajoria

MASSACHUSETTS INSTITUTE OF TECHNOLOGY. Analyzing wind flow around the square plate using ADINA Project. Ankur Bajoria MASSACHUSETTS INSTITUTE OF TECHNOLOGY Analyzing wind flow around the square plate using ADINA 2.094 - Project Ankur Bajoria May 1, 2008 Acknowledgement I would like to thank ADINA R & D, Inc for the full

More information

Linear Regression & Gradient Descent

Linear Regression & Gradient Descent Linear Regression & Gradient Descent These slides were assembled by Byron Boots, with grateful acknowledgement to Eric Eaton and the many others who made their course materials freely available online.

More information

PROTECTION AGAINST MODELING AND SIMULATION UNCERTAINTIES IN DESIGN OPTIMIZATION NSF GRANT DMI

PROTECTION AGAINST MODELING AND SIMULATION UNCERTAINTIES IN DESIGN OPTIMIZATION NSF GRANT DMI PROTECTION AGAINST MODELING AND SIMULATION UNCERTAINTIES IN DESIGN OPTIMIZATION NSF GRANT DMI-9979711 Bernard Grossman, William H. Mason, Layne T. Watson, Serhat Hosder, and Hongman Kim Virginia Polytechnic

More information