For questions related to the simulated annealing algorithm (SA), which is a probabilistic algorithm that attempts to find the global optimum of a function. SA can e.g. be used to solve the travelling salesman problem (TSP).
For more details, see e.g. https://en.wikipedia.org/wiki/Simulated_annealing.