CN105426955A - Disturbance-based elite reverse learning particle swarm optimization implementation method - Google Patents

Disturbance-based elite reverse learning particle swarm optimization implementation method Download PDF

Info

Publication number
CN105426955A
CN105426955A CN201510513794.6A CN201510513794A CN105426955A CN 105426955 A CN105426955 A CN 105426955A CN 201510513794 A CN201510513794 A CN 201510513794A CN 105426955 A CN105426955 A CN 105426955A
Authority
CN
China
Prior art keywords
particle
elite
value
inertia weight
iter
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
CN201510513794.6A
Other languages
Chinese (zh)
Inventor
李俊
汪冲
陈姚节
李波
胡威
方国康
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Wuhan University of Science and Engineering WUSE
Wuhan University of Science and Technology WHUST
Original Assignee
Wuhan University of Science and Engineering WUSE
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Wuhan University of Science and Engineering WUSE filed Critical Wuhan University of Science and Engineering WUSE
Priority to CN201510513794.6A priority Critical patent/CN105426955A/en
Publication of CN105426955A publication Critical patent/CN105426955A/en
Pending legal-status Critical Current

Links

Landscapes

  • Management, Administration, Business Operations System, And Electronic Commerce (AREA)

Abstract

The invention relates to a disturbance-based elite reverse learning particle swarm optimization implementation method. The technical scheme of the method comprises a first step of initializing a particle parameter, a second step of calculating particle fitness values and obtaining individual extrema and a global extremum, a third step of progressively decreasing inertia weight in a nonlinear manner, wherein a nonlinear progressive decrease manner not a linear progressive decrease manner is used to change the inertia weight so that a convergence speed and convergence precision of an algorithm are improved, a fourth step of determining a particle position updating mode, a fifth step of updating the individual extrema and the global extremum, and a sixth step of determining a particle continuing execution condition. The method is suitable for solving a function optimization problem, and the method has the high convergence speed and the high convergence precision and can effectively prevent from falling into a local optimum.

Description

