Posts by Zaqueu Do Vale • 11 points
2 posts
-
1
votes1
answer51
viewsA: What is the significance of the mutation rate in genetic algorithms?
The mutation rate refers to the number of individuals in the population who will be mutated. It is usually very small and serves to maintain the genetic variability of chromosomes over generations.…
-
0
votes1
answer67
viewsQ: How to display different scope subplots in the same figure?
1 - Summary of the problem I’m trying to implement the Binary Backpack Problem, using Python and a simple genetic algorithm. Follows the repository on Github. I wrote functions for plotting the…