We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88c34ba commit 088a141Copy full SHA for 088a141
README.md
@@ -1 +1,7 @@
1
-# Artificial-Intelligence
+# Artificial-Intelligence
2
+#### This repository contains local search algorithms implemented on Magic Square problem (https://en.wikipedia.org/wiki/Magic_square):
3
+1. Genethic algorithm
4
+2. Beam search algorithm
5
+3. Simulated annealing
6
+4. Hill climbing algorithm
7
+5. Random search algorithm
0 commit comments