STO/Lab

From WikiZMSI

< STO
mean [m] Polish grade
>= 4.25 5
< 3.85 <= m < 4.25 4.5
< 3.45 <= m < 3.85 4
< 3.1 <= m < 3.45 3.5
2.25 <= m < 2.7 3
m < 2.25 2 (negative)

Spis treści

Introduction

  1. Optimization benchmarks
    1. Combinatorial optimization
      1. n-queens problem
      2. Travelling salesman problem
      3. Knapsack problem
    2. Continues space problems
      1. Optimization Test Problems

Assignment 1 - Simulated Annealing

  1. Simmulated annealing for n-queens solving

Assignment 2 - Genetic/Evolutionary Algorithms

  1. Genetic algorithms for n-queens solving
  2. Nice GA tutorial with different crossover and mutation for combinatorial coding

Assignment 3 - Particle Swarm Optimization

  1. PSO instruction
  2. PSO Tutorial