From d1a836995bf19b475947ab964072243eca9e38fa Mon Sep 17 00:00:00 2001 From: Mitchell Date: Thu, 12 Jan 2017 21:13:46 -0800 Subject: [PATCH] Create README.md --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 README.md 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