added feedForward and moving Reccurent neuron to normal
This commit is contained in:
@@ -2,7 +2,7 @@ include ../Makefile.const
|
||||
|
||||
LIB_DIR = ../lib
|
||||
|
||||
ALL_TESTS=activation basis recurrent recurrent_join
|
||||
ALL_TESTS=activation basis recurrent feedforward
|
||||
|
||||
#LIBS=$(LIB_DIR)/Genetics.a $(LIB_DIR)/NeuralNetwork.a
|
||||
#LIBS=-lGenetics.so -lNeuronNetwork
|
||||
|
||||
@@ -17,6 +17,4 @@ int main() {
|
||||
float res= a.computeOutput({1,0.7})[0];
|
||||
assert(res > solutions[i]*0.999 && res < solutions[i]*1.001);
|
||||
}
|
||||
|
||||
std::cout << a;
|
||||
}
|
||||
Reference in New Issue
Block a user