new implementation of FF Network

This commit is contained in:
2014-11-04 22:25:11 +01:00
parent 0238312a5b
commit 75ca9bc21f
23 changed files with 370 additions and 104 deletions

View File

@@ -1,9 +1,8 @@
include ../Makefile.const
LIB_DIR = ../lib
GEN_TESTS=g-01
#g-02
NN_TESTS=nn-01 nn-02 nn-03
GEN_TESTS=g-01 g-02
NN_TESTS=nn-01 nn-02 nn-03 nn-04
ALL_TESTS=$(NN_TESTS) $(GEN_TESTS)
LIBS=$(LIB_DIR)/Genetics.a $(LIB_DIR)/NeuronNetwork.a