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:
authorClement Farabet <clement.farabet@gmail.com>2011-10-09 20:36:55 +0400
committerClement Farabet <clement.farabet@gmail.com>2011-10-09 20:36:55 +0400
commitd59a0af48b94af44a66ba68a9fa0676ee7ca94da (patch)
treef3e4da27170e26e4ba8fe08b26f74c0461ce9fff /CMakeLists.txt
parent7e7c5bdc12ce6f261f20e9701a7ae19741fe3ba6 (diff)
Added diag hessian support for a few modules.
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 745f2e1..d0739ef 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -124,6 +124,7 @@ install_files(${INSTALL_PREFIX} SGDOptimization.lua)
install_files(${INSTALL_PREFIX} GeneticSGDOptimization.lua)
install_files(${INSTALL_PREFIX} BatchOptimization.lua)
install_files(${INSTALL_PREFIX} SNESOptimization.lua)
+install_files(${INSTALL_PREFIX} DiagHessian.lua)
install_files(${INSTALL_PREFIX} BatchTrainer.lua)
add_subdirectory (test)
install_targets(${CINSTALL_PREFIX} nnx)