Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 2c73950

Browse files
antmarakisnorvig
authored andcommitted
Update README.md (aimacode#528)
1 parent 4777e1b commit 2c73950

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,8 @@ Here is a table of algorithms, the figure, name of the code in the book and in t
8484
| 10.7 | Cake-Problem | `have_cake_and_eat_cake_too` |[`planning.py`][planning]|
8585
| 10.9 | Graphplan | `GraphPlan` |[`planning.py`][planning]|
8686
| 10.13 | Partial-Order-Planner | |
87-
| 11.1 | Job-Shop-Problem-With-Resources | |
88-
| 11.5 | Hierarchical-Search | |
87+
| 11.1 | Job-Shop-Problem-With-Resources | `job_shop_problem` |[`planning.py`][planning]|
88+
| 11.5 | Hierarchical-Search | `hierarchical_search` |[`planning.py`][planning]|
8989
| 11.8 | Angelic-Search | |
9090
| 11.10 | Doubles-tennis | `double_tennis_problem` |[`planning.py`][planning]|
9191
| 13 | Discrete Probability Distribution | `ProbDist` | [`probability.py`][probability] |

0 commit comments

Comments
 (0)