1 / 32

L22 Numerical Methods part 2

L22 Numerical Methods part 2. Homework Review Alternate Equal Interval Golden Section Summary Test 4. Problem 10.4. Yes, descent direction. Prob 10.10. No, not a descent direction. Prob 10.19. Slope. Prob 10.19 cont’d. Prob 10.19 cont’d. Prob 10.30. The Search Problem.

jean
Télécharger la présentation

L22 Numerical Methods part 2

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


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

  2. Problem 10.4 Yes, descent direction

  3. Prob 10.10 No, not a descent direction

  4. Prob 10.19 Slope

  5. Prob 10.19 cont’d

  6. Prob 10.19 cont’d

  7. Prob 10.30

  8. 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! Descent condition

  10. 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. We are here Which direction should we head? Figure 10.2 Conceptual diagram for iterative steps of an optimization method.

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

  13. Nonunimodal functions Unimodal if stay in locale? Figure 10.5 Nonunimodal function f() for 0    0

  14. Monotonic Increasing Functions

  15. Monotonic Decreasing Functions continous

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

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

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

  19. Analytical Step Size Example

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

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

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

  23. 2 delta!

  24. Successive-Equal Interval Algorithm “Interval” of uncertainty

  25. More on bounding phase I Swan’s method Fibonacci sequence

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

  27. Successive Alt Equal Int Requires two function evaluations per iteration

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

  29. Golden section Figure 10.9 Graphic of a section partition.

  30. 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

More Related