Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sameetasadullah/n-queen-problem-using-simulated-annealing
N-Queen(s) Problem implemented using Simulated Annealing Algorithm in Python Language
https://github.com/sameetasadullah/n-queen-problem-using-simulated-annealing
artificial-intelligence n-queen n-queens n-queens-problem pycharm pycharm-ide python python3 simmulated-annealing
Last synced: 9 days ago
JSON representation
N-Queen(s) Problem implemented using Simulated Annealing Algorithm in Python Language
- Host: GitHub
- URL: https://github.com/sameetasadullah/n-queen-problem-using-simulated-annealing
- Owner: SameetAsadullah
- License: mit
- Created: 2022-08-14T22:17:19.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-08-14T22:23:26.000Z (over 2 years ago)
- Last Synced: 2024-10-11T02:41:23.942Z (3 months ago)
- Topics: artificial-intelligence, n-queen, n-queens, n-queens-problem, pycharm, pycharm-ide, python, python3, simmulated-annealing
- Language: Python
- Homepage:
- Size: 2.93 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
N-Queen Problem Using Simulated Annealing
### Description
N-Queen(s) Problem implemented using Simulated Annealing Algorithm in Python Language.