A kind of implementation method of the elite's backward learning particle group optimizing based on disturbance
Technical field
The invention belongs to Intelligent Computation Technology field, particularly relate to a kind of implementation method of the elite's backward learning particle group optimizing based on disturbance.
Background technology
Particle swarm optimization algorithm (ParticleSwarmOptimization, PSO) be inspired in nineteen ninety-five a kind of optimization evolution algorithm of the overall situation proposed by flock of birds foraging behavior by scholar Kennedy and Eberhart, its main thought be by individuality between cooperation and information sharing realize solving target problem.
Particle cluster algorithm is a kind of Intelligent Optimal algorithm based on population, and all particles have an adaptive value determined by optimised function, are used for evaluating the quality of this particle current location.Particle finds optimum solution by the iteration of self, and in iterative process each time, particle upgrades oneself position by chasing individual extreme value pbest and global extremum gbest.If form a colony by N number of particle, tie up in search volume at D, vector x i=(x i1, x i2..., x id), i=1,2 ..., N, represents i-th position of particle in search volume, vector v i=(v i1, v i2..., v id) represent the speed of particle, i-th particle search to optimal location be p i=(p i1, p i2..., p id), the optimal location that whole particle group energy searches is p g=(p g1, p g2..., p gd).Then the equation of change of particle is as follows:
v id(t+1)=wv id(t)+c 1r 1(p id-x id(t))+c 2r 2(p gd-x id(t))(1)
x id(t+1)=x id(t)+v id(t+1)(2)
Wherein: d=1,2 ..., D; W is called inertia weight; c 1and c 2be called Studying factors; r 1and r 2it is the random function of two changes in (0,1) scope; T is current iteration number of times.The part 1 of formula (1) is the previous speed of particle; Part 2 is " cognition " part, guides particle to self experience optimal direction motion; 3rd part is " society " part, guides particle to move to the direction of global optimum.
Because PSO algorithm flow is simple, be easy to realize, be widely used in multiple field.But PSO algorithm also exists and is easily absorbed in local extremum, speed of convergence is slow, optimizes the problem of low precision.
2005, professor Tizhoosh proposes backward learning (Opposition-basedlearning first, OBL) concept, the main thought of backward learning is: considering each candidate individual while, consider that it is oppositely individual, may obtain an individuality closer to optimum like this.Backward learning strategy effectively can improve population diversity, avoids algorithm Premature Convergence.General intelligence algorithm is all stochastic generation initial population, then by generation to optimum solution close to and finally to find or close to optimum solution.In search procedure, search for current solution simultaneously and oppositely separate, therefrom selecting good solution as follow-on colony, improve the efficiency of algorithm greatly.
2013, Zhou Xinyu etc. proposed elite's backward learning strategy, introduce elite's particle, in order to avoid population occurs that search is stagnated, adopted Differential Evolution Algorithm to strengthen the local producing capacity of algorithm.Elite's backward learning (EliteOpposition-basedParticleSwarmOptimization that Zhou Xinyu proposes, EOPSO) algorithm greatly improves the performance of algorithm from speed of convergence and convergence precision, but what adopt in literary composition is a kind of fixing inertia weight, upgrading what adopt to speed is the population speed more new formula of standard.Fixing inertia weight is unfavorable for that particle early stage search for accurately on a large scale by search and particle later stage, and the population speed of standard more new formula makes particle easily be absorbed in locally optimal solution.
Summary of the invention
The present invention is intended to overcome prior art defect, and object is to provide a kind of implementation method that can improve the elite's backward learning particle group optimizing based on disturbance of speed of convergence and convergence precision.
For achieving the above object, the technical solution used in the present invention is:
The first step, initialization Fe coatings
First arranging population particle scale is N, and also carry out initialization to the position of each particle, speed, the size of initial setting up particle iterations is Iter, and the assessment number of times of particle is A, and the dimension of particle is the social learning ability C of D, particle simultaneously 1with the ability of self-teaching C of particle 2, wherein
C 1=C 2=1.193(3)
Second step, calculating particle fitness value
The fitness value that the quality of particle is produced by fitness function is evaluated, and the best values that particle each in N number of particle experiences, is also called individual extreme value P i=(P i1, P i2..., P id) represent, value best in N number of particle, be also called global extremum P g=(P g1, P g2..., P gd) represent.
3rd step, the non-linear inertia weight that successively decreases
Propose a kind of non-linear inertia weight successively decreased, be defined as follows
w = w - ( w m a x - w m i n ) s u m ( 1 : I t e r ) × ( Iter m a x - I t e r ) - - - ( 4 )
W max, w minfor the upper and lower limit of inertia weight, Iter maxbe maximum iteration time, Iter is particle current iteration number of times, and inertia weight declines very fast early stage, and decreased later is slower.
4th step, determine the mode that particle position upgrades
Random number R between random generation one [0,1], compares with the probability P of initial setting, if R<P, performs by mode one; If R>P, perform by mode two;
Mode one: elite's backward learning
If the elite's individuality in current group is X i=(x i, 1, x i, 2..., x i,D), corresponding elite oppositely separates X i * = ( x i , 1 * , x i , 2 * , ... , x i , D * ) Be defined as follows:
X i , j * = k ( a j + b j ) - X i , j - - - ( 5 )
Wherein X i,j∈ [a j, b j], k ∈ [0,1], k is vague generalization coefficient, utilizes this coefficient can generate multiple different reverse elite individual.
Mode two: disturbed extremum
Introduce the scope that disturbed extremum expands particle search, avoid particle to be absorbed in local optimum, the more new formula of speed is changed into:
v i d ( t + 1 ) = wv i d ( t ) + c 1 r 1 ( ( 0.5 + r 3 2 ) p i d - x i d ( t ) ) + c 2 r 2 ( ( 0.5 + r 4 2 ) p g d - x i d ( t ) ) - - - ( 6 )
R in formula 3and r 4be equally distributed random number between (0,1), individual extreme value and global extremum can along with r 3and r 4value different and disturbance occurs, the size and Orientation of speed also can change, and the hunting zone of population expands, particle can fly to how new position, and particle easily finds the more figure of merit, by interparticle mutual study, particle can move to more excellent position, likely can jump out locally optimal solution.
5th step: upgrade individual extreme value and global extremum
After particle executes a location updating, for single particle, find the optimal-adaptive value that this particle has, as the individual extreme value of this particle, and particle position corresponding for adaptive value is upgraded, for N number of particle, find the global extremum of optimal-adaptive value as particle of all particles, upgrade the position of overall particle.
6th step: particle continues the determination of executive condition
The execution of each particle all can have a condition stopped, when particle initialization, set the iterations Iter of particle and the assessment number of times A of particle, when the number of times of particle iteration does not reach Iter, the number of times t of the current iteration of particle increases once, particle implementation continues to perform, until reach the iterations of initial setting, the implementation of particle stops.
Preferably, non-linearly successively decrease in inertia weight above-mentioned, the initial value of inertia weight w is set to 0.9.
The present invention gives the assessment of the implementation method performance of the above-mentioned elite's backward learning particle group optimizing based on disturbance, and the assessment of method performance adopts two kinds of methods below:
A. fixing evaluation number of times, the speed of convergence of appraisal procedure and convergence precision;
B. fix convergence precision desired value, appraisal procedure reaches this assessment number of times required for precision target.
The implementation method of the elite's backward learning particle group optimizing based on disturbance of the present invention, adopts the non-linear inertia weight that successively decreases, elite oppositely separates and disturbed extremum, achieve the optimization of the elite's backward learning population based on disturbance.The present invention compared with prior art, has higher speed of convergence and convergence precision, can effectively avoid being absorbed in local optimum, is applicable to the problem that solved function is optimized.
Accompanying drawing explanation
Fig. 1 is the step schematic diagram of the implementation method of the elite's backward learning particle group optimizing based on disturbance of the present invention.
Embodiment
Below in conjunction with the drawings and specific embodiments, the present invention will be further described, the restriction not to its protection domain.
The invention provides a kind of implementation method of the elite's backward learning particle group optimizing based on disturbance.In an one embodiment, the step of this implementation method comprises:
The first step, initialization Fe coatings
According to flow process of the present invention, a probability P can be set when parameter initialization, control the position of particle according to the mode more new particle of elite's backward learning or disturbance by probability, in particle implementation, P is set as 0.3.Also can set the specific object of particle simultaneously, initialization Population Size is N number of particle, also carries out initialization to position X, the speed V of each particle simultaneously, and the size of initial setting up particle iterations is Iter, the assessment number of times of particle is A, and the dimension of particle is the social learning ability C of D, particle 1with the ability of self-teaching C of particle 2, wherein
C 1=C 2=1.193(1)
Wherein, when the initialization of particle rapidity, can initial setting velocity range [v min, v max], when particle rapidity overruns, be maximum boundary scope v by the Speed Setting of particle maxor minimum bounds v min, run in iterative process at particle, what the present invention adopted speed is a kind of mode of dynamic change.
Second step, calculating particle fitness value
The fitness value that the quality of particle is produced by fitness function is evaluated, and the best values that particle each in N number of particle experiences, is also called individual extreme value P i=(P i1, P i2..., P id) represent, value best in N number of particle, be also called global extremum P g=(P g1, P g2..., P gd) represent.Fitness function represents with f (*) usually, in the optimizing process of function, can be tested by multiple trial function, when testing each trial function, and trial function namely fitness function here.Trial function is divided into unimodal trial function, is mainly used to speed of searching optimization and the convergence precision of trial function; Multimodal trial function, Solving Multimodal Function has multiple Local Extremum, is mainly used in the performance that testing algorithm avoids being absorbed in local extremum.
3rd step, the non-linear inertia weight that successively decreases
Basic particle cluster algorithm does not set inertia weight time the most initial, what utilize in particle implementation is the information sharing that social learning's ability of particle and ability of self-teaching realize particle, with the location updating not having the mode of inertia weight to perform particle, particle performed with same state iteration in early stage and later stage, and the concrete condition do not performed according to particle to change accordingly.The given fixing inertia weight when particle cluster algorithm of standard is initial, balances the execution feature of particle in early stage and later stage to a certain extent.On the basis of standard particle group, scholar is had to propose a kind of inertia weight particle cluster algorithm of linear decrease, further improve the performance of algorithm, the mode of linear decrease is adopted in algorithm implementation, inertia weight early stage and decreased later velocity contrast little, do not meet particle and early stage there is larger inertia weight in operation, run later stage inertia weight less.
The present invention proposes a kind of non-linear inertia weight successively decreased, and is defined as follows
w = w - ( w m a x - w m i n ) s u m ( 1 : I t e r ) &times; ( Iter m a x - I t e r ) - - - ( 2 )
W max, w minfor the upper and lower limit of inertia weight, Iter maxbe maximum iteration time, Iter is particle current iteration number of times, and inertia weight declines very fast early stage, and decreased later is slower.
4th step, determine the mode that particle position upgrades
Random number R between random generation one [0,1], compares with the probability P of initial setting, if R<P, performs by mode one; If R>P, perform by mode two;
Mode one: elite's backward learning
In particle colony, the individuality of fitness optimum is considered as elite's individuality, particle can follow optimum Particles Moving in the process of iteration, produce elite by backward learning oppositely to separate, expand the hunting zone of particle, by information sharing between particle, be conducive to particle search to global optimum, strengthen the region of elite's individuality search, convergence of algorithm speed and ability of searching optimum will be improved.
If the elite's individuality in current group is X i=(x i, 1, x i, 2..., x i,D), corresponding elite oppositely separates X i * = ( x i , 1 * , x i , 2 * , ... , x i , D * ) Be defined as follows:
X i , j * = k ( a j + b j ) - X i , j - - - ( 3 )
Wherein X i,j∈ [a j, b j], k ∈ [0,1], k is vague generalization coefficient, utilizes this coefficient can generate multiple different reverse elite individual.
Mode two: disturbed extremum
Basic particle cluster algorithm is easily absorbed in local optimum, particle populations has homoplasy, when particle cluster algorithm is absorbed in local optimum, namely the individual optimal value that experiences of particle and particle position are in one of globally optimal solution very little scope, speed then can be caused to be difficult to be upgraded, and particle can be searched for, because speed is very little within the scope of very little one of local optimum, particle is difficult to find more excellent position, and particle can be absorbed in local optimum.Larger hunting zone can allow particle be easy to jump out local optimum, therefore, introduces the scope that disturbed extremum expands particle search, avoids particle to be absorbed in local optimum, changed into by the more new formula of speed:
v i d ( t + 1 ) = wv i d ( t ) + c 1 r 1 ( ( 0.5 + r 3 2 ) p i d - x i d ( t ) ) + c 2 r 2 ( ( 0.5 + r 4 2 ) p g d - x i d ( t ) ) - - - ( 4 )
R in formula 3and r 4be equally distributed random number between (0,1), individual extreme value and global extremum can along with r 3and r 4value different and disturbance occurs, the size and Orientation of speed also can change, and the hunting zone of population expands, particle can fly to how new position, and particle easily finds the more figure of merit, by interparticle mutual study, particle can move to more excellent position, likely can jump out locally optimal solution.
5th step: upgrade individual extreme value and global extremum
After particle executes a location updating, for single particle, find the optimal-adaptive value that this particle has, as the individual extreme value of this particle, and particle position corresponding for adaptive value is upgraded, for N number of particle, find the global extremum of optimal-adaptive value as particle of all particles, upgrade the position of overall particle.Individual extreme value and global extremum are all upgraded in each iteration, can obtain more excellent particle, in upper iteration once, the information shared between particle can be more excellent, is more beneficial to particle and finds optimum solution.
6th step: particle continues the determination of executive condition
The execution of each particle all can have a condition stopped, when particle initialization, set the iterations Iter of particle and the assessment number of times A of particle, when the number of times of particle iteration does not reach Iter, the number of times t of the current iteration of particle increases once, particle implementation continues to perform, until reach the iterations of initial setting, the implementation of particle stops.
As shown in Figure 1, the technical scheme code flow adopted in the present embodiment is:
01) stochastic generation NP particle is as initial population N;
02)forIter=1toIter maxdo
03) inertia weight is upgraded by formula (4);
04)ifR≤Pthen
05) maximal value and the minimum value of particle motion interval scope is obtained;
06)fori=1toNPdo
07) random coefficient k is generated;
08)forj=1toDdo
09) the reverse solution of elite's particle is generated by formula (5);
10) if particle position is outside motion interval scope
11) renewal particle position is a random number within the scope of particle motion interval;
12)endif
13)endfor
14) particle fitness value is calculated;
15)endfor
16) from current individual and the reverse individuality of elite, select individuality as colony of future generation;
17)else
18) dynamic renewal maximal rate and minimum speed;
19) particle position is upgraded by formula (6);
20) particle fitness value is calculated;
21)fori=1toNP
22) p is upgraded bestand g best;
23)endfor
24)endif
25) g is exported if reach maximum iteration time or meet accuracy requirement best;
26)endfor
In order to test the method (DEOPSO) of the above-mentioned elite's backward learning particle group optimizing based on disturbance, the particle swarm optimization algorithm (PSO) of itself and standard and elite's backward learning particle swarm optimization algorithm (EOPSO) compare by we.Evaluate the performance of the inventive method, mainly from the evaluation number of times that (1) is fixing, the speed of convergence of assessment algorithm and convergence precision; (2) fixing convergence precision desired value, assessment algorithm reaches this assessment number of times required for precision target, and these two aspects are evaluated.
Adopt method of the present invention, test is optimized to function, trial function comprises the Solving Multimodal Function of unimodal trial function, simple Solving Multimodal Function, irrotational Solving Multimodal Function, band rotation, the global optimum of the function optimization provided is 0, dimension is 30 dimensions, and initialization population is 40, in order to the impact of elimination algorithm some enchancement factors in the process of implementation, by algorithm independent operating 30 times on each function, to obtain the evaluation of objective.
1) fixing evaluation number of times, the speed of convergence of assessment algorithm and convergence precision, concrete test result refers to table one.
2) fixing convergence precision desired value, assessment algorithm reaches this assessment number of times required for precision target, and concrete test result refers to table two.
Table one is fixing evaluates the convergence precision of number of times algorithm on trial function
Function name DEOPSO PSO EOPSO
Sphere (unimodal) 0.00E+00 9.78E-03 0.00E+00
Rosenbrock (simple multimodal) 2.55E+01 2.93E+01 3.74E-02
Ackley (non-rotating multimodal) 8.88E-16 3.94E-14 3.99E-15
Weierstrass (non-rotating multimodal) 0.00E+00 1.30E-04 7.36E-10
Rotated Weierstrass (rotation multimodal) 0.00E+00 6.66E-01 1.17E-09
Rotated Rastrigin (rotation multimodal) 0.00E+00 9.90E+00 0.00E+00
Table two is fixed convergence precision desired value and assess number of times on trial function
Function name DEOPSO EOPSO
Sphere (unimodal) 2260 6354
Rosenbrock (simple multimodal) 200000 200000
Ackley (non-rotating multimodal) 3820 9840
Weierstrass (non-rotating multimodal) 4460 12568
Rotated Weierstrass (rotation multimodal) 4596 12676
Rotated Rastrigin (rotation multimodal) 2616 8804

