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
+5
View File
@@ -47,3 +47,8 @@ estimate of pi (waiting until the computation has finished if necessary).
- [Tutorial](tutorial.md)
- [About the System](about-the-system.md)
- [Using Ray on a Cluster](using-ray-on-a-cluster.md)
## Example Applications
- [Hyperparameter Optimization](../examples/hyperopt/README.md)
- [Batch L-BFGS](../examples/lbfgs/README.md)