Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torch/optim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJJ Merelo <jjmerelo@gmail.com>2016-02-25 22:42:17 +0300
committerJJ Merelo <jjmerelo@gmail.com>2016-02-25 22:42:17 +0300
commit8b3b5d42e528a1d3733589da3f316bc11d6283d9 (patch)
treed904fc1cd579ba6ce1eebc3467bc4e5f92f63ff4
parent54763a108bf4fd0d368a85a4adf9be2f632128c9 (diff)
Another addition to the docs
While I was trying to find out what the `test` dir was about.
-rw-r--r--README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md
index a0a4101..572a67a 100644
--- a/README.md
+++ b/README.md
@@ -19,7 +19,9 @@ where:
## Available algorithms
Please check [this file](doc/index.md) for the full list of
-optimization algorithms available and examples.
+optimization algorithms available and examples. Get also into the
+[`test`](test/) directory for straightforward examples using the
+[Rosenbrock's](test/rosenbrock.lua) function.
## Important Note