We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 076556a commit 70f4e82Copy full SHA for 70f4e82
search.ipynb
@@ -2853,6 +2853,7 @@
2853
" neighbor = argmax_random_tie(neighbors,\n",
2854
" key=lambda node: problem.value(node.state))\n",
2855
" if problem.value(neighbor.state) <= problem.value(current.state):\n",
2856
+ " \"\"\"Note that it is based on negative path cost method\"\"\"\n",
2857
" current.state = neighbor.state\n",
2858
" iterations -= 1\n",
2859
" \n",
0 commit comments