Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 212 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 212 Bytes

8queen

Solve 8 Queen problem using Simulated Annealing argorithm.

mutation rate: 10. 25 x 25 board.

total 500 cases, display how many time it took to solvee the problem, how many solved, and how many failed.