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

Genome mutate - implements new logic for mutations #180

Commits on Jul 21, 2020

  1. Change the logic in genome.mutate: loop over genes which for which a…

    … random prob is below the mutation rate, evaluate permissible values for every gene, make a mutation always change the gene value, if more than one value is possible for this gene.
    
    Add test for number of mutations in a large population (must be close to expected value), test only silent mutation by monkey patching the indices selection function, testing permissible values for hidden and output region.
    Allow mutation_rates = 1.0.
    Henrik Mettler committed Jul 21, 2020
    Configuration menu
    Copy the full SHA
    66393bc View commit details
    Browse the repository at this point in the history