Posts by Zaratruta • 111 points
2 posts
-
0
votes1
answer51
viewsQ: What is the significance of the mutation rate in genetic algorithms?
Hello. Let’s say I set a mutation rate of 5% in an AG. What does that mean? What is it about the entire population, and for every individual, I’m going to go through all of his genes, and I make a…
-
1
votes1
answer698
viewsQ: How to pass matrix as parameter in C?
Hello. In general, I know that to pass an array as a parameter of a function in C, we have to specify the size of its dimensions. But this makes the function less generic. I was thinking of using…