STO/Lec
From WikiZMSI
< STO
Spis treści |
[edytuj]
Lecture 1 -- An introduction
- Presentation
- Thomas Weise [1]
- Reading: chapter 1
[edytuj]
Lecture 2-3 -- The Structure of Optimization
Thomas Weise chapter 2
- Reading: chapter 2.1, 2.2, 2.3
- Based on what you have read answer the following questions:
- What is a candidate solution for n-queens problem give the example?
- What is a solution space for n-queens problem give the example?
- What is feasible and unfeasible solution in n-queens problem give the example?
[edytuj]
Lecture 4-5 -- Optimization problems - key components
Thomas Weise chapter 2
- Reading: chapter 2.4, 2.5, 2.6, 2.7 and 2.8
- Based on what you have read answer the following questions:
- What is an objective function in n-queens problem?
- What is a global optimum om n-queens problem, give an example?
- What is a search space in n-queens problem give the example?
[edytuj]
Lecture 6 -- Hill-Climbing
Thomas Weise chapter 3.3
- Reading: chapter 3.3
- Based on what you have read answer the following questions:
- What unary operations you can find for n-queens problem?
- Rewrite 3.3.2.1 The Algorithm making it n-queens problem specific.
[edytuj]
Lecture 7 -- Simulated Annealing
Thomas Weise chapter 3.5
- Reading: chapter 3.5
[edytuj]
Lecture 8-9 -- Evolutionary Algorithm
Thomas Weise chapter 3.4
- Reading: chapter 3.4
- Based on what you have read answer the following questions:
- Rewrite 3.4.1.1 The Algorithm (without Recombination) making it n-queens problem specific