Week 3 Flashcards

1
Q

How does the Nelder-Mead method work? What are the steps?

A
  1. Begin with simplex (x(0), …, x(d))
  2. Do for g = 1, 2, …, K
    1. Sort x(0), …, x(d) s.t. f(x(0)) ≥ f(x(1)) ≥ … ≥ f(x(d)), with x(0) is the worst point.
    2. Determine the average a(bar), excluding the worst
    3. Update x(0) with a better point, which lies in the line starting from x(0) toward x(bar), if no points found shrink the simplex by moving other points closer to the best point.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

How does the differrential evulolution method work?

A
  1. Begin with generation g = 0, with population N points x(i, 0)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q
A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly