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
Elitism is extremely simple to implement and allows to ensure that the N best elements of the population are carried to the next generation avoiding the fitness drop that can be seen when running GPlearn fit
N=1 is a good value, for very large population it can be beneficial to push it up a bit.
ref: Dejong K. (1975), An analysis of the behavior of a class of a class of genetic adaptive systems. PhD Thesis, University of Michigan.
Is your feature request related to a problem? Please describe.
Describe the solution you'd like
Additional context
The text was updated successfully, but these errors were encountered:
Thanks for your nice code.
Elitism is extremely simple to implement and allows to ensure that the N best elements of the population are carried to the next generation avoiding the fitness drop that can be seen when running GPlearn fit
N=1 is a good value, for very large population it can be beneficial to push it up a bit.
ref: Dejong K. (1975), An analysis of the behavior of a class of a class of genetic adaptive systems. PhD Thesis, University of Michigan.
Is your feature request related to a problem? Please describe.
Describe the solution you'd like
Additional context
The text was updated successfully, but these errors were encountered: