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

github.com/clementfarabet/lua---nnx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarco Scoffier <github@metm.org>2011-09-27 18:15:20 +0400
committerMarco Scoffier <github@metm.org>2011-09-27 18:15:20 +0400
commit0fa31ede87b5ea1a63657ce2be453dce6237fe4c (patch)
tree624baa733c51159d147e6af5c0bf41389fa50350 /nnx-1.0-1.rockspec
parentd3d60789dce2161702613d6ea5141cc3a30e75d5 (diff)
rename white space
Diffstat (limited to 'nnx-1.0-1.rockspec')
-rw-r--r--nnx-1.0-1.rockspec2
1 files changed, 1 insertions, 1 deletions
diff --git a/nnx-1.0-1.rockspec b/nnx-1.0-1.rockspec
index 8489dbf..deb5fc0 100644
--- a/nnx-1.0-1.rockspec
+++ b/nnx-1.0-1.rockspec
@@ -136,7 +136,7 @@ build = {
install_files(/lua/nnx Optimization.lua)
install_files(/lua/nnx LBFGSOptimization.lua)
install_files(/lua/nnx SGDOptimization.lua)
- install_files(/lua/nnx GenSGDOptimization.lua)
+ install_files(/lua/nnx GeneticSGDOptimization.lua)
install_files(/lua/nnx BatchOptimization.lua)
install_files(/lua/nnx BatchTrainer.lua)
add_subdirectory (test)