Sampling Lecture 30 ME EN 575 Andrew Ning aning@byu.edu Outline - - PDF document

sampling
SMART_READER_LITE
LIVE PREVIEW

Sampling Lecture 30 ME EN 575 Andrew Ning aning@byu.edu Outline - - PDF document

Sampling Lecture 30 ME EN 575 Andrew Ning aning@byu.edu Outline Surrogate Based Optimization (SBO) Introduction Sampling Surrogate Based Optimization (SBO) Introduction What is a surrogate model? When might one use a surrogate model?


slide-1
SLIDE 1

Sampling

Lecture 30

ME EN 575 Andrew Ning aning@byu.edu

Outline

Surrogate Based Optimization (SBO) Introduction Sampling

slide-2
SLIDE 2

Surrogate Based Optimization (SBO) Introduction What is a surrogate model?

slide-3
SLIDE 3

When might one use a surrogate model? Procedure

Sample Construct Surrogate Perform Optimization Infill

Converged? Yes No Done

slide-4
SLIDE 4

Sampling

slide-5
SLIDE 5

What if you have 10 variables? We generally need to identify the most important variables.

slide-6
SLIDE 6

Latin Hypercube Sampling

We should try to place one sample in each row and each column (this is called a Latin square and the higher dimension extension a Latin hypercube).

slide-7
SLIDE 7

We also need our points to be space filling: This is an optimization problem: maximize: spread subject to: projection of samples on each axes follows a specified probability distribution (uniform shown above but can work with any).

slide-8
SLIDE 8

Where else would LHS be useful? Matlab: lhsdesign and lhsnorm (Statistics Toolbox) Using lhsdesign with icdf allows use with any distribution.

slide-9
SLIDE 9

Matlab: lhsdesign demo.