Skip to content

Commit

Permalink
remove reference to neuron (too soon!)
Browse files Browse the repository at this point in the history
  • Loading branch information
i-make-robots committed May 8, 2024
1 parent a992ead commit 6745447
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -70,11 +70,11 @@ void update(double dt) {
updateImage();
// write new data to the top row.
writeInputsToTopLineOfImage();

/*
// run the neural network
for(Neuron n : neurons) {
n.update(dt);
}
}*/
}

private void writeInputsToTopLineOfImage() {
Expand Down

0 comments on commit 6745447

Please sign in to comment.