- moved all functions to Layer

- added Stack

git-svn-id: http://moon:8086/svn/software/trunk/projects/Rbm@577 b431acfa-c32f-4a4a-93f1-934dc6c82436
This commit is contained in:
2019-10-25 16:41:39 +00:00
parent 3e90330cd1
commit c68faa894e
7 changed files with 192 additions and 14 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
CONFIG ?= release
SRCS := source/main.cpp source/Rbm.cpp source/Layer.cpp source/noise.c
SRCS := source/main.cpp source/Rbm.cpp source/Layer.cpp source/Stack.cpp
LIBS := -larmadillo -ljsoncpp