Comment by MattPalmer1086

Comment by MattPalmer1086 6 months ago

0 replies

That's very similar to an algorithm I played with many years ago.

I also used simulated annealing, where a temperature controls the amount of random movement each node gets on an iteration, and the temperature is gradually reduced. It was a DAG though, not a tree.