Talk:Simulated annealing

From Rosetta Code

Task should be more specific

This looks like it could be a fun task. But currently it asks for 100 cities, without specifying the travel costs between these cities. (It also leaves out the definitions of the names in the pseudocode - something which currently requires a visit to the wikipedia page.)

We're going to need a specific task before we can have valid implementations. --Rdm (talk) 15:23, 23 March 2016 (UTC)

The travel cost between two cities is the distance between these cities (added in the task description). The definitions should be in the notations paragraph. Could you tell what is missing ? Thx. --G.Brougnard (talk) 17:13, 23 March 2016 (UTC)

Those costs are missing. There are up to 10,000 costs to be considered for this case - they could be specified by posting them to a page or arithmetically, but currently I do not know what those costs should be. --Rdm (talk) 17:23, 23 March 2016 (UTC)