forked fromahmedfgad/GeneticAlgorithmPython
- Notifications
You must be signed in to change notification settings - Fork0
2.16.0
- 2.16.0
196a034
Compare
Choose a tag to compare Could not load tagsNothing to show{{ refName }}defaultLoading
- 2.16.0
196a034
Compare
Choose a tag to compare Could not load tagsNothing to show{{ refName }}defaultLoading
A user-defined function can be passed to the mutation_type, crossover_type, and parent_selection_type parameters in the pygad.GA class to create a custom mutation, crossover, and parent selection operators. Check the User-Defined Crossover, Mutation, and Parent Selection Operators section in the documentation: https://pygad.readthedocs.io/en/latest/README_pygad_ReadTheDocs.html#user-defined-crossover-mutation-and-parent-selection-operatorsThe example_custom_operators.py script gives an example of building and using custom functions for the 3 operators.https://github.com/ahmedfgad/GeneticAlgorithmPython/discussions/50
Assets2
Uh oh!
There was an error while loading.Please reload this page.