International Journal of Computer Applications
Foundation of Computer Science (FCS), NY, USA
|
Volume 122 - Issue 12 |
Published: July 2015 |
Authors: Ahmed S. Farhan, Wadhah Z. Tareq, Fouad H. Awad |
![]() |
Ahmed S. Farhan, Wadhah Z. Tareq, Fouad H. Awad . Solving N Queen Problem using Genetic Algorithm. International Journal of Computer Applications. 122, 12 (July 2015), 11-14. DOI=10.5120/21750-5005
@article{ 10.5120/21750-5005, author = { Ahmed S. Farhan,Wadhah Z. Tareq,Fouad H. Awad }, title = { Solving N Queen Problem using Genetic Algorithm }, journal = { International Journal of Computer Applications }, year = { 2015 }, volume = { 122 }, number = { 12 }, pages = { 11-14 }, doi = { 10.5120/21750-5005 }, publisher = { Foundation of Computer Science (FCS), NY, USA } }
%0 Journal Article %D 2015 %A Ahmed S. Farhan %A Wadhah Z. Tareq %A Fouad H. Awad %T Solving N Queen Problem using Genetic Algorithm%T %J International Journal of Computer Applications %V 122 %N 12 %P 11-14 %R 10.5120/21750-5005 %I Foundation of Computer Science (FCS), NY, USA
This paper, explain solution to find the 92 solution of n-Queen problem based on GA (Genetic Algorithm). The n-Queen problem become a Widespread platform for the AI researcher for implement their intelligence algorithms and try them. The Genetic algorithm used to solve the problem and each chromosome is be a solution for the problem and depending on the steps of the GA, The 92 solution, all possible solution for 8 Queen problem is founded. The represent of each chromosome have been by using one dimension array with size equal 8 contain only the queens which represent a one solution and the empty location are aborted to reduce the searching time.