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

Skip to content

Commit 2e2cd77

Browse files
ad71norvig
authored andcommitted
Added section on Hill Climbing (#787)
* Added section on Hill Climbing * Added images * Updated README.md
1 parent d6a175c commit 2e2cd77

File tree

3 files changed

+984
-24
lines changed

3 files changed

+984
-24
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ Here is a table of algorithms, the figure, name of the algorithm in the book and
7979
| 3.22 | Best-First-Search | `best_first_graph_search` | [`search.py`][search] | Done | Included |
8080
| 3.24 | A\*-Search | `astar_search` | [`search.py`][search] | Done | Included |
8181
| 3.26 | Recursive-Best-First-Search | `recursive_best_first_search` | [`search.py`][search] | Done | |
82-
| 4.2 | Hill-Climbing | `hill_climbing` | [`search.py`][search] | Done | |
82+
| 4.2 | Hill-Climbing | `hill_climbing` | [`search.py`][search] | Done | Included |
8383
| 4.5 | Simulated-Annealing | `simulated_annealing` | [`search.py`][search] | Done | |
8484
| 4.8 | Genetic-Algorithm | `genetic_algorithm` | [`search.py`][search] | Done | Included |
8585
| 4.11 | And-Or-Graph-Search | `and_or_graph_search` | [`search.py`][search] | Done | |

images/hillclimb-tsp.png

31.3 KB
Loading

0 commit comments

Comments
 (0)