moonbse / N_Queens

Benchmarking the performance of HillClimbing, SimulatedAnnealing and other dfs approaches in solving N-queens problem. Visualization using Javafx

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

N_Queens Solution using Hill Climbing, HillClimbing with Random restart and simulated Annealing
Javafx, Cpp, python.
to run locally:

#change the path arguments with path of your CSV files in Visuals.java

javafx 11.0.2

python3.6

About

Benchmarking the performance of HillClimbing, SimulatedAnnealing and other dfs approaches in solving N-queens problem. Visualization using Javafx

License:MIT License


Languages

Language:C++ 84.6%Language:Java 13.2%Language:Python 2.2%