You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This genetic algorithm was written to solve the "Blocked N-Queens" problem.
Keep in mind, queens cannot be placed on the blocks. They also cannot attack through the blocks.
About
This genetic algorithm was written to solve the "Blocked N-Queens" problem.