Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

mutate() must skip elitist genomes #160

Open
egtzori opened this issue Aug 1, 2019 · 0 comments
Open

mutate() must skip elitist genomes #160

egtzori opened this issue Aug 1, 2019 · 0 comments

Comments

@egtzori
Copy link

egtzori commented Aug 1, 2019

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant