How to realize the cooperative mission planning of UAV with genetic algorithm or C language?
Genetic algorithm has two functions in matlab, namely ga and gaoptimset. The former is used to call genetic algorithm, and the latter is used to set parameters of genetic algorithm. The specific content can be viewed through doc ga. What parameters of genetic algorithm can be directly input into gaoptimset in the command window? Good luck.