CN104897769A - Magnetic flux leakage testing defect reconstruction method based on improved particle swarm optimization algorithm - Google Patents

Magnetic flux leakage testing defect reconstruction method based on improved particle swarm optimization algorithm Download PDF

Info

Publication number
CN104897769A
CN104897769A CN201510295545.4A CN201510295545A CN104897769A CN 104897769 A CN104897769 A CN 104897769A CN 201510295545 A CN201510295545 A CN 201510295545A CN 104897769 A CN104897769 A CN 104897769A
Authority
CN
China
Prior art keywords
particle
pbest
iteration
particles
magnetic flux
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.)
Granted
Application number
CN201510295545.4A
Other languages
Chinese (zh)
Other versions
CN104897769B (en
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.)
Shanghai University of Electric Power
University of Shanghai for Science and Technology
Original Assignee
Shanghai University of Electric Power
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 Shanghai University of Electric Power filed Critical Shanghai University of Electric Power
Priority to CN201510295545.4A priority Critical patent/CN104897769B/en
Publication of CN104897769A publication Critical patent/CN104897769A/en
Application granted granted Critical
Publication of CN104897769B publication Critical patent/CN104897769B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Landscapes

  • Investigating Or Analyzing Materials By The Use Of Magnetic Means (AREA)

Abstract

The invention relates to a magnetic flux leakage testing defect reconstruction method based on an improved particle swarm optimization algorithm. According to the method, self-adaption mutagenic factors are introduced into a particle swarm EPUS-PSO algorithm based on an effective population utilization strategy, thus obtaining the IEPUS-PSO algorithm, and then the IEPUS-PSO algorithm is applied to defect reconstruction in magnetic flux leakage testing. With the improved algorithm, the reconstruction accuracy is improved, the computation time is reduced, and the defect outline can be reconstructed by magnetic flux leakage signals for defects of different sizes.

Description

Based on the Magnetic Flux Leakage Inspecting Root cause analysis method of the particle swarm optimization algorithm improved
Technical field
The present invention relates to a kind of Magnetic Flux Leakage Inspecting technology, in particular to a kind of Magnetic Flux Leakage Inspecting Root cause analysis method of effective population Utilization strategies particle group optimizing (Improved Efficient Population Utilization Strategy for Particle Swarm Optimization, the IEPUS-PSO) algorithm based on improving.
Background technology
In the last few years, the economic development of China, industrial scale constantly expanded, and electrical production has become the mainstay industry of China.Therefore, power equipment production and in safeguarding the application of Dynamic Non-Destruction Measurement also more and more receive publicity.As a kind of detection method the most frequently used in Non-Destructive Testing, Magnetic Flux Leakage Inspecting is more extensive in the application in the fields such as iron and steel, oil, petrochemical industry, its mainly to ferrimagnet surface and nearly surface corrosion, crackle, pore, pit, the detection of defect such as to be mingled with, also can be used for the thickness measuring of ferrimagnet.
Defect profile reconstruct can express the information of defect vividerly, and for the leakage field reconstructing method of a superperformance, the suitable model that moves ahead is necessary, and an optimization problem can be considered as the defect profile reconstruct of a given forward model, because profile is made up of multiple uniform discrete value usually, this generates the dimension of this problem, solve the profile reconstruction that these discrete values are formed, be equivalent to solve a high-dimensional optimization.
PSO is as a kind of powerful stochastic evolutionary algorithm, can be used for finding the globally optimal solution in complex search space, but when solving higher-dimension practical problems due to the complex nature of the problem, easily be absorbed in local optimum too early, can not the actual profile of reconstruction defect exactly, therefore a kind ofly can avoid being absorbed in local optimum and the improvement PSO algorithm that can solve high-dimensional optimization in the urgent need to finding.
Summary of the invention
The present invention be directed to how improvement strategy particle swarm optimization algorithm and be applied to pipeline magnetic flux leakage defect reconstruct problem, propose a kind of Magnetic Flux Leakage Inspecting Root cause analysis method of the particle swarm optimization algorithm based on improving, in the EPUS-PSO algorithm that the TSP question factor is incorporated into, obtain IEPUS-PSO algorithm of the present invention, and by the Root cause analysis of IEPUS-PSO algorithm application in Magnetic Flux Leakage Inspecting, the algorithm after improvement can improve reconstruction accuracy and reduce computing time.
Technical scheme of the present invention is: a kind of Magnetic Flux Leakage Inspecting Root cause analysis method of the particle swarm optimization algorithm based on improving, is characterized in that, specifically comprise the steps:
1): the parameter that effective population Utilization strategies particle group optimizing IEPUS-PSO algorithm is set, comprise maximum iteration time iteration, primary number and maximum number of particles, solution space dimension and solution space scope, particle position represents the profile of defect;
2): set up fitness function wherein d is the dimension of particle, and D is total dimension of particle, p dthe prediction magnetic leakage signal of forward model, y dbe actual measurement magnetic leakage signal, iterations s=1 is set;
3): judge that particle adopts hunting zone sharing policy still to separate sharing policy, when activating probability P r (s) and being less than the random number of 0 to 1, then adopt hunting zone sharing policy, otherwise then adopt solution sharing policy, the formula of Pr (s) is:
Pr ( s ) = 0.03 + 0.07 * s iteration
Wherein iteration is maximum iteration time, and s is current iteration number of times;
: the fitness value calculating all particles according to fitness function, and upgrade current individual optimum solution and the globally optimal solution of particle colony 4);
5): population management device adjusts population size according to IEPUS-PSO algorithm, effectively changed the number of particle by the fitness value change of the globally optimal solution of colony, specific rules is:
If a the fitness value of () globally optimal solution does not all upgrade in double iteration, then increase a particle in colony, its place value is:
x add = Pbest ( a 1 ) + Pbest ( a 2 ) 2
Wherein a 1and a 2the sequence number of two particles is randomly drawed in representative from current group, Pbest (a 1) and Pbest (a 2) be the current individual optimum solution of extracted two particles, if after adding this particle, when number of particles is greater than set maximum population, needs first to remove a particle that fitness value is the poorest, then add this new particle;
If b the fitness value of () globally optimal solution is all upgraded in double iteration, then that the poorest for fitness value particle enough, is then removed by the number that particle is described;
6): utilize mutagenic factor to carry out disturbance to the position of all particles, the formula of mutagenic factor is:
X' i,j=x i,j+ b*rand, x i,jbe the original position of the jth dimension of i-th particle, i and j is sequence number and the dimension of particle respectively, and rand is the random number between 0 to 1, x' i,jfor the position after disturbance, wherein the computing formula of b is:
b = fit ( x i ) / Σ i = 1 N fit ( x i )
Wherein fit (x i) be the fitness value of i-th particle, N represents population size;
7): iterations s=s+1;
8): if iterations s meets s<iteration, upgrade population body position, jump to step 3); Otherwise terminate, now globally optimal solution is required defect profile.
Described step 2) in forward model be radial basis function neural network.
Described step 3) in hunting zone sharing policy be that all dimensions of single particle are reset in a certain specific solution space, global schema and local mode is divided into by the difference of Searching Resolution Space scope, under global schema, particle search scope is exactly the initial setting scope (x of particle min, x max); And under local mode, then from the current individual optimum solution Pbest of all particles, select maximal value Pbest maxwith minimum value Pbest min, composition (Pbest min, Pbest max), as the solution space that particle is new;
Separate the unicity that the original particle rapidity of the setting changing of sharing policy upgrades, computing formula is as follows:
v i , j ( s + 1 ) = wv i , j ( s ) + c 1 r 1 i ( s ) [ Pbest i , j ( s ) - x i , j ( s ) ] + c 2 r 2 i ( s ) [ Gbest j ( s ) - x i , j ( s ) ] , rand &GreaterEqual; Ps i wv i , j ( s ) + c 1 r 1 i ( s ) [ Pbest i , j ( s ) - x i , j ( s ) ] + c 2 r 2 i ( s ) [ Pbest a , j ( s ) - x i , j ( s ) ] , rand > Ps i
Wherein w is inertia weight, and c is Studying factors, and r is the random number between 0 to 1, a is the particle sequence number randomly drawed from colony, and rand is the random number between 0 to 1, and Gbest is the globally optimal solution under current iteration, i and j is sequence number and the dimension of particle respectively, Ps iformula be:
Ps i = 0.5 * ( D - 1 ) * exp ( i - 1 s - 1 ) - 1 2 D
Wherein D is total dimension of particle.
Beneficial effect of the present invention is: the Magnetic Flux Leakage Inspecting Root cause analysis method that the present invention is based on the particle swarm optimization algorithm of improvement, the TSP question factor is introduced in EPUS-PSO algorithm, and applied to pipeline magnetic flux leakage defect reconstruct, to the defect of different size, defect profile can be reconstructed well by magnetic leakage signal.
Accompanying drawing explanation
Fig. 1 is existing iterative inversion frame principles schematic diagram figure;
Fig. 2 is Characterization of Real Defects Outlines in defect 1 situation of the present invention, reconstruct profile based on EPUS-PSO algorithm and the present invention compare schematic diagram;
Fig. 3 is Characterization of Real Defects Outlines in defect 2 situation of the present invention, reconstruct profile based on EPUS-PSO algorithm and the present invention compare schematic diagram;
Fig. 4 is Characterization of Real Defects Outlines in defect 3 situation of the present invention, reconstruct profile based on EPUS-PSO algorithm and the present invention compare schematic diagram;
Fig. 5 is Characterization of Real Defects Outlines in defect 4 situation of the present invention, reconstruct profile based on EPUS-PSO algorithm and the present invention compare schematic diagram;
Fig. 6 is schematic flow sheet of the present invention;
Fig. 7 is the experimental provision principle schematic that the embodiment of the present invention adopts;
Fig. 8 be the present invention in defect 5 situation Characterization of Real Defects Outlines, reconstruct the comparison diagram of profile based on EPUS-PSO algorithm and the present invention;
Fig. 9 be the present invention in defect 6 situation Characterization of Real Defects Outlines, reconstruct the comparison diagram of profile based on EPUS-PSO algorithm and the present invention.
Embodiment
Adaptive mutagenic factor adds in EPUS-PSO algorithm by the present invention, and is applied to pipeline magnetic flux leakage defect reconstructing method.To set forth from IEPUS-PSO algorithm technical scheme of the present invention below.
(1) IEPUS-PSO algorithm
Particle cluster algorithm is again flock of birds algorithm, is a kind of evolution algorithm proposed by doctor Eberhart and doctor kennedy by nineteen ninety-five, comes from the behavioral study to flock of birds predation.This algorithm is that the regularity being subject to flying bird cluster activity inspires at first, and then utilize swarm intelligence to set up simplified model.Particle cluster algorithm on animal cluster activity behavior observation basis, utilizes individual in population to make the motion of whole colony in solution space, produce evolutionary process from disorder to order to information shared, thus obtains optimum solution.
EPUS-PSO algorithm is a kind of improve PSO algorithm by effectively changing number of particles, and its maximum improvement is exactly the number effectively being changed particle by the fitness value change of the globally optimal solution of colony, and be called population management device, specific rules is:
If a the fitness value of () globally optimal solution does not all upgrade in double iteration, then increase a particle in colony, its position is:
x add = Pbest ( a 1 ) + Pbest ( a 2 ) 2
Wherein a 1and a 2the sequence number of two particles is randomly drawed in representative from current group, Pbest (a 1) and Pbest (a 2) be the current individual optimum solution of extracted two particles.If after adding this particle, when number of particles is greater than set maximum population, needs first to remove a particle that fitness value is the poorest, then add this new particle;
If b the fitness value of () globally optimal solution is all upgraded in double iteration, then that the poorest for fitness value particle enough, is then removed by the number that particle is described.
For prevent particle too early be absorbed in local optimum, other two large improvement are respectively hunting zone sharing policy reconciliation sharing policy, when activating probability P r (s) and being less than the random number of 0 to 1, then adopt hunting zone sharing policy, otherwise then adopt and separate sharing policy, the formula of Pr (s) is:
Pr ( s ) = 0.03 + 0.07 * s iteration
In formula, iteration is the maximum times of iteration, and s is current iterations.
Hunting zone sharing policy is reset in a certain specific solution space all dimensions of single particle, global schema and local mode is divided into by the difference of Searching Resolution Space scope, under global schema, particle search scope is exactly the initial setting scope (x of particle min, x max).And under local mode, then from the current individual optimum solution Pbest of all particles, select maximal value Pbest maxwith minimum value Pbest min, composition (Pbest min, Pbest max), as the solution space that particle is new.
Separate the unicity that the original particle rapidity of the setting changing of sharing policy upgrades, computing formula is as follows:
v i , j ( s + 1 ) = wv i , j ( s ) + c 1 r 1 i ( s ) [ Pbest i , j ( s ) - x i , j ( s ) ] + c 2 r 2 i ( s ) [ Gbest j ( s ) - x i , j ( s ) ] , rand &GreaterEqual; Ps i wv i , j ( s ) + c 1 r 1 i ( s ) [ Pbest i , j ( s ) - x i , j ( s ) ] + c 2 r 2 i ( s ) [ Pbest a , j ( s ) - x i , j ( s ) ] , rand > Ps i
Wherein w is inertia weight, and c is Studying factors, and r is the random number between 0 to 1, a is the particle sequence number randomly drawed from colony, and rand is the random number between 0 to 1, and Gbest is the globally optimal solution under current iteration, i and j is sequence number and the dimension of particle respectively, Ps iformula be:
Ps i = 0.5 * ( D - 1 ) * exp ( i - 1 s - 1 ) - 1 2 D
Wherein D is total dimension of particle.
The present invention, in order to improve the solving precision of total algorithm, adds a mutagenic factor in EPUS-PSO, carries out disturbance, constitute IEPUS-PSO algorithm to the position of all particles, and the formula of its mutagenic factor is: x' i,j=x i,j+ b*rand, x i,jbe the original position of the jth dimension of i-th particle, i and j is sequence number and the dimension of particle respectively, and rand is the random number between 0 to 1, x' i,jfor the position after disturbance, wherein the computing formula of b is:
b = fit ( x i ) / &Sigma; i = 1 N fit ( x i )
Wherein fit (x i) be the fitness value of i-th particle, N represents population size;
In sum, the key step of IEPUS-PSO algorithm is as follows:
Step 101: the parameter arranging IEPUS-PSO algorithm, comprises maximum iteration time iteration, primary number and maximum number of particles, solution space dimension and solution space scope;
Step 102: set up fitness function, arranges iterations s=1;
Step 103: judge that particle adopts hunting zone sharing policy still to separate sharing policy;
Step 104: the fitness value calculating all particles;
Step 105: the current individual optimum solution and the globally optimal solution that upgrade particle colony;
Step 106: population management device adjusts population size, effectively changes the number of particle by the fitness value change of the globally optimal solution of colony;
Step 107: utilize mutagenic factor to carry out disturbance to the position of particle colony;
Step 108: iterations s=s+1;
Step 109: if iterations s meets s<iteration, then jump to step 103; Otherwise, terminate.
(2) the present invention is based on the pipeline magnetic flux leakage defect reconstructing method of IEPUS-PSO algorithm
According to the algorithm proposed in (1), be applied to the refutation process in pipeline magnetic flux leakage defect reconstructing method, reconstruction accuracy can be improved preferably.
Process flow diagram of the present invention as shown in Figure 1, particle position in algorithm represents the profile of defect, forward model adopts radial basis function neural network, the measurable magnetic leakage signal corresponding to profile, by prediction magnetic leakage signal compared with measured signal, calculate the error sum of squares between them, be defined as fitness function:
F = &Sigma; d = 1 D ( p d - y d ) 2
Wherein d is the dimension of particle, and D is total dimension of particle, p dthe prediction magnetic leakage signal of forward model, y dit is actual measurement magnetic leakage signal.Calculate the fitness value of particle, the more position of new particle, when iterations reaches maximal value, now the position of global optimum's particle is required defect profile.
(3) reconstitution experiments of the present invention and interpretation of result
The present invention uses emulation magnetic leakage signal and actual measurement magnetic leakage signal to verify validity of the present invention respectively, simulate signal is that finite element analysis software ANSYS emulates the 2 dimension defect profile-signal datas pair obtained, comprise 240 2 dimension defect sample, crack width is from 1 inch to 7 inches, and the degree of depth is not from 0.15 inch to 1.85 inches etc.240 sample centerings, 210 for training RBFNN, 30 are reconstructed defect for adopting the present invention.Actual measurement magnetic leakage signal by experiment device records.Because defect profile and magnetic leakage signal are 100 sampled points, so be also all 100 as the input layer of the radial basis function neural network of forward model and output layer nodes.The dispersion constant (spread) of neural network is 10 -8.
Table 1 gives comparing of the error sum of squares of defect profile and the actual profile adopting IEPUS-PSO algorithm and EPUS-PSO algorithm to reconstruct under different defect condition.
Table 1
One 2 dimension defect sample example is as shown in Fig. 2 to Fig. 5, and wherein solid line represents real profile, and dotted line represents the reconstruct profile of IEPUS-PSO algorithm, and dot-and-dash line is the reconstruct profile of EPUS-PSO algorithm.Upper as can be seen from figure, the algorithm after improvement can obtain defect profile more accurately.
In order to verify the performance of this patent institute extracting method further, actual measurement magnetic leakage signal is used to verify.The experimental provision that this example adopts as shown in Figure 7.
Experimental provision mainly comprises rotation platform, field coil, sensor, signal conditioning circuit, data collecting card, receiving terminal (PC) and motor.Defect is distributed in the edge surface of rotation platform.The yoke of excitation excitation is adopted to produce magnetic field.Yoke pole pitch rail level 1mm.Hall element probe is positioned at the centre position of yoke two magnetic pole of distance side 0.5mm, for obtaining magnetic leakage signal.After signal conditioning circuit regulates, magnetic leakage signal is sent to data collecting card.Finally, computing machine receives magnetic leakage signal.In addition, the speed of rotation platform is controlled by motor.
The material type of rotation platform upper surface is U71Mn.The defect distribution of different size is at the upper surface of rotation platform, and actual speed scope is 2 ~ 50m/s.The type of hall effect sensor and data collecting card is respectively UGN3503 and ADLINK DAQ 2204.Amplitude due to Analysis of Magnetic Flux Leakage Testing Signals is millivolt level, and the voltage range of data collecting card is volt level, therefore, adopts AD620 instrumentation amplifier to carry out the differential amplifier circuit that Design enlargement coefficient is 100.In addition, for avoiding pick-up unit remagnetization rotation platform, also design with the addition of demagnetizer.
Different from emulating the simulation magnetic leakage signal obtained, the true magnetic leakage signal that actual measurement obtains, owing to being collected by Hall element, comprises certain noise signal.Respectively the algorithm application improving front and back is carried out profile estimation to actual measurement magnetic leakage signal.Use iterations, error amount and be not originally put in table 2 computing time, Fig. 8 and Fig. 9 gives the result of reconstruct.Reconstructing method that this patent is carried as can be seen from Table 2, for survey magnetic leakage signal carry out profile reconstruct time, can when keep precision reduce computing time significantly.
Table 2
By the experiment of emulation magnetic leakage signal and the experiment of actual measurement magnetic leakage signal, can find out, IEPUS-PSO algorithm can improve reconstruction accuracy when computing time is substantially identical for emulation magnetic leakage signal, and for actual measurement magnetic leakage signal, when keeping reconstruction accuracy, computing time can be reduced significantly.

