Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
NajiAboo authored Jul 14, 2021
1 parent 7971be3 commit 30ea38e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
# 8QueensProblem
# 8QueensProblem
Used Evolutionary Algorithm to find the 8 queens problem. Population is initialized with a random unique number between 1 to 8. High quality parents are selected for crossover.
Here lower checks count is considered as high quality parent. We used Partially Mapped Crossover and Swap mutate. Once the children are created we add them with the parents and low quality parents are removed from the list. Same process is repeated unit we get a high quality ( number of checks zero ) or if its reaches 10k iterations

0 comments on commit 30ea38e

Please sign in to comment.