FongEš
I really need to complete the simulated annealing method for the traveling salesman problem
Now I have created an EuclideanPath class object in the CalculateEnergy function. The class object looks like this: EuclideanPath euclideanPath = new EuclideanPath(cities);
But it says that the name Ńities does not exist in the current context
16 replies