CodingTrain / Toy-Neural-Network-JS

Neural Network JavaScript library for Coding Train tutorials
MIT License
425 stars 242 forks source link

I dont think mutate is working #132

Closed fartass closed 5 years ago

fartass commented 5 years ago

Is it really mutating? Im making a copy of the bird and new bird has same weights. The copy is suppose to get mutated as well but I dont think it does. But then how does the birds improve?

fartass commented 5 years ago

Solved: needs a fitness other than 0.