Feeds
提问
Hi. I am trying find the minimum of a function using GA. I am having some trouble understanding how the mutation function works if I only have linear constraints and all my variables are integer variables. Could anybody please help?
I also understand that the GA on Matlab does not use a mutation probability as such. It uses a function instead. Is that right?
8 years 前 | 0 个回答 | 0
0
个回答提问
Randomly select an element
Hello. I have an array: A=[4 8 7 9 5] How to I randomly select an element from the array? Thanks a lot.
8 years 前 | 1 个回答 | 0
1
个回答提问
Hi. How do I change the mutation and crossover probability in GA? I have linear constraints in my problem. Matlab is not allowing me to change the probabilities.
I have Matlab 2017A and I'm using GA to solve an optimal placement problem. My problem is binary and has 57 variables. I have tr...
8 years 前 | 0 个回答 | 0
