GitHub topics: 8-queens-problem
ahmedfgad/8QueensGenetic
Optimizing the 8 Queens Puzzle using the Genetic Algorithm (PyGAD).
Language: Python - Size: 36.1 KB - Last synced at: 21 days ago - Pushed at: about 2 years ago - Stars: 21 - Forks: 10

Adibvafa/N_Queens
Solving the N_Queens Problem Using Various Algorithms in Python
Language: Python - Size: 59.6 KB - Last synced at: 2 months ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0

mohamadNoruzi/8-queen-problem-by-using-genetic-algorithm
Language: Python - Size: 14.6 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

KouroshAlinaghi/8-queen
Solving 8 queen puzzle in ruby using iterative repair algorithm (n queens in a n*n board)
Language: Ruby - Size: 4.88 KB - Last synced at: about 1 year ago - Pushed at: over 4 years ago - Stars: 1 - Forks: 0

biqar/puzzle-solver
This repository contains generic platform for solving and benchmarking computational puzzles using different search strategies
Language: C++ - Size: 3.17 MB - Last synced at: about 1 year ago - Pushed at: over 3 years ago - Stars: 15 - Forks: 3

Samaya07/8-queens-problem
In this repository, there are algorithms to solve the 8-queens problem.
Language: Python - Size: 8.79 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

hosseindamavandi/Computational-Intelligence
Computational Intelligence Assignment
Language: HTML - Size: 2 MB - Last synced at: almost 2 years ago - Pushed at: over 2 years ago - Stars: 19 - Forks: 1

kuznya/8queens-mysql
8 queens problem MySQL solution
Size: 1000 Bytes - Last synced at: almost 2 years ago - Pushed at: about 8 years ago - Stars: 0 - Forks: 0

kuznya/8queens-py
Short 8 queens problem solution. Python
Language: Python - Size: 2.93 KB - Last synced at: almost 2 years ago - Pushed at: over 4 years ago - Stars: 2 - Forks: 0

admlvntv/8-Queen-Challenge
A simple program that solves the 8 queen challenge
Language: Java - Size: 170 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 1

Rakibul73/AI_Sessional_Final_Exam_Code
CIT-316 (Artificial Intelligence Sessional)
Language: Jupyter Notebook - Size: 155 KB - Last synced at: about 2 years ago - Pushed at: about 2 years ago - Stars: 1 - Forks: 1

stefanhuber/n-queens-problem
Demonstrate different local search algorithms applied to the 8-queens problem.
Language: Python - Size: 16.6 KB - Last synced at: about 2 months ago - Pushed at: over 3 years ago - Stars: 1 - Forks: 0

alirezaeftekhari/8-queens-genetic-algorithm
Very fast problem solving of 8 queens with genetic algorithm
Language: Python - Size: 34.2 KB - Last synced at: about 2 years ago - Pushed at: over 3 years ago - Stars: 8 - Forks: 4

rafandoo/8-rainhas
Aplicação de algoritmos genéticos na resolução do problema das 8 rainhas.
Language: Python - Size: 1.38 MB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

Pariasrz/8-Queens-HillClimbing
8-Queens puzzle implementation with Hill Climbing(Random Restart) Algorithm
Language: Python - Size: 23.4 KB - Last synced at: about 2 years ago - Pushed at: over 4 years ago - Stars: 3 - Forks: 1

MUZAMMILPERVAIZ/Genetic-Algorithm-Python
Genetic Algorithm implemented in python to solve 8 Queens problem.
Language: Python - Size: 24.4 KB - Last synced at: about 2 years ago - Pushed at: almost 3 years ago - Stars: 1 - Forks: 0

Muradmustafayev-03/8-Queens-Problem
Realisation of the solution for the 8 Queens problem
Language: Java - Size: 2.93 KB - Last synced at: about 2 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

faisal-ansarii/8-Queen-problem-genetic-algorithm-ai-python
8-Queen-problem-genetic-algorithm-ai-python Program to solve 8 Queen Problem using the genetic algorithm. The main difference between this algorithm and other algorithms is that before the children are produced by the parents, first the parents' heuristic is calculated based on the position of the queen and then, as much as possible, the queen's position on the chessboard changes to reach a fitness level of 28, otherwise the parents will have children.
Language: Python - Size: 1.95 KB - Last synced at: almost 2 years ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 0

Daymenion/N-Queens-Problem-Using-Hill-Climbing-with-Random-Restart
N (8) Queens Problem Using Hill Climbing with Random Restart
Language: C++ - Size: 269 KB - Last synced at: about 2 years ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 0

nnaaaa/EightQueens
✏ SAT approach for 8-queens problem
Language: Python - Size: 64.8 MB - Last synced at: about 2 years ago - Pushed at: about 3 years ago - Stars: 0 - Forks: 0

FederAndInk/Queen_Problem
Terminal implementation of the queen problem (place 8 chess queens on a 8x8 chessboard, none of them must see another one)
Language: C++ - Size: 95.7 KB - Last synced at: about 2 years ago - Pushed at: almost 4 years ago - Stars: 1 - Forks: 0

vmanoj1996/8-queens-problem
N queen problem solved by row by row search
Language: C++ - Size: 38.1 KB - Last synced at: about 1 month ago - Pushed at: about 6 years ago - Stars: 0 - Forks: 0
