• Keine Ergebnisse gefunden

Exercise 11: Genetic Algorithms versus Evolution Strategies

N/A
N/A
Protected

Academic year: 2021

Aktie "Exercise 11: Genetic Algorithms versus Evolution Strategies"

Copied!
2
0
0

Wird geladen.... (Jetzt Volltext ansehen)

Volltext

(1)

Exercise 11: Genetic Algorithms versus Evolution Strategies

Summer Term 2019

The goal of this exercise is to compare genetic algorithms with evolution strategies with respect to some selected runtime issues.

Review: Please, review the following questions from a traditional perspective:

1. What are typical settings for the mutation probabilitypm? 2. What are the resulting distributions of the offspring?

3. How do the two types of algorithm handle the step sizeσ?

To Do: In the following you should explore the possible progress in a graphical as well as ana- lytical way.

Tasks: All the figures below show the same quadratic fitness functionsf(x1, x2) = x21+cx22, with c > 1 denoting an Eigenvalue. The difference is that on the right-hand-sides, the fitness functions are rotated. Such a rotation can be simply obtained by

"

z1 z2

#

=

"

cosα −sinα sinα cosα

# "

x1 x2

#

.

Assume that all the algorithms start at the little box in the lower left corner.

1. Illustrate the area in which a GA can improve the fitness. Please, consider both cases.

2. Illustrate the area in which an evolution strategy can improve the fitness. Please, do so for both cases.

3. Now, you should consider two parents as inserted in the third figure. Please, indicate the effect of cross over.

1

(2)

Genetic Algorithm

Evolution Strategies

Recombination

Have fun, Theo and Ralf.

2

Referenzen

ÄHNLICHE DOKUMENTE

crossing_over_probability = 0,4 mutation_probability = 0,1.. The demand function which was chosen to the experiment is very irregular, to present, that even in such a rough shape

Informed Search: Knowledge of the cost of a given node to the goal is in the form of an evaluation function f, which assigns a real number to each node.. Best-First Search:

There can be two general reasons of unsatisfied results of forecasting using our approach: not correct shape of demand function or not appropriate method of parameters

38 Puig S, Puig-Butillé JA, Díaz MA, Trullas C, Malvehy J: Field cancerisation improvement with topical application of a film-forming medical device containing photolyase and UV

In an extreme scenario when the costs of gradient detection are very high, it is better to obtain benefits locally than to migrate to farther areas; therefore, no

Implement a genetic algorithm to find an optimal configuration for the given datasets bdbc and h264.. Make sure that I can execute your program with

I will make the following assessment: python3 run genetic alg.py model feature.txt model interactions.txt The slides of the lab class and the datasets can be found at: link.

Practical work: Validate your theoretical results by running some experiments by us- ing the quadratic fitness function.. Modify the main() -routine, such that it executes