N-Queens Solution With Genetic Algorithms
-
Updated
Jul 22, 2015 - MATLAB
N-Queens Solution With Genetic Algorithms
Solving n-queen problem by Biogeography-Based Optimization (BBO) algorithm
A linear algorithm is described for solving the n-Queens Completion problem for an arbitrary composition of k queens, consistently distributed on a chessboard of size n x n. Two important rules are used in the algorithm: a) the rule of sequential risk elimination for the entire system as a whole; b) the rule of formation of minimal damage in the…
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."