Computational Intelligence Assignment
-
Updated
Aug 4, 2022 - HTML
Computational Intelligence Assignment
Eight Queens chess game. Can you place 8 queens on the board with none under attack? A web game inspired by the classic math puzzle. Built in React with Chessboard.jsx
A collection of game AI
Solution for both N Queens Puzzle and Knight's Tour (with GUI)
Very fast problem solving of 8 queens with genetic algorithm
8-Queens puzzle implementation with Hill Climbing(Random Restart) Algorithm
Implementation of 8-Queen problem in Genetic Algorithm (Integer)
My Evolutionary Computing Lecture Project Codes Relies Here In Peace.
Short 8 queens problem solution. Python
Solving N-Queens problem by Simple Genetic Algorithm in Python.
Demonstrate different local search algorithms applied to the 8-queens problem.
Solves n-Queens problem using a genetic algorithm.
Backing up codes I wrote, during my Artificial Intelligence course.
Solving 8 queen puzzle in ruby using iterative repair algorithm (n queens in a n*n board)
AI algorithms
How can you place 8 queens on a 8x8 chessboard such that they do not intercept each other? I wrote a recursive solution that incorporates backtracking as a strategy!
A 8-Queens Solver that solves a common AI problem of placing 8 queens on a 8x8 board without any conflicts between the queens. Built using Tkinter (for UI) and Python. Includes two algorithms i.e. BFS (Breadth-First Search) and CSP (Constraint Satisfaction Problem).
Add a description, image, and links to the 8-queens topic page so that developers can more easily learn about it.
To associate your repository with the 8-queens topic, visit your repo's landing page and select "manage topics."