回答編集履歴
1
調整
test
CHANGED
@@ -8,6 +8,8 @@
|
|
8
8
|
|
9
9
|
```python
|
10
10
|
|
11
|
+
#
|
12
|
+
|
11
13
|
path = np.zeros(T, dtype=int)
|
12
14
|
|
13
15
|
phi = np.zeros((nStates, T), dtype=int)
|