I am trying to come up with the algorithm for my n queens using Simulated Annealing. There is the general algorithm online, but when i look at it, I couldn't understand how it work. My nodes only have the value about number of hit that is on the board. How can I use the Simulated annealing algorithm for this. What is the "temperature", "schedule"?
Please help me understand this. Thanks