Claims (3)

1., based on an implementation method for elite's backward learning particle group optimizing of disturbance, it is characterized in that, comprise the steps:
The first step, initialization Fe coatings
First arranging population particle scale is N, and also carry out initialization to the position of each particle, speed, the size of initial setting up particle iterations is Iter, and the assessment number of times of particle is A, and the dimension of particle is the social learning ability C of D, particle simultaneously 1with the ability of self-teaching C of particle 2, wherein
C 1=C 2=1.193(1)
Second step, calculating particle fitness value
The fitness value that the quality of particle is produced by fitness function is evaluated, and the best values that particle each in N number of particle experiences, is also called individual extreme value P i=(P i1, P i2..., P id) represent, value best in N number of particle, be also called global extremum P g=(P g1, P g2..., P gd) represent;
3rd step, the non-linear inertia weight that successively decreases
Propose a kind of non-linear inertia weight successively decreased, be defined as follows
w = w - ( w m a x - w m i n ) s u m ( 1 : I t e r ) &times; ( Iter m a x - I t e r ) - - - ( 2 )
Wherein, w max, w minfor the upper and lower limit of inertia weight, Iter maxbe maximum iteration time, Iter is particle current iteration number of times, and inertia weight declines very fast early stage, and decreased later is slower;
4th step, determine the mode that particle position upgrades
Random number R between random generation one [0,1], compares with the probability P of initial setting, if R<P, performs by mode one; If R>P, perform by mode two;
Mode one: elite's backward learning
If the elite's individuality in current group is X i=(x i, 1, x i, 2..., x i,D), corresponding elite oppositely separates X i * = ( x i , 1 * , x i , 2 * , ... , x i , D * ) Be defined as follows:
X i , j * = k ( a j + b j ) - X i , j - - - ( 3 )
Wherein X i,j∈ [a j, b j], k ∈ [0,1], k is vague generalization coefficient, utilizes this coefficient can generate multiple different reverse elite individual;
Mode two: disturbed extremum
Introduce the scope that disturbed extremum expands particle search, avoid particle to be absorbed in local optimum, the more new formula of speed is changed into:
v i d ( t + 1 ) = wv i d ( t ) + c 1 r 1 ( ( 0.5 + r 3 2 ) p i d - x i d ( t ) ) + c 2 r 2 ( ( 0.5 + r 4 2 ) p g d - x i d ( t ) ) - - - ( 4 )
R in formula 3and r 4be equally distributed random number between (0,1), individual extreme value and global extremum can along with r 3and r 4value different and disturbance occurs;
5th step: upgrade individual extreme value and global extremum
After particle executes a location updating, for single particle, find the optimal-adaptive value that this particle has, as the individual extreme value of this particle, and particle position corresponding for adaptive value is upgraded, for N number of particle, find the global extremum of optimal-adaptive value as particle of all particles, upgrade the position of overall particle;
6th step: particle continues the determination of executive condition
The execution of each particle all can have a condition stopped, when particle initialization, set the iterations Iter of particle and the assessment number of times A of particle, when the number of times of particle iteration does not reach Iter, the number of times t of the current iteration of particle increases once, particle implementation proceeds, until reach the iterations of initial setting, the implementation of particle stops.
2. the implementation method of the elite's backward learning particle group optimizing based on disturbance according to claim 1, is characterized in that: successively decrease in inertia weight non-linear, the initial value of inertia weight w is set to 0.9.
3. the assessment of the implementation method performance of the elite's backward learning particle group optimizing based on disturbance according to claim 1 and 2, is characterized in that: the assessment of method performance adopts two kinds of methods below:
A. fixing evaluation number of times, the speed of convergence of appraisal procedure and convergence precision;
B. fix convergence precision desired value, appraisal procedure reaches this assessment number of times required for precision target.
CN201510513794.6A 2015-08-20 2015-08-20 Disturbance-based elite reverse learning particle swarm optimization implementation method Pending CN105426955A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201510513794.6A CN105426955A (en) 2015-08-20 2015-08-20 Disturbance-based elite reverse learning particle swarm optimization implementation method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201510513794.6A CN105426955A (en) 2015-08-20 2015-08-20 Disturbance-based elite reverse learning particle swarm optimization implementation method

Publications (1)

Publication Number Publication Date
CN105426955A true CN105426955A (en) 2016-03-23

Family

ID=55505150

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201510513794.6A Pending CN105426955A (en) 2015-08-20 2015-08-20 Disturbance-based elite reverse learning particle swarm optimization implementation method

Country Status (1)

Country Link
CN (1) CN105426955A (en)

Cited By (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106934501A (en) * 2017-03-18 2017-07-07 江西理工大学 Based on the robot polling path planing method for combining reverse particle group optimizing
CN107947196A (en) * 2017-11-16 2018-04-20 国网四川省电力公司 A kind of ultra-low frequency oscillation suppressing method based on improvement particle cluster algorithm
CN108090623A (en) * 2017-12-29 2018-05-29 广东电网有限责任公司惠州供电局 A kind of risk assessment method based on the theoretical grid power blackout accident with analytic hierarchy process (AHP) of generalized extreme value
CN108376116A (en) * 2018-01-31 2018-08-07 浙江理工大学 Based on the method for generating test case for improving particle cluster algorithm
CN108564217A (en) * 2018-04-16 2018-09-21 浙江工业大学 A kind of interculture cropping pattern optimization method based on modified Hybrid Particle Swarm
CN110674915A (en) * 2019-09-18 2020-01-10 东北大学 Irregular pipeline defect inversion method based on improved particle swarm optimization
CN112770256A (en) * 2021-01-06 2021-05-07 重庆邮电大学 Node track prediction method in unmanned aerial vehicle self-organizing network
CN113051771A (en) * 2021-04-09 2021-06-29 中国科学院苏州生物医学工程技术研究所 Particle swarm algorithm-based triple quadrupole mass spectrometer parameter optimization method and system
CN114037145A (en) * 2021-11-05 2022-02-11 河北师范大学 Network security situation prediction method and system
CN114599004A (en) * 2022-01-28 2022-06-07 北京邮电大学 Base station layout method and device

Cited By (19)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106934501A (en) * 2017-03-18 2017-07-07 江西理工大学 Based on the robot polling path planing method for combining reverse particle group optimizing
CN106934501B (en) * 2017-03-18 2020-06-30 江西理工大学 Robot inspection path planning method based on combination reverse particle swarm optimization
CN107947196A (en) * 2017-11-16 2018-04-20 国网四川省电力公司 A kind of ultra-low frequency oscillation suppressing method based on improvement particle cluster algorithm
CN107947196B (en) * 2017-11-16 2019-09-20 国网四川省电力公司 A kind of ultra-low frequency oscillation suppressing method based on improvement particle swarm algorithm
CN108090623A (en) * 2017-12-29 2018-05-29 广东电网有限责任公司惠州供电局 A kind of risk assessment method based on the theoretical grid power blackout accident with analytic hierarchy process (AHP) of generalized extreme value
CN108090623B (en) * 2017-12-29 2021-07-16 广东电网有限责任公司惠州供电局 Risk assessment method for power grid power failure accident
CN108376116B (en) * 2018-01-31 2021-06-11 浙江理工大学 Test case generation method based on improved particle swarm optimization
CN108376116A (en) * 2018-01-31 2018-08-07 浙江理工大学 Based on the method for generating test case for improving particle cluster algorithm
CN108564217B (en) * 2018-04-16 2021-12-17 浙江工业大学 Improved hybrid particle swarm algorithm-based intercropping crop planting mode optimization method
CN108564217A (en) * 2018-04-16 2018-09-21 浙江工业大学 A kind of interculture cropping pattern optimization method based on modified Hybrid Particle Swarm
CN110674915A (en) * 2019-09-18 2020-01-10 东北大学 Irregular pipeline defect inversion method based on improved particle swarm optimization
CN110674915B (en) * 2019-09-18 2022-11-25 东北大学 Irregular pipeline defect inversion method based on improved particle swarm optimization
CN112770256A (en) * 2021-01-06 2021-05-07 重庆邮电大学 Node track prediction method in unmanned aerial vehicle self-organizing network
CN113051771A (en) * 2021-04-09 2021-06-29 中国科学院苏州生物医学工程技术研究所 Particle swarm algorithm-based triple quadrupole mass spectrometer parameter optimization method and system
CN113051771B (en) * 2021-04-09 2024-03-26 中国科学院苏州生物医学工程技术研究所 Triple quadrupole mass spectrometer parameter optimization method and system based on particle swarm optimization
CN114037145A (en) * 2021-11-05 2022-02-11 河北师范大学 Network security situation prediction method and system
CN114037145B (en) * 2021-11-05 2022-10-28 河北师范大学 Network security situation prediction method and system
CN114599004A (en) * 2022-01-28 2022-06-07 北京邮电大学 Base station layout method and device
CN114599004B (en) * 2022-01-28 2024-01-05 北京邮电大学 Base station layout method and device

Similar Documents

Publication Publication Date Title
CN105426955A (en) Disturbance-based elite reverse learning particle swarm optimization implementation method
CN108133258B (en) Hybrid global optimization method
CN102831269B (en) Method for determining technological parameters in flow industrial process
CN107316099A (en) Ammunition Storage Reliability Forecasting Methodology based on particle group optimizing BP neural network
CN105160444A (en) Electrical equipment failure rate determining method and system
CN106677763B (en) Dynamic integrated modeling-based oil well working fluid level prediction method
CN103927580A (en) Project constraint parameter optimizing method based on improved artificial bee colony algorithm
CN104636801A (en) Transmission line audible noise prediction method based on BP neural network optimization
CN104899431A (en) LSSVM fluctuating wind speed prediction method based on integration of ant colony and particle swarm
CN115470704B (en) Dynamic multi-objective optimization method, device, equipment and computer readable medium
CN110222812A (en) A kind of improvement chestnut wing hawk optimization algorithm for the regulating strategy that periodically successively decreases with energy
CN110110380B (en) Piezoelectric actuator hysteresis nonlinear modeling method and application
CN104462850A (en) Multi-stage batch process soft measurement method based on fuzzy gauss hybrid model
CN102968665A (en) Forward kinematics solving method of parallel robot
CN106228232A (en) A kind of dynamic multi-objective based on fuzzy reasoning Population forecast strategy teaching optimization method
CN112817312B (en) Path planning method based on double search optimization algorithm
Zheng et al. Fault diagnosis method based on supervised particle swarm optimization classification algorithm
CN105913078A (en) Multi-mode soft measurement method for improving adaptive affine propagation clustering
CN104616072A (en) Method for improving concentration of glutamic acid fermented product based on interval optimization
CN104240520A (en) GSO (glowworm swarm optimization) based highway traffic prediction method
CN111008685A (en) Improved artificial ecosystem optimization algorithm based on producer probability-dependent reverse regeneration mechanism
CN116526473A (en) Particle swarm optimization LSTM-based electrothermal load prediction method
Panda et al. Reduction of linear time-invariant systems using Routh-approximation and PSO
CN109754086A (en) One kind being based on markovian ridge regression Numerical Predicting Method
CN117454939A (en) Wind power prediction method for optimizing BP neural network based on NSABO-Gold algorithm

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
RJ01 Rejection of invention patent application after publication
RJ01 Rejection of invention patent application after publication

Application publication date: 20160323