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

Termination: Gene convergence #200

Closed
jenetics opened this issue Apr 27, 2017 · 1 comment
Closed

Termination: Gene convergence #200

jenetics opened this issue Apr 27, 2017 · 1 comment
Assignees
Milestone

Comments

@jenetics
Copy link
Owner

Implement a gene convergence limit strategy.

A termination method that stops the evolution when a user-specified percentage of the genes that make up a chromosome are deemed as converged. A gene is deemed as converged when the average value of that gene across all of the chromosomes in the current population is less than a user-specified percentage away from the maximum gene value across the chromosomes.

@jenetics jenetics changed the title Evolution stream limit: Gene convergence Termination: Gene convergence Apr 27, 2017
@jenetics jenetics added this to the v3.9.0 milestone Apr 28, 2017
@jenetics jenetics self-assigned this Apr 28, 2017
@jenetics jenetics modified the milestones: v4.0.0, v3.9.0 Aug 22, 2017
jenetics added a commit that referenced this issue Oct 25, 2017
jenetics added a commit that referenced this issue Oct 25, 2017
jenetics added a commit that referenced this issue Oct 25, 2017
jenetics added a commit that referenced this issue Oct 25, 2017
@jenetics
Copy link
Owner Author

Merged into r4.0.0 branch.

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

No branches or pull requests

1 participant