L22 Numerical Methods part 2 Homework Review Alternate Equal Interval Golden Section Summary Test 4 1.

Slides:



Advertisements
Similar presentations
3.1 Extrema On An Interval.
Advertisements

Line Search.
7.2 Polynomial Functions and Their Graphs
THE DERIVATIVE AND THE TANGENT LINE PROBLEM
Optimization : The min and max of a function
Extremum & Inflection Finding and Confirming the Points of Extremum & Inflection.
Optimization 吳育德.
L12 LaGrange Multiplier Method Homework Review Summary Test 1.
Thursday, April 25 Nonlinear Programming Theory Separable programming Handouts: Lecture Notes.
MIT and James Orlin © Nonlinear Programming Theory.
PHYS2020 NUMERICAL ALGORITHM NOTES ROOTS OF EQUATIONS.
Extremum. Finding and Confirming the Points of Extremum.
Page 1 Page 1 Engineering Optimization Second Edition Authors: A. Rabindran, K. M. Ragsdell, and G. V. Reklaitis Chapter-2 (Functions of a Single Variable)
Engineering Optimization
Optimization Mechanics of the Simplex Method
APPLICATIONS OF DIFFERENTIATION 4. In Sections 2.2 and 2.4, we investigated infinite limits and vertical asymptotes.  There, we let x approach a number.
- + Suppose f(x) is a continuous function of x within interval [a, b]. f(a) = - ive and f(b) = + ive There exist at least a number p in [a, b] with f(p)
Tier I: Mathematical Methods of Optimization
Unit 11 – Derivative Graphs Section 11.1 – First Derivative Graphs First Derivative Slope of the Tangent Line.
Increasing and Decreasing Functions and the First Derivative Test.
Computational Optimization
Chapter 2 Single Variable Optimization
5.3 A – Curve Sketching.
Calculus Date: 12/17/13 Obj: SWBAT apply first derivative test first derivative test inc. dec. Today.
Chapter 7 Optimization. Content Introduction One dimensional unconstrained Multidimensional unconstrained Example.
Section 7.2a Area between curves.
Infinite Limits Lesson 1.5.
Copyright © Cengage Learning. All rights reserved. Applications of Differentiation.
L8 Optimal Design concepts pt D
Increasing and Decreasing Functions Lesson 5.1. The Ups and Downs Think of a function as a roller coaster going from left to right Uphill Slope > 0 Increasing.
L21 Numerical Methods part 1 Homework Review Search problem Line Search methods Summary 1 Test 4 Wed.
One Dimensional Search
Chapter 10 Minimization or Maximization of Functions.
1 Chapter 6 General Strategy for Gradient methods (1) Calculate a search direction (2) Select a step length in that direction to reduce f(x) Steepest Descent.
L24 Numerical Methods part 4
Optimization of functions of one variable (Section 2)
L25 Numerical Methods part 5 Project Questions Homework Review Tips and Tricks Summary 1.
–1 –5–4–3–2– Describe the continuity of the graph. Warm UP:
Advanced Computer Graphics Optimization Part 2 Spring 2002 Professor Brogan.
INTRO TO OPTIMIZATION MATH-415 Numerical Analysis 1.
Limits Involving Infinity Infinite Limits We have concluded that.
Lecture 4 Chapter 3 Improving Search
Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or display. 1 Part 2 - Chapter 7 Optimization.
Stationary/Turning Points How do we find them?. What are they?  Turning points are points where a graph is changing direction  Stationary points are.
Optimal Control.
Do Now from 1.2a Find the domain of the function algebraically and support your answer graphically. Find the range of the function.
3.1 Extrema On An Interval.
Increasing/decreasing and the First Derivative test
Learning Target: I will determine if a function is increasing or decreasing and find extrema using the first derivative. Section 3: Increasing & Decreasing.
4.3 Using Derivatives for Curve Sketching.
Increasing and Decreasing Functions
Section 4.3 Optimization.
A function f is increasing on an open interval I if, for any choice of x1 and x2 in I, with x1 < x2, we have f(x1) < f(x2). A function f is decreasing.
Chapter 7 Optimization.
Optimization Part II G.Anuradha.
L5 Optimal Design concepts pt A
Optimization and Some Traditional Methods
Numerical Integration
Part 4 - Chapter 13.
Consider the function Note that for 1 from the right from the left
Objectives Approximate a definite integral using the Trapezoidal Rule.
Increasing and Decreasing Functions and the First Derivative Test
AP Calculus AB Chapter 5, Section 3
The First Derivative Test
L23 Numerical Methods part 3
Copyright © Cengage Learning. All rights reserved.
Maximum and Minimum Points
Chapter 4 Graphing and Optimization
1.5 Infinite Limits.
Bracketing.
Presentation transcript:

L22 Numerical Methods part 2 Homework Review Alternate Equal Interval Golden Section Summary Test 4 1

2

Problem Yes, descent direction

Prob No, not a descent direction

Prob Slope

Prob cont’d 6

7

Prob

The Search Problem Sub Problem A Which direction to head next? Sub Problem B How far to go in that direction? 9

Search Direction… Min f(x): Let’s go downhill! 10 Descent condition

Step Size? How big should we make alpha? Can we step too “far?” i.e. can our step size be chosen so big that we step over the “minimum?” 11

12 Figure 10.2 Conceptual diagram for iterative steps of an optimization method. We are here Which direction should we head?

Some Step Size Methods “Analytical” Search direction = (-) gradient, (i.e. line search) Form line search function f( α) Find f’( α)=0 Region Elimination (“interval reducing”) Equal interval Alternate equal interval Golden Section 13

14 Figure 10.5 Nonunimodal function f(  ) for 0   Nonunimodal functions Unimodal if stay in locale?

Monotonic Increasing Functions 15

Monotonic Decreasing Functions 16 continous

17 Figure 10.4 Unimodal function f(  ). Unimodal functions monotonic increasing then monotonic decreasing monotonic decreasing then monotonic increasing

Some Step Size Methods “Analytical” Search direction = (-) gradient, (i.e. line search) Form line search function f( α) Find f’( α)=0 Region Elimination (“interval reducing”) Equal interval Alternate equal interval Golden Section 18

19 Figure 10.3 Graph of f(  ) versus . Analytical Step size Slope of line search= Slope of line at fmin

Analytical Step Size Example 20

Alternative Analytical Step Size 21 New gradient must be orthogonal to d for

Some Step Size Methods “Analytical” Search direction = (-) gradient, (i.e. line search) Form line search function f( α) Find f’( α)=0 Region Elimination (“interval reducing”) Equal interval Alternate equal interval Golden Section 22

23 Figure 10.6 Equal-interval search process. (a) Phase I: initial bracketing of minimum. (b) Phase II: reducing the interval of uncertainty. “Interval Reducing” Region elimination “bounding phase” Interval reduction phase”

2 delta! 24

Successive-Equal Interval Algorithm 25 “Interval” of uncertainty

More on bounding phase I Swan’s method Fibonacci sequence 26

Successive Alternate Equal Interval 27 Assume bounding phase has found Min can be on either side of But for sure its not in this region! Point values… not a line

Successive Alt Equal Int 28 Requires two function evaluations per iteration

29 Figure 10.8 Initial bracketing of the minimum point in the golden section method. Fibonacci Bounding

30 Figure 10.9 Graphic of a section partition. Golden section

Golden Section Example 31

Summary General Opt Algorithms have two sub problems: search direction, and step size Descent condition assures correct direction For line searches…in local neighborhood… we can assume unimodal! Step size methods: analytical, region elimin. Region Elimination (“interval reducing”) Equal interval Alternate equal interval Golden Section 32