Skip to content

Commit

Permalink
Docs: Updates images to include dp (#105)
Browse files Browse the repository at this point in the history
  • Loading branch information
dgasmith authored Sep 6, 2019
1 parent 4c123e0 commit c17dcea
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/source/path_finding.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ algorithms, which can be manually specified using the ``optimize`` keyword.
These are:

* The ``'optimal'`` strategy - an exhaustive search of all possible paths
* The ``'dynamic-programming'`` strategy - a near-optimal search based off dynamic-programming
* The ``'branch'`` strategy - a more restricted search of many likely paths
* The ``'greedy'`` strategy - finds a path one step at a time using a cost
heuristic
Expand Down
Binary file modified docs/source/path_finding_time.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/source/path_found_flops.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit c17dcea

Please sign in to comment.