Solving and GUI demonstration of traditional N-Queens Problem using Hill Climbing, Simulated Annealing, Local Beam Search, and Genetic Algorithm.
-
Updated
Jul 4, 2017 - Java
Solving and GUI demonstration of traditional N-Queens Problem using Hill Climbing, Simulated Annealing, Local Beam Search, and Genetic Algorithm.
Solution for both N Queens Puzzle and Knight's Tour (with GUI)
Placing N chess queens on an NxN chessboard so that no two queens threaten each other.
Project focuses on optimised implementation of Backtracking and Forward Checking algorithms in order to find all solutions of the N Queens problem
A java solution to the Eight Queen(N Queen) problem
Resolving N queens problem with Backtracking Algorithm
Optimized algorithm to find all solutions for the N-Queens-Problem in Java
Emulator of the N-Queens problem
AI algorithms
A wide range of (basic) data structures, implemented in simple, readable Java.
A java program that solves the n-queens puzzle using Hill Climbing and Random Restart algorithm in Artificial Intelligence.
Solving the N-Queens problem using Local Beam and BFS
daily codes
Java program built using the backtracking algorithmic technique to solve the N Queens problem.
AI mini projects
Advanced Java N-Queens solver featuring multithreading architecture with Runnable implementation, non-blocking GUI, real-time visualization, and concurrent algorithm execution using Swing/AWT.
N-Queens Problem Solution with Genetic Algorithm in Java
Add a description, image, and links to the n-queens topic page so that developers can more easily learn about it.
To associate your repository with the n-queens topic, visit your repo's landing page and select "manage topics."