You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
mitchellhansen 7c092f26a6
.
4 years ago
lab1 Added gitignore among other things 8 years ago
lab2 Added gitignore among other things 8 years ago
lab3 Added gitignore among other things 8 years ago
lab4 Added gitignore among other things 8 years ago
lab5 Final lab 8 years ago
.gitignore tweaking gitignore 8 years ago
CMakeLists.txt Updated cmake 8 years ago
README.md . 4 years ago

README.md

optimization-algorithms

Implementation of various optimization algorithms in C++

namely...

  • Particle swarm
  • Local search
  • Iterative local search
  • Random walking
  • Soma
  • Firefly
  • Differential evolution
  • Genetic
  • Harmony