Skip to content

Commit 128c2a4

Browse files
committed
rerun
1 parent 3b18f4b commit 128c2a4

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

Search/01-Search_Problem_Formulation_NPuzzle.ipynb

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
},
1414
{
1515
"cell_type": "code",
16-
"execution_count": 2,
16+
"execution_count": 1,
1717
"source": [
1818
"%matplotlib inline\n",
1919
"%reload_ext autoreload\n",
@@ -142,7 +142,7 @@
142142
},
143143
{
144144
"cell_type": "code",
145-
"execution_count": 18,
145+
"execution_count": 2,
146146
"source": [
147147
"class NPuzzleState:\n",
148148
" \n",
@@ -257,7 +257,7 @@
257257
},
258258
{
259259
"cell_type": "code",
260-
"execution_count": 19,
260+
"execution_count": 3,
261261
"source": [
262262
"start_state_tiles = [\n",
263263
" 2, 8, 3, \n",
@@ -297,7 +297,7 @@
297297
},
298298
{
299299
"cell_type": "code",
300-
"execution_count": 20,
300+
"execution_count": 4,
301301
"source": [
302302
"print(start_state)"
303303
],
@@ -316,7 +316,7 @@
316316
},
317317
{
318318
"cell_type": "code",
319-
"execution_count": 21,
319+
"execution_count": 5,
320320
"source": [
321321
"start_state"
322322
],
@@ -329,14 +329,14 @@
329329
]
330330
},
331331
"metadata": {},
332-
"execution_count": 21
332+
"execution_count": 5
333333
}
334334
],
335335
"metadata": {}
336336
},
337337
{
338338
"cell_type": "code",
339-
"execution_count": 22,
339+
"execution_count": 6,
340340
"source": [
341341
"eval(repr(start_state))"
342342
],
@@ -349,7 +349,7 @@
349349
]
350350
},
351351
"metadata": {},
352-
"execution_count": 22
352+
"execution_count": 6
353353
}
354354
],
355355
"metadata": {}
@@ -363,7 +363,7 @@
363363
},
364364
{
365365
"cell_type": "code",
366-
"execution_count": 23,
366+
"execution_count": 7,
367367
"source": [
368368
"successors = start_state.successors()\n",
369369
"fig, axes = plt.subplots(1, 1 + len(successors), figsize=(15, 3))\n",

0 commit comments

Comments
 (0)