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:
authorSoumith Chintala <soumith@gmail.com>2015-09-02 20:53:05 +0300
committerSoumith Chintala <soumith@gmail.com>2015-09-02 20:53:05 +0300
commite69ce20e85ce22135fb6f015b199046281577fff (patch)
tree6b507907ff37a74469120ce29de6b0287be2f8ed
parentb11ce0a73d8fa56fc7837552a1b25c7adc99581a (diff)
parent8b5fb772712be4fb84daebeac770c79e6bb187c6 (diff)
Merge pull request #67 from jesseengel/patch-1
Small typo: Update README.md
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 7354d8a..375bbd8 100644
--- a/README.md
+++ b/README.md
@@ -17,7 +17,7 @@ where:
## Important Note
-The state table is used to hold the state of the algorihtm.
+The state table is used to hold the state of the algorithm.
It's usually initialized once, by the user, and then passed to the optim function
as a black box. Example: