You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
neataptic version: 1.4.7
As commented in the source (neat.js)
// Elitist genomes should not be included
but code on next line does
for (var i = 0; i < this.population.length; i++) {
(includes elitist genomes to roll for mutation)
Fixing this improves network performance for me.
I will create a pull request to patch this
The text was updated successfully, but these errors were encountered:
neataptic version: 1.4.7
As commented in the source (neat.js)
// Elitist genomes should not be included
but code on next line does
for (var i = 0; i < this.population.length; i++) {
(includes elitist genomes to roll for mutation)
Fixing this improves network performance for me.
I will create a pull request to patch this
The text was updated successfully, but these errors were encountered: