Skip to content

N-Queen problem with GA and Min-Conflict algorithm

Notifications You must be signed in to change notification settings

naderAsadi/N-Queen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

N Queen

Python implementation of N-Queen problem with GA and Min-Conflict algorithms.

Prerequisites

  • Python 3.3+
  • Numpy

Usage

For GA algorithm:

$ python ga.py

For Min-Conflict algorithm:

$ python min_conflict.py

About

N-Queen problem with GA and Min-Conflict algorithm

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages