Skip to content

Commit 90d2292

Browse files
committed
Updated README to reflect directory structure changes.
1 parent 1191169 commit 90d2292

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ First of all, note that this repository isn't synchronized with [the main Clever
1010

1111
So, all directories, save for `python`, are not to be taken as updated.
1212

13-
Under the `python` directory, the code listings are sorted by chapter and are named after the name used by the book (e.g., Random Search of Chapter 2 is `python/2 Stochastic Algorithms/random_search.py`). At the beginning of each file is a docstring describing the algorithm and some notes on the code listing itself. These were taken directly from the book, unless noted.
13+
Under the `python` directory, the code listings are sorted by chapter and are named after the name used by the book (e.g., Random Search of Chapter 2 is `python/2_Stochastic_Algorithms/random_search.py`). At the beginning of each file, I note the chapter and section in the book in which the algorithm can be found (e.g., Random Search is noted as 2.2). The docstring also contains a description the algorithm and some notes on the code listing itself. These were taken directly from the book, unless noted.
1414

1515
# Technical Specs
1616

0 commit comments

Comments
 (0)