-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
0408773
commit 4621be3
Showing
1,065 changed files
with
3 additions
and
203,781 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
123 changes: 0 additions & 123 deletions
123
venv/lib/python3.7/site-packages/_distutils_hack/__init__.py
This file was deleted.
Oops, something went wrong.
Binary file removed
BIN
-4.86 KB
venv/lib/python3.7/site-packages/_distutils_hack/__pycache__/__init__.cpython-37.pyc
Binary file not shown.
Binary file removed
BIN
-250 Bytes
venv/lib/python3.7/site-packages/_distutils_hack/__pycache__/override.cpython-37.pyc
Binary file not shown.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
1 change: 0 additions & 1 deletion
1
venv/lib/python3.7/site-packages/pip-21.0.1.dist-info/INSTALLER
This file was deleted.
Oops, something went wrong.
20 changes: 0 additions & 20 deletions
20
venv/lib/python3.7/site-packages/pip-21.0.1.dist-info/LICENSE.txt
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.