new test, and multithreading in FFQ, MT in BP not working

This commit is contained in:
2014-11-12 22:26:38 +01:00
parent f81b5a5b5f
commit 24a72dbffb
10 changed files with 194 additions and 45 deletions

View File

@@ -3,10 +3,11 @@ include ../Makefile.const
LIB_DIR = ../lib
GEN_TESTS=g-01 g-02
NN_TESTS= \
nn-01 nn-02 nn-03 nn-bp-sppeed \
nn-bp-xor \
nn-obp-xor \
nn-rl-xor nn-rl-and \
nn-reinforcement nn-01 nn-02 nn-03 nn-04
nn-reinforcement nn-04
ALL_TESTS=$(NN_TESTS) $(GEN_TESTS)
LIBS=$(LIB_DIR)/Genetics.a $(LIB_DIR)/NeuronNetwork.a