add lbfgs walkthrough and small cleanups (#229)

This commit is contained in:
Robert Nishihara
2016-07-08 12:32:48 -07:00
committed by Philipp Moritz
parent 82ab6d68f1
commit d8a621e5cb
5 changed files with 186 additions and 24 deletions
+2 -1
View File
@@ -5,9 +5,10 @@ To run the application, first install this dependency.
- [TensorFlow](https://www.tensorflow.org/)
Then run the following.
Then from the directory `ray/examples/hyperopt/` run the following.
```
source ../../setup-env.sh
python driver.py
```