TABLE 9. The Specific Parameters of the Genetic Algorithm.
Name of parameters | Parameter setting |
---|---|
Number of chromosomes | popsize=100 |
Number of parameters | chsize=157 |
The lower bound of the randomized initial population | minval=−10 |
The upper bound of the randomized initial population | maxval=10 |
The maximum number of generations | Maxiter=100 |
crossover probability | crossprob=0.2 |
mutation probability | mutateprob=0.1 |
fitness function | evalFunc=F |