ES-1 Flashcards

1
Q

nondeterministic direct search methods vs deterministic direct search methods

A

one have the element of randomness one not

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Evolution striges do not make use of what property of function ?

A

ES do not use derivatives, smoothness, convexity, separability

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

describe 1+1 ES

A

-one parent generate one offspring

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

one fifth rule step size adaptation of 1+1 ES?

A
  • one out of five offspring will gave improvements in the function value
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

describe (1, λ)-ES

A

generate multiple offspring from one parent

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

1+1 ES vs (1, λ)-ES ?

A

the (1,λ)-ES is less ef- ficient than the (1 + 1)- ES unless offspring can be evaluated in parallel

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

describe (μ, λ)-ES

A

(μ, λ)-ES multiple parents generate multiple offspring the select best μ offspring as the new parents.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

(1, λ)-ES vs (μ, λ)-ES in sphere problem and noise problem ?

A

-the (μ, λ)-ES with μ > 1 is less efficient than the (1, λ)-ES;
-only keep the best offspring is enough.
-in the presence of noise, the
(μ, λ)-ES can be superior to the (1, λ)-ES

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What is self-adaptation step size in (μ, λ)-ES ?

A
  • the step size are adapted differently.

- good strategy parameter gives good objective parameter so the candidate will survive.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

problems of self-adaptation ?

A
  • adjust the mutation step size
  • selection of strategy parameters is indirect and noisy
  • large populations are required to adapt more than a single parameter
  • self-adaptation does not perform well for the (μ/μ, λ)-ES because the efficiency is similar to 1+1-ES
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

what is Recombination ?

A
  • create child that is the average of the parents.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

describe (μ/μ, λ)-ES and its advantage.

A
  • with μ parents, with recombination of all μ parents, either Intermediate or Weighted, and λ offspring.
  • add recombination
  • robust with noise
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

what is Cumulative Step Size Adaptation ?

and its advantage to noise?

A
  • if consecutive steps are positively correlated, then the step size should be increased
  • if consecutive steps are negatively correlated, then the step size should be decreased
  • is a combination of the previous steps
  • works well even in the presence of noise if μ and λ are sufficiently large
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

what we learned In the presence of noise about the step size ?

A

In the presence of noise, it may be useful to make large trial steps, but small search steps.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

How do evolution strategies differ from other direct search methods?

A
  • nondeterministic
  • use a population of candidate solutions
  • is not driven by the desire to guarantee convergence to stationary points
  • emphasize adaptivity
  • strong invariance properties
How well did you know this?
1
Not at all
2
3
4
5
Perfectly