Skip to content

Commit

Permalink
readme added
Browse files Browse the repository at this point in the history
  • Loading branch information
nikashahabi committed Apr 2, 2021
1 parent 0408773 commit 4621be3
Show file tree
Hide file tree
Showing 1,065 changed files with 3 additions and 203,781 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Using Simulated Annealing and Hill Climbing Algorithm to Solve the 8-Queen Problem

The 8-queen Problem is solved with 3 different variants of the Hill Climbing Algorithm (Steepest Ascent, First Choice and Hill Climbing with Random Restart) and with Simulated Annealing. The initial checkered page (queen cells are showed with 1) or its dimention is passed to the methods when necessary. As in most Local Search Algorithms, we have used a complete-sate formulation of the problem. Meaning that in each state, all of the 8 queens are in the checkered page, and every column has exactly one queen in it. The queens are then allowed to move in their own column, making 8*7 successor for each state.
76 changes: 0 additions & 76 deletions venv/bin/activate

This file was deleted.

37 changes: 0 additions & 37 deletions venv/bin/activate.csh

This file was deleted.

75 changes: 0 additions & 75 deletions venv/bin/activate.fish

This file was deleted.

8 changes: 0 additions & 8 deletions venv/bin/pip

This file was deleted.

8 changes: 0 additions & 8 deletions venv/bin/pip3

This file was deleted.

8 changes: 0 additions & 8 deletions venv/bin/pip3.7

This file was deleted.

1 change: 0 additions & 1 deletion venv/bin/python

This file was deleted.

1 change: 0 additions & 1 deletion venv/bin/python3

This file was deleted.

1 change: 0 additions & 1 deletion venv/bin/python3.7

This file was deleted.

123 changes: 0 additions & 123 deletions venv/lib/python3.7/site-packages/_distutils_hack/__init__.py

This file was deleted.

Binary file not shown.
Binary file not shown.

This file was deleted.

1 change: 0 additions & 1 deletion venv/lib/python3.7/site-packages/distutils-precedence.pth

This file was deleted.

This file was deleted.

20 changes: 0 additions & 20 deletions venv/lib/python3.7/site-packages/pip-21.0.1.dist-info/LICENSE.txt

This file was deleted.

Loading

0 comments on commit 4621be3

Please sign in to comment.