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

Implement uniform crossover for genetic programming #724

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

Arkadii-M
Copy link

I implemented uniform crossover for genetic programming. This crossover offers greater code mixing near the root compared to one-point crossover.

@fmder
Copy link
Member

fmder commented Sep 10, 2023

Thanks for the contribution, could you add unit tests please?

@Arkadii-M
Copy link
Author

I've added a few unit tests. Please let me know if there's anything else I should do.

@Arkadii-M Arkadii-M changed the title Add a uniform crossover for genetic programming Implement uniform crossover for genetic programming Sep 22, 2023
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

Successfully merging this pull request may close these issues.

2 participants