Skip to content

Extended N-Queen Problem with Hill Climbing and Simulated Annealing

Notifications You must be signed in to change notification settings

ridwant/Extended-N-Queen

Repository files navigation

# install dependencies like numpy and argparse

pip install numpy
pip install argparse

Specific instruction can be found here: 


python3: https://www.python.org/downloads/
numpy: https://numpy.org/install/
argparse: https://pypi.org/project/argparse/


Keep all the python files in one folder. Run the code using the command below (format given): 
 
python3 KnightsAndQueens.py 15 15 15 0 60 out HC 

About

Extended N-Queen Problem with Hill Climbing and Simulated Annealing

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages