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-05 02:24:37 +0400
committerClement Farabet <clement.farabet@gmail.com>2011-10-05 02:24:37 +0400
commitb14348d4e5206f5209d019ef68b1c3bc2421977a (patch)
tree11b030a8ec69b321fb67be3f589211f831f35d79 /CMakeLists.txt
parent521d0b42904c918ef8d2f2f5dd17962e621cebf2 (diff)
First draft for SNES optimizer.
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 01eb717..745f2e1 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -123,6 +123,7 @@ install_files(${INSTALL_PREFIX} CGOptimization.lua)
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} BatchTrainer.lua)
add_subdirectory (test)
install_targets(${CINSTALL_PREFIX} nnx)