I am trying to come up with the algorithm for a Graph Coloring problem using Simulated Annealing. There is the general algorithm online, but when i look at it, I couldn't understand how can apply this algorithm on this problem. Each node in graph must had diffrent color from it's neibours.
How can I use the Simulated annealing algorithm for this.
What is the "temperature", "schedule" in this problem?
Please help me understand this. Thanks