wagenaartje / neataptic

:rocket: Blazing fast neuro-evolution & backpropagation for the browser and Node.js
https://wagenaartje.github.io/neataptic/
Other
1.18k stars 278 forks source link

Question: When using NEAT, is there any training happening at all insde the framework? #121

Open alexus2005 opened 6 years ago

alexus2005 commented 6 years ago

Hi,

Was wondering when I am using NEAT, does it train the networks during the iterations at all or is it up to me to train? Or does NEAT not require training at all and random mutations take care o the fitness instead?

My assumption was NEAT just adjusts the network structure to the best fitting one, but every genome in population still needs to be given feedback and trained until maximum iterations per generation is reached? @