Skip to content

Commit

Permalink
missed crossover
Browse files Browse the repository at this point in the history
  • Loading branch information
shiffman committed Apr 13, 2020
1 parent 0d57f0c commit a18ea8d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/NeuralNetwork/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ class DiyNeuralNetwork {

// neuroevolution
this.mutate = this.mutate.bind(this);
this.crossover = this.crossover.bind(this);

// Initialize
this.init(this.callback);
Expand Down

0 comments on commit a18ea8d

Please sign in to comment.