Simulated Annealing Demonstration 1.0

Simulated Annealing Demonstration is a Java application that demonstrates the Simulated Annealing algorithm with an attack on the "traveling salesman" problem. It was developed to help solve large combinatorial optimization problems. It is based on...