Course detail
Evolution Algorithms
FEKT-MPC-EALAcad. year: 2022/2023
The course is focused on deterministic and stochastic optimization methods for finding global minima. It focuses on evolutionary algorithms with populations such as genetic algorithms, controlled random search, evolutionary strategies, particle swarm method, the method of ant colonies and more.
Language of instruction
Number of ECTS credits
Mode of study
Guarantor
Learning outcomes of the course unit
Implement a simple analytical optimization method (steepest descent and Newton's method)
To implement the simplex method for finding global extreme
Explain the nature of stochastic optimization methods with populations
Explain the nature of binary and continuous genetic algorithms and the basic operations
Prerequisites
Co-requisites
Planned learning activities and teaching methods
Assesment methods and criteria linked to learning outcomes
- 30 points can be obtained for activity in the laboratory exercises, consisting in solving tasks (for the procedure for the examination must be obtained at least 15 points)
- 70 points can be obtained for the written exam (the written examination is necessary to obtain at least 35 points)
Course curriculum
2. Method of steepest descent, Newton's method.
3. Stochastic algorithms for finding global minima, the simplex method.
4. Evolutionary algorithms with populations. Binary genetic algorithms.
5. Continuous genetic algorithms.
6. Controlled random search, evolutionary strategies, particle swarm.
7. Differential evolution, SOMA, ant colony.
8. Swarm algothms: BAT, FA, GSO.
9. Swarm algothms: GWO, BA, ABC.
10. Test function for checking optimization algorithms.
11. Experimental comparison of evolutionary algorithms.
12. Introduction to genetic programming.
Work placements
Aims
Specification of controlled education, way of implementation and compensation for absences
Basically:
- obligatory computer-lab tutorial (missed labs must be properly excused and can be replaced after agreement with the teacher)
- voluntary lecture
Recommended optional programme components
Prerequisites and corequisites
Basic literature
Recommended reading
Classification of course in study plans
- Programme MPC-BTB Master's 2 year of study, winter semester, compulsory
Type of course unit
Lecture
Teacher / Lecturer
Syllabus
2. Method of steepest descent, Newton's method
3. Stochastic algorithms for finding global minima, the simplex method
4. Evolutionary algorithms with populations. Binary genetic algorithms.
5. Continuous genetic algorithms.
6. Controlled random search, evolutionary strategies, particle swarm
7. Differential evolution, SOMA, ant colony
8. contestants heuristics
9. Test function for checking optimization algorithms
10. Simple methods: climbing algorithm, prohibited search, simulated annealing
11. Experimental comparison of evolutionary algorithms
12. Introduction to genetic programming
Exercise in computer lab
Teacher / Lecturer
Syllabus
2. Newton method
3. Nelder-Mead method (simplex method).
4. Binary genetic algorithm (GA). Basic selection, crossover and mutation techniques.
5. GA for finding minima in 2D case. Two point crossover method, roulette-wheel selection.
6. Continuous GA. Differences between binary and continuous GA.
7. Application of GA for rigid image registration.
8. Travel salesman problem (TSP). Basic heuristic algorithms - nearest neighboor algorithm, Greedy algorithm.
9. Permutation GA for solving the TSP.
10. Introduction to Particle swarm optimization (PSO) methods. Ant colony optimization for solving the TSP.
11. Student project - implementation of 0-1 knapsack problem or Packing problem.
12. PSO for finding minima of 2D function.