中文说明: 粒子群算法施一种有效的全局寻优算法。与传统的进化算法相比,粒子群算法保留了基于种群的全局搜索策略,但是其采用的“速度-位移”模型操作简单,避免了复杂的遗传操作,它特有的记忆使其可以动态跟踪当前的搜索情况调整搜索策略。本代码结果非常明显而且直观。
English Description:
Particle swarm optimization is an effective global optimization algorithm. Compared with the traditional evolutionary algorithm, particle swarm optimization retains the global search strategy based on population, but its "velocity displacement" model is simple to operate and avoids the complex genetic operation. Its unique memory enables it to dynamically track the current search situation and adjust the search strategy. The result of this code is very obvious and intuitive.