added hill climbing algorithm (#1666)

* added hill climbing algorithm

* Shorten long lines, streamline get_neighbors()

* Update hill_climbing.py

* Update and rename optimization/hill_climbing.py to searches/hill_climbing.py

Co-authored-by: Christian Clauss <cclauss@me.com>
This commit is contained in:
Faraz Ahmed Khan
2020-01-07 23:00:55 -06:00
committed by Christian Clauss
parent 46df735cf4
commit cbab5f18f1
2 changed files with 188 additions and 0 deletions

View File

@@ -0,0 +1 @@
matplotlib