179 results for “topic:n-queens”
Solving and GUI demonstration of traditional N-Queens Problem using Hill Climbing, Simulated Annealing, Local Beam Search, and Genetic Algorithm.
Visualization of some standard problems solved by Backtracking
Solving N-Queens problem by DFS & BFS in Python.
This is a n-queen problem solver using local search algorithms.
The N Queen is the problem of placing N chess queens on an N×N chessboard so that no two queens attack each other.
Parallel Computing with Pthreads
Introductory C ++ language exercises at the university in the basics of computer and advanced programming and discrete mathematics
My projects/labs for Udacity Artificial Intelligence Nanodegree (April 2017 - present).
No description provided.
Placing N chess queens on an NxN chessboard so that no two queens threaten each other.
Modelling n-queens problem as conjunctive normal form and solving it with DPLL algorithm. This project should made me familiar with Rust and the test driven approach.
Solution for both N Queens Puzzle and Knight's Tour (with GUI)
N-Queens GUI solver using A* (A-Star) and Genetic Algorithm.
N-Queens problem solvers and solution counters implemented using a constrained DFS algorithm
N-Queens Solution With Genetic Algorithms
Full Genetic Algorithm para resolver o problema das N-rainhas
Homeworks done in course CS 599: Algorithms - Design, Analysis, and Implementations at Oregon State University
Solving n-queen problem by Biogeography-Based Optimization (BBO) algorithm
Solve the N-Queens problem using Simulated Annealing! Includes a graphical interface to visualize the algorithm in action, with speed control and pause/resume options.
Different puzzles to think and enjoy programming.
SAT solver for the n-queens problem
React app that solves the N-Queen puzzle in your browser using the minimum conflicts algorithm.
Solving the n-queens chessboard problem using DEAP evolutionary algorithms and genetic programming.
Project focuses on optimised implementation of Backtracking and Forward Checking algorithms in order to find all solutions of the N Queens problem
Southeast University Artificial Intelligence Coursework (with a Final Score: 96/100)
Solving the N-queens problem via the Metropolis algorithm
melhorando hill climbing para n rainhas
A java solution to the Eight Queen(N Queen) problem
Solving N-Queen problem using Genetic Algorithm.
University project solving n-queen problem using CSP approach