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

Fitness function should be evaluated only for new chromosomes #1

Closed
GoogleCodeExporter opened this issue Mar 22, 2016 · 4 comments
Closed

Comments

@GoogleCodeExporter
Copy link

It is required to recalculate fitness value only of new members of the 
population. If input data don't change during solution search, we do not 
need to recalculate fitness of the entire population, what leads to 
decreasing performance.

Original issue reported on code.google.com by andrew.k...@gmail.com on 22 Sep 2006 at 1:39

@GoogleCodeExporter
Copy link
Author

Issue 1 fixed - only new members of the population are evaluated. Random 
generation 
of new chromosomes was removed from selection algorithms, but implemented in 
population class.

Original comment by andrew.k...@gmail.com on 26 Sep 2006 at 8:37

  • Added labels: Project-Genetic

@GoogleCodeExporter
Copy link
Author

Original comment by andrew.k...@gmail.com on 26 Sep 2006 at 8:38

  • Changed state: Fixed

@GoogleCodeExporter
Copy link
Author

Original comment by andrew.k...@gmail.com on 26 Aug 2007 at 6:33

  • Changed state: Verified

@GoogleCodeExporter
Copy link
Author

Original comment by andrew.k...@gmail.com on 19 May 2008 at 6:05

  • Changed state: Released

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