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.
 
 
 
 
 
 
Mitchell d1a836995b
Create README.md
8 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 Create README.md 8 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