Speedless item particle swarm optimization algorithm based on circuit breaker
A particle swarm optimization and particle swarm optimization technology, applied in the field of optimization theory, can solve problems such as slow search speed and premature algorithm, and achieve the effect of fast convergence speed, accelerated convergence speed, and excellent global search ability.
Patent Information
- Authority / Receiving Office
- CN · China
- Patent Type
- Applications(China)
- Current Assignee / Owner
- Publication Date
- 2016-11-09
- Estimated Expiration
- Not applicable · inactive patent
Smart Images
Figure 1 Figure 2 Figure 3
Abstract
Description
technical field
[0001] The invention relates to optimization theory, in particular to a trial particle swarm optimization algorithm based on fusing mechanism. Background technique
[0002] Particle swarm optimization algorithm (particle swarm optimization, pso) is a new evolutionary evolution algorithm. This algorithm is a stochastic optimization algorithm based on swarm intelligence proposed by J.Kennedy and R.C.Eberhart in 1995. The bionic basic point of this type of algorithm is: group animals (such as ants, birds, fish, etc.) effectively seek food and escape hunting through grouping. In this group of animals, the behavior of each individual is based on group behavior, that is, information is shared in the whole group, and there is information exchange and cooperation among individuals. For example, in an ant colony, when each individual finds food, it will recruit companions through contact or chemical signals, so that the whole colony can find food sources; in the fli...
Examples
Embodiment Construction
[0017] The present invention will be further described in conjunction with the accompanying drawings.
[0018] Step 1. Initialize the particle population, the size of the particle population is N; the position vector of each particle in the particle population Represents the current D-dimensional solution, where i=1,2,...,N, each particle has an individual history optimal pbest i The memory vector of the particle is used to store the best position that the particle has ever found, and the optimal position of the population is called gbest. particle history best pbest id Set to X id ; Initialize the historical best fitness of each particle Fitnes(pbest i ). The best fitness of population history is Fitnes(gbest) is the best fitness of all particles in history Fitnes(pbest i ) maximum value. The historical optimal position of the population gbest is the historical best fitness of all particles Fitnes(pbest i ) is the largest particle. The maximum number of loop iteratio...