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 class 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.
Demonstrate different local search algorithms applied to the 8-queens problem.
Backing up codes I wrote, during my Artificial Intelligence course.
Solving N-Queens problem by Simple Genetic Algorithm in Python.
Solves n-Queens problem using a genetic algorithm.
Short 8 queens problem solution. Python
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!
Aplicação de algoritmos genéticos na resolução do problema das 8 rainhas.
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."