Claims (3)

1., based on a Magnetic Flux Leakage Inspecting Root cause analysis method for the particle swarm optimization algorithm improved, it is characterized in that, specifically comprise the steps:
1): the parameter that effective population Utilization strategies particle group optimizing IEPUS-PSO algorithm is set, comprise maximum iteration time iteration, primary number and maximum number of particles, solution space dimension and solution space scope, particle position represents the profile of defect;
2): set up fitness function wherein d is the dimension of particle, and D is total dimension of particle, p dthe prediction magnetic leakage signal of forward model, y dbe actual measurement magnetic leakage signal, iterations s=1 is set;
3): judge that particle adopts hunting zone sharing policy still to separate sharing policy, when activating probability P r (s) and being less than the random number of 0 to 1, then adopt hunting zone sharing policy, otherwise then adopt solution sharing policy, the formula of Pr (s) is:
Pr ( s ) = 0.03 + 0.07 * s interation
Wherein iteration is maximum iteration time, and s is current iteration number of times;
: the fitness value calculating all particles according to fitness function, and upgrade current individual optimum solution and the globally optimal solution of particle colony 4);
5): population management device adjusts population size according to IEPUS-PSO algorithm, effectively changed the number of particle by the fitness value change of the globally optimal solution of colony, specific rules is:
If a the fitness value of () globally optimal solution does not all upgrade in double iteration, then increase a particle in colony, its place value is:
x add = Pbest ( a 1 ) + Pbest ( a 2 ) 2
Wherein a 1and a 2the sequence number of two particles is randomly drawed in representative from current group, Pbest (a 1) and Pbest (a 2) be the current individual optimum solution of extracted two particles, if after adding this particle, when number of particles is greater than set maximum population, needs first to remove a particle that fitness value is the poorest, then add this new particle;
If b the fitness value of () globally optimal solution is all upgraded in double iteration, then that the poorest for fitness value particle enough, is then removed by the number that particle is described;
6): utilize mutagenic factor to carry out disturbance to the position of all particles, the formula of mutagenic factor is:
X' i,j=x i,j+ b*rand, x i,jbe the original position of the jth dimension of i-th particle, i and j is sequence number and the dimension of particle respectively, and rand is the random number between 0 to 1, x' i,jfor the position after disturbance, wherein the computing formula of b is:
b = fit ( x i ) / &Sigma; i = 1 N fit ( x i )
Wherein fit (x i) be the fitness value of i-th particle, N represents population size;
7): iterations s=s+1;
8): if iterations s meets s<iteration, upgrade population body position, jump to step 3); Otherwise terminate, now globally optimal solution is required defect profile.
2., according to claim 1 based on the Magnetic Flux Leakage Inspecting Root cause analysis method of particle swarm optimization algorithm improved, it is characterized in that, described step 2) in forward model be radial basis function neural network.
3. according to claim 1 based on the Magnetic Flux Leakage Inspecting Root cause analysis method of the particle swarm optimization algorithm improved, it is characterized in that, described step 3) in hunting zone sharing policy be that all dimensions of single particle are reset in a certain specific solution space, global schema and local mode is divided into by the difference of Searching Resolution Space scope, under global schema, particle search scope is exactly the initial setting scope (x of particle min, x max); And under local mode, then from the current individual optimum solution Pbest of all particles, select maximal value Pbest maxwith minimum value Pbest min, composition (Pbest min, Pbest max), as the solution space that particle is new;
Separate the unicity that the original particle rapidity of the setting changing of sharing policy upgrades, computing formula is as follows:
v i , j ( s + 1 ) = wv i , j ( s ) + c 1 r 1 i ( s ) [ Pbest i , j ( s ) - x i , j ( s ) ] + c 2 r 2 i ( s ) [ Gbest j ( s ) - x i , j ( s ) ] , rand &GreaterEqual; Ps i wv i , j ( s ) + c 1 r 1 i ( s ) [ Pbest i , j ( s ) - x i , j ( s ) ] + c 2 r 2 i ( s ) [ Pbest a , j ( s ) - x i , j ( s ) ] , rand > Ps i
Wherein w is inertia weight, and c is Studying factors, and r is the random number between 0 to 1, a is the particle sequence number randomly drawed from colony, and rand is the random number between 0 to 1, and Gbest is the globally optimal solution under current iteration, i and j is sequence number and the dimension of particle respectively, Ps iformula be:
Ps i = 0.5 * ( D - 1 ) * exp ( i - 1 s - 1 ) - 1 2 D
Wherein D is total dimension of particle.
CN201510295545.4A 2015-06-02 2015-06-02 Magnetic Flux Leakage Inspecting Root cause analysis method based on improved particle swarm optimization algorithm Active CN104897769B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201510295545.4A CN104897769B (en) 2015-06-02 2015-06-02 Magnetic Flux Leakage Inspecting Root cause analysis method based on improved particle swarm optimization algorithm

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201510295545.4A CN104897769B (en) 2015-06-02 2015-06-02 Magnetic Flux Leakage Inspecting Root cause analysis method based on improved particle swarm optimization algorithm

