Skip to content

frknyldz/nqueen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

Nqueen problem solving and process time comparison between Hill Climbing and Genetic Algorithm

Usage

Hill Climbing Algorithm

python nqueen.py -hc

Genetic Algorithm

python nqueen.py -ga

For print detailed results

python nqueen.py -hc -p
python nqueen.py -ga -p

Default board size is 8, default population size is 10 for genetic algorithm

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages