diff --git a/README.md b/README.md new file mode 100644 index 0000000..f624a30 --- /dev/null +++ b/README.md @@ -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