Publications (2)

Publication Number Publication Date
CN104897769A true CN104897769A (en) 2015-09-09
CN104897769B CN104897769B (en) 2017-11-03

Family

ID=54030566

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201510295545.4A Active CN104897769B (en) 2015-06-02 2015-06-02 Magnetic Flux Leakage Inspecting Root cause analysis method based on improved particle swarm optimization algorithm

Country Status (1)

Country Link
CN (1) CN104897769B (en)

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105552905A (en) * 2016-02-03 2016-05-04 上海电力学院 Improved particle swarm optimization-based economic load dispatching method for power system
CN107024531A (en) * 2017-03-22 2017-08-08 清华大学 Magnetic Flux Leakage Inspecting cell defect is stretched reconstructing method
CN107133390A (en) * 2017-04-18 2017-09-05 清华大学 Defect and magnetic leakage signal perpendicular magnetization direction unit combination method for solving
CN107918693A (en) * 2017-10-11 2018-04-17 上海电力学院 A kind of Magnetic Flux Leakage Inspecting modeling and analysis methods for irregular shape defect
CN109654384A (en) * 2019-01-29 2019-04-19 南京工业大学 Pipeline leakage detection device and detection method based on PSO-VMD algorithm
CN112987572A (en) * 2021-02-26 2021-06-18 河海大学 Priori knowledge-based particle swarm optimization method for adaptive ball bar system

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20110125685A1 (en) * 2009-11-24 2011-05-26 Rizvi Syed Z Method for identifying Hammerstein models
CN102364501A (en) * 2011-09-14 2012-02-29 哈尔滨工程大学 Method for reproducing two-dimensional defect of petroleum pipeline PSO-BP (Particle Swarm Optimization-Back-Propagation) neural network
CN102854528A (en) * 2012-07-13 2013-01-02 孙赞东 Pre-stack non-linear inversion method based on particle swarm optimization algorithm
CN104299033A (en) * 2014-09-24 2015-01-21 上海电力学院 Magnetic flux leakage defect reconstruction method based on cuckoo searching and particle filter hybrid algorithm

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20110125685A1 (en) * 2009-11-24 2011-05-26 Rizvi Syed Z Method for identifying Hammerstein models
CN102364501A (en) * 2011-09-14 2012-02-29 哈尔滨工程大学 Method for reproducing two-dimensional defect of petroleum pipeline PSO-BP (Particle Swarm Optimization-Back-Propagation) neural network
CN102854528A (en) * 2012-07-13 2013-01-02 孙赞东 Pre-stack non-linear inversion method based on particle swarm optimization algorithm
CN104299033A (en) * 2014-09-24 2015-01-21 上海电力学院 Magnetic flux leakage defect reconstruction method based on cuckoo searching and particle filter hybrid algorithm

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
HAN WENHUA ET AL.: "Defect Profile Estimation from Magnetic Flux Leakage Signal via Efficient Managing Particle Swarm Optimization", 《SENSORS》 *
韩文花 等: "自学习粒子群与梯度下降混杂的漏磁反演方法", 《火力与指挥控制》 *

