How does this compare with plain Greedy Descent? How would the two algorithms compare if you gave them 10000 steps?
  • Random Walk performs very poorly compared to Greedy Descent. However, since Greedy Descent is incomplete, for long runtimes (such as 10000 steps), Random Walk performs better.

Valid HTML 4.0 Transitional