removing potentials

This commit is contained in:
2015-08-29 18:07:54 +02:00
parent b664988da6
commit 644211a4f8
4 changed files with 4 additions and 30 deletions

View File

@@ -10,7 +10,6 @@ int main()
srand(time(NULL));
NeuralNetwork::FeedForward ns({1,1});
ns[0][0].setPotential(0);
ns[1][1].setWeight(0,0);
ns[1][1].setWeight(1,1);