Create README.md

This commit is contained in:
Mitchell
2017-01-12 21:13:46 -08:00
committed by GitHub
parent 101155c6d6
commit d1a836995b

14
README.md Normal file
View File

@@ -0,0 +1,14 @@
# 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