Cited By (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105552905A (en) * 2016-02-03 2016-05-04 上海电力学院 Improved particle swarm optimization-based economic load dispatching method for power system
CN107024531A (en) * 2017-03-22 2017-08-08 清华大学 Magnetic Flux Leakage Inspecting cell defect is stretched reconstructing method
CN107024531B (en) * 2017-03-22 2020-03-27 清华大学 Defect expansion reconstruction method for magnetic flux leakage detection unit
CN107133390A (en) * 2017-04-18 2017-09-05 清华大学 Defect and magnetic leakage signal perpendicular magnetization direction unit combination method for solving
CN107918693A (en) * 2017-10-11 2018-04-17 上海电力学院 A kind of Magnetic Flux Leakage Inspecting modeling and analysis methods for irregular shape defect
CN109654384A (en) * 2019-01-29 2019-04-19 南京工业大学 Pipeline leakage detection device and detection method based on PSO-VMD algorithm
CN109654384B (en) * 2019-01-29 2024-04-02 南京工业大学 Pipeline leakage detection device and detection method based on PSO-VMD algorithm
CN112987572A (en) * 2021-02-26 2021-06-18 河海大学 Priori knowledge-based particle swarm optimization method for adaptive ball bar system

Also Published As

Publication number Publication date
CN104897769B (en) 2017-11-03

Similar Documents

Publication Publication Date Title
CN104897769A (en) Magnetic flux leakage testing defect reconstruction method based on improved particle swarm optimization algorithm
CN104299033B (en) Mix the pipeline magnetic flux leakage defect reconstructing method of algorithm based on cuckoo search and particle filter
CN104965941A (en) Magnetic flux leakage testing defect reconstruction method based on improved artificial bee colony algorithm
Chatzi et al. Experimental application and enhancement of the XFEM–GA algorithm for the detection of flaws in structures
CN102364501A (en) Method for reproducing two-dimensional defect of petroleum pipeline PSO-BP (Particle Swarm Optimization-Back-Propagation) neural network
Hollaway et al. The challenges of modelling phosphorus in a headwater catchment: Applying a ‘limits of acceptability’uncertainty framework to a water quality model
Yang et al. Hybrid two‐step method of damage detection for plate‐like structures
CN104091216A (en) Traffic information predication method based on fruit fly optimization least-squares support vector machine
CN110285781B (en) Rapid assessment method for plane parallelism relative to reference plane
CN104008251A (en) Magnetic circuit optimization design method for magnetic flux leakage detecting system and based on orthogonal experiments
Zhang et al. Research on oil and gas pipeline defect recognition based on IPSO for RBF neural network
CN102867104B (en) A kind of quantitative analysis device of electromagnetic environmental impact factor of electronic equipment and method
CN114942140A (en) Rolling bearing fault diagnosis method based on multi-input parallel graph convolution neural network
CN109632942B (en) Inversion method of pipeline defect size based on ensemble learning
Afshar et al. Multi objective calibration of large scaled water quality model using a hybrid particle swarm optimization and neural network algorithm
Qin et al. Estimating parameters for the Van Genuchten model from soil physical-chemical properties of undisturbed loess-soil
CN102889993A (en) Method and system for testing engine fuel consumption characteristics
Wu et al. Fast calibration for vibration-based pavement roughness measurement based on model updating of vehicle dynamics
CN110098610B (en) Real-time identification method and system for oscillation leading mode of power system under fault disturbance
Wang et al. Estimation of urban AQI based on interpretable machine learning
CN115204490A (en) Method for evaluating ecological risks of micro-plastics on aquatic microorganisms
Zhang et al. Defect reconstruction from magnetic flux leakage measurements employing modified cuckoo search algorithm
CN106021861A (en) A motivation method
CN109933921A (en) A kind of rockfall hazards methods of risk assessment, device, system and storage medium
CN105139025A (en) Non-linear analysis method based online intelligent identification method for flow pattern of gas-solid fluidized bed

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant