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

Fix parameter free scheme #156

Merged
merged 3 commits into from
Aug 2, 2023
Merged

Fix parameter free scheme #156

merged 3 commits into from
Aug 2, 2023

Conversation

YamLyubov
Copy link
Collaborator

@YamLyubov YamLyubov commented Jul 27, 2023

The problem with parameter_free genetic scheme was with mutation probability. In some cases mutation probability was set to zero so there were no way to produce next generation because there were no crossover.

Added:

  • minimal value for mutation probability
  • minimal test for genetic schemes

Results of experiments for molecules on 5 trials for each scheme

image

@YamLyubov YamLyubov added the bug Something isn't working label Jul 27, 2023
@YamLyubov YamLyubov merged commit 533ab80 into main Aug 2, 2023
5 checks passed
@YamLyubov YamLyubov deleted the fix-genetic-schema branch August 2, 2023 10:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants