Introduction - If you have any usage issues, please Google them yourself
Solving traveling salesman problem using hopfield neural network aproach.
Iteration stop when network reach stable state. In here stable state represents as diff between current energy and previous one, which less than 0.0000001.
Code in matlab, Result still need improvement