CN104077496A - Intelligent pipeline arrangement optimization method and system based on differential evolution algorithm - Google Patents

Intelligent pipeline arrangement optimization method and system based on differential evolution algorithm Download PDF

Info

Publication number
CN104077496A
CN104077496A CN201410342678.8A CN201410342678A CN104077496A CN 104077496 A CN104077496 A CN 104077496A CN 201410342678 A CN201410342678 A CN 201410342678A CN 104077496 A CN104077496 A CN 104077496A
Authority
CN
China
Prior art keywords
layout
pipeline
population
individual
optimization
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
CN201410342678.8A
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.)
Institute of Automation of Chinese Academy of Science
Original Assignee
Institute of Automation of Chinese Academy of Science
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 Institute of Automation of Chinese Academy of Science filed Critical Institute of Automation of Chinese Academy of Science
Priority to CN201410342678.8A priority Critical patent/CN104077496A/en
Publication of CN104077496A publication Critical patent/CN104077496A/en
Pending legal-status Critical Current

Links

Landscapes

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

Abstract

The invention discloses an intelligent pipeline arrangement optimization method and system based on a differential evolution algorithm. The method includes the steps of conducting mathematical modeling on a pipeline to be arranged and arrangement space so as to determine an arrangement object, the constraint condition and the evaluation criteria, coding the arrangement object through polar coordinates and posture vectors, conducting optimization solution on a pipeline arrangement optimization mathematical model according to the differential evolution algorithm, and conducting constraint condition verification and arrangement adjustment on the arrangement optimization scheme obtained through the solution so as to obtain a final arrangement scheme. By means of the intelligent pipeline arrangement optimization method and system based on the differential evolution algorithm, the design cycle can be greatly shortened, optimization performance can be enhanced, the purpose of arranging pipelines on a large scale within limited time can be achieved, and the method and the system have the advantages of being short in arrangement design time, high in optimization accuracy, capable of quantitatively evaluating the arrangement scheme and the like.

Description

Intelligent pipeline layout optimization method and system based on differential evolution algorithm
Technical field
The invention belongs to industrial automation technical field, more specifically, relate to a kind of intelligent pipeline layout optimization method and system based on differential evolution algorithm.
Background technology
Layout of beam line's optimal design refers in a given arrangement space, arranging of pipeline is carried out reasonably arranging to meet necessary constraint condition, thereby reach certain optimum index.Reasonably layout of beam line's design, is conducive to installation, operation and the maintenance of pipeline, and the pipeline causing in the time of can reducing maintenance repeats dismounting number of times, significant for increasing work efficiency.
Current conventional layout of beam line's method for designing is to carry out layout of beam line's design according to piping arrangement design drawing, based on experience and existing drawing data draw piping diagram, the layout of then carrying out pipeline according to piping diagram is installed.The method realizes fairly simple, but exist, the topological design time cycle is long, Optimal performance is not strong, be difficult to the shortcomings such as quantitative evaluation placement scheme, and when layout is larger, workload sharply increases, cause the situation that is difficult to solve, so the method is not suitable for solving of extensive layout of beam line optimization problem.
Summary of the invention
The object of the invention is to overcome the deficiencies in the prior art, a kind of intelligent pipeline layout optimization method based on differential evolution algorithm is provided, the method is set up suitable mathematical model to layout of beam line's problem, then adopts differential evolution algorithm to carry out layout optimization design.
As one aspect of the present invention, the invention provides a kind of intelligent pipeline layout optimization method based on differential evolution algorithm, comprise the steps:
Step 1: treat layout pipeline and arrangement space and carry out mathematical modeling, determine layout object, constraint condition and interpretational criteria;
Step 2: adopt polar coordinates and attitude vector to encode to layout object;
Step 3: adopt differential evolution algorithm that layout of beam line's optimized mathematical model is optimized and is solved, and carry out constraint condition check and layout adjustment to solving the layout optimization scheme obtaining, obtain rational placement scheme.
The objective function of layout of beam line's optimized mathematical model of preferably, wherein setting up in step 1 is:
J = ∂ 1 J 1 ′ + ∂ 2 J 2 ′ + ∂ 3 J 3 ′
J 1 = Σ i = 1 k n i
J 2 = Σ i = 1 k l i
J 3 = Σ i = 1 n Σ j = 1 2 n 1 r ij 2
Wherein, J represents target function value, represent specific gravity factor, J 1, J 2, J 3be respectively minimize when maintenance pipeline repeat dismounting number of times, minimize total pipeline path and maximize the homogeneity that pipeline distributes, J ' 1, J ' 2, J ' 3be respectively J 1, J 2, J 3normalize to [0,1] interval value, n irepresent the equipment number that i bar pipeline comprises, l ithe path that represents i bar pipeline, r ij 2represent the distance between any two points, k represents pipeline number, and n represents total mapping device quantity; And
The constraint condition of layout of beam line's optimized mathematical model comprises: arrangement space size constraint, the mapping device that needs must be within arrangement space scope; Every there is not mechanical interference in transmission pipeline; Between any two connection devices for the treatment of layout, should meet minimum spacing constraint.
Preferably, wherein step 3 comprises the following steps:
Step 31: following parameter is set: Population Size NP, maximum iteration time M, zoom factor F and the factor C that intersects r;
Step 32: produce initial population in the solution space of layout optimization problem, and current iteration number of times m=0 is set, wherein, initial population is comprised of NP Chromosome G, i.e. { G 1, G 2..., G nP; Initial solution is at minimum edge dividing value g i, j (min)maximum boundary value g i, j (max)between random produce uniformly; Maximum boundary value and minimum edge dividing value determine according to particular problem, and initial population produces at random by following formula:
g i,j,0=g i,j(min)+rand(0,1)(g i,j(max)-g i,j(min))
Wherein, rand (0,1) is the random number of scope between [0,1];
Step 33: when algorithm iteration is to maximum iteration time, when m=M or fitness function meet following formula, go to step 38;
|f(m)-f(m-1)|<σ
Wherein, m is current iteration number of times, and M is predefined iterations; F (m) be m for the fitness value of optimum individual, f (m-1) be m-1 for the fitness value of optimum individual, σ is a predefined small integer;
Step 34: carry out mutation operation, the difference vector between other two individualities of choosing at random in each target individual in current population and population is carried out to linear superposition, generate successively variation individual, form variation population;
Step 35: according to crossover probability C rindividuality in current population and the individuality making a variation in population are carried out to interlace operation, produce successively intersection individual, form intersection population;
Step 36: select operation, the individuality in current population and the individuality that intersects in population are carried out to fitness value calculation, from current population with intersect and select population N bar chromosome that fitness value is large as population of future generation;
Step 37: using population of future generation as current population, current iteration number of times m adds 1, goes to step 33;
Step 38: from population, select the individuality of fitness function maximum, as optimum solution output, the corresponding placement scheme of body one by one, the placement scheme that optimum individual is corresponding is optimum solution, and flow process finishes.
Preferably, wherein, described fitness function value is calculated as follows:
f=1/J
Wherein, f represents fitness function value, and J represents the target function value of layout of beam line's optimization problem.
Preferably, wherein the mutation operation described in step 33 is: from N-Generation population, choose at random sequence number and be respectively r 1, r 2,, r 3chromosome it is individual that difference vector each is individual and two other individual formation carries out linear superposition formation variation, produces according to the following formula the vector V that makes a variation i, N+1:
V i , N + 1 = G r 1 , N + F ( G r 2 , N - G r 3 , N ) , r 1 ≠ r 2 ≠ r 3 ≠ i
Wherein, F ∈ [1, NP] is zoom factor; NP is Population Size; G i, N={ g i, 1, N, g i, 1, N..., g i, n, N; r 1, r 2, r 3what represent is the random mutually different integer producing in [1, NP].
Preferably, wherein the interlace operation described in step 34 is: individual V will make a variation i, N+1with individual G in the present age i, Nintersect, obtain intersecting individual U i, N+1, computing formula is as follows:
Wherein, i=1,2 ..., NP, j=1,2 ..., W, the dimension that W is problem; Rand (0,1) is the random number of scope between [0,1]; C rfor intersecting the factor; I ifor from sequence [1,2 ... W] in a random integer of selecting, U i, N+1={ u i, 1, N+1, u i, 2, N+1..., u i, n, N+1, V i, N+1={ v i, 1, N+1, v i, 2, N+1..., v i, n, N+1.
Preferably, wherein the selection described in step 35 is operating as: will intersect individual U i, N+1individual G with current population i, Ncompare, select the outstanding person of fitness as filial generation, concrete formula is described below:
Wherein, f () represents individual fitness computing function.
As another aspect of the present invention, the present invention also provides a kind of installation method of pipeline, and the placement scheme of employing as above-mentioned any one intelligent pipeline layout optimization method optimization carries out connection.
As an also aspect of the present invention, the present invention also provides a kind of intelligent pipeline layout optimization system based on differential evolution algorithm, comprising:
The first module, is used for treating layout pipeline and arrangement space and carries out mathematical modeling, determines layout object, constraint condition and interpretational criteria;
The second module, is used for adopting polar coordinates and attitude vector to encode to layout object;
The 3rd module, is used for adopting differential evolution algorithm that layout of beam line's optimized mathematical model is optimized and is solved, and carries out constraint condition check and layout adjustment to solving the layout optimization scheme obtaining, and realizes the intelligent optimization placement scheme of pipeline.
With respect to traditional layout of beam line's method, depend on experimental knowledge, have that the design cycle is long, Optimal performance is strong, be difficult to use in shortcomings such as solving extensive layout of beam line problem, the intelligent pipeline layout optimization method based on differential evolution algorithm that the present invention proposes can greatly shorten the design cycle, strengthen Optimal performance, and can in finite time, solve extensive layout of beam line problem, have the topological design time short, optimize precision high, can quantitative evaluation placement scheme etc. advantage.
Accompanying drawing explanation
Fig. 1 is the process flow diagram of the intelligent pipeline layout optimization method based on differential evolution algorithm of the present invention.
Fig. 2 a-2c is respectively iterations of the present invention and is respectively 60,80,100 o'clock, the layout result of each pipeline.
Embodiment
Below in conjunction with accompanying drawing, embodiments of the invention are described in detail: the present embodiment is implemented take technical solution of the present invention under prerequisite, and in conjunction with detailed embodiment and concrete operating process, but protection scope of the present invention is not limited to following embodiment.
Fig. 1 shows the process flow diagram of the method for the invention, abstract by layout of beam line's optimization problem is carried out, and sets up mathematical model, and adopts differential evolution algorithm to solve, and obtains preferably layout of beam line's scheme, thereby realizes intelligent layout of beam line.Method of the present invention comprises the following steps:
The first step: layout of beam line's optimization problem is carried out to mathematical modeling, determine layout object, constraint condition and interpretational criteria.For layout of beam line's optimization problem, arranging of pipeline path is to take the connection device of pipeline enclosure to be guiding, therefore layout of beam line's optimization problem can be converted to layout is carried out in the position of connection device.The related layout object of layout of beam line's optimization problem refers to the connection device of all pipeline enclosures.The interpretational criteria of considering mainly contains: while minimizing maintenance, pipeline repeats the number of times of dismounting, minimizes total pipeline path, maximizes the homogeneity that pipeline distributes.According to the actual physics meaning of layout of beam line, need to meet some specific constraint conditions, be respectively: arrangement space size constraint, institute's mapping device that needs must be within arrangement space scope; There is not mechanical interference in every road transmission pipeline; Between any two connection devices for the treatment of layout, should meet minimum spacing constraint.
Second step: according to the characteristic of layout of beam line's problem, layout object is encoded.Coding to as if treat that mapping device, gene representation treat the pose attribute of mapping device, utilize gene the position and attitude of equipment is described, wherein ρ i, θ ithe polar coordinates of difference indication equipment i in layout plane coordinate system, the attitude angle of indication equipment i (being that true origin and equipment center point place ray and equipment are towards angle).Chromosome, by a plurality of genomic constitution, represents a placement scheme.Chromosome represents with G, and every chromosome is by a plurality of gene g iform, the number of gene is to treat the quantity N of mapping device, and chromosome coding mode is G={g 1, g 2..., g n.
The 3rd step: adopt differential evolution algorithm that layout of beam line's optimized mathematical model is optimized and is solved, to solving the layout optimization scheme obtaining, carry out constraint condition check and layout adjustment, obtain meeting the placement scheme of constraint condition, then it is judged whether to meet end condition, if met, obtain preferably placement scheme.
The interpretational criteria of layout of beam line's optimization problem that the first step is mentioned is specific as follows:
In conjunction with the real background of pipeline layout optimization problem, adopt three qualities of evaluating factor pair placement scheme to evaluate, be respectively: while minimizing maintenance, pipeline repeats the number of times of dismounting, minimizes total pipeline path, maximize the homogeneity that pipeline distributes.
By minimize when maintenance the pipeline number of times that repeats dismounting to be converted to the number of components that every road pipeline closed space comprises minimum, calculate respectively the number of components that each road pipeline closed space comprises, obtain overall budget containing number of components, mathematic(al) representation is as follows:
J 1 = Σ i = 1 k n i - - - ( 1 )
Wherein, n irepresent the equipment number that i bar pipeline comprises, k represents pipeline number.
Total pipeline path is the shortest: calculate respectively every pipeline path and also sue for peace and obtain total path length, mathematical formulae is as follows:
J 2 = Σ i = 1 k l i - - - ( 2 )
Wherein, l ithe path that represents i bar pipeline, k represents pipeline number, the less expression of this expression formula path total length is less.
The homogeneity that catoptron distributes is maximum: calculate the homogeneity that in layout of beam line's plane, catoptron distributes.Carry out in the following way uniform distribution calculating:
J 3 = Σ i = 1 n Σ j = 1 2 n 1 r ij 2 - - - ( 3 )
Wherein, r ij 2represent the distance between any two points, n represents total mapping device quantity, and this expression formula represents the gravitation situation of Plane-point, and the less expression of expression formula distributes more even.
Finally, by J 1, J 2, J 3value normalize to [0,1] interval, use respectively J ' 1, J ' 2, J ' 3represent.Obtaining general objective function is:
J = ∂ 1 J 1 ′ + ∂ 2 J 2 ′ + ∂ 3 J 3 ′ - - - ( 4 )
Wherein, represent specific gravity factor.For general objective functional value, the smaller the better.
The 3rd step is mentioned and is adopted differential evolution algorithm that layout of beam line's optimized mathematical model is optimized and is solved, and the key of differential evolution algorithm is to determine fitness function, mutation operator, crossover operator and selection operator.Specific design method is as follows:
Fitness function: according to the general objective function of layout of beam line's mathematical model of having set up, determine the fitness function of differential evolution algorithm, because general objective functional value is the smaller the better, and fitness function value is generally got and is the bigger the better, and therefore usings the inverse of general objective functional value as fitness function:
f=1/J (5)
Wherein, f represents fitness function value, and J represents the target function value of layout of beam line's optimization problem, as shown in Equation 4.
Mutation operator: choose at random sequence number and be respectively r from N-Generation population 1, r 2,, r 3chromosome each target individual and other any two other individual difference vectors forming are carried out to linear superposition formation variation individuality, produce according to the following formula variation vector V i, N+1:
V i , N + 1 = G r 1 , N + F ( G r 2 , N - G r 3 , N ) , r 1 ≠ r 2 ≠ r 3 ≠ i - - - ( 6 )
Wherein, F ∈ [1, NP] is zoom factor; NP is Population Size; G i, N={ g i, 1, N, g i, 2, N..., g i, n, N; r 1, r 2, r 3what represent is the random mutually different integer producing in [1, NP].
Crossover operator: individual V will make a variation i, N+1with individual G in the present age i, Nintersect, obtain intersecting individual U i, N+1.The computing formula of interlace operation is as follows:
Wherein, i=1,2 ..., NP; J=1,2 ..., W; W is the dimension of problem; Rand (0,1) is the random number of scope between [0,1]; C rfor intersecting the factor; I ifor from sequence [1,2 ... W] in a random integer of selecting; So, U i, N+1={ u i, 1, N+1, u i, 2, N+1..., u i, n, N+1, V i, N+1={ v i, 1, N+1, v i, 2, N+1..., v i, n, N+1.
Select operator: will intersect individual U i, N+1individual G with current population i, Ncompare, select the large person of fitness value as offspring individual.Concrete formula is described below:
Wherein, f () represents individual fitness computing function.Fitness function is definite according to the objective function of layout of beam line's problem, and the size of fitness can directly be reacted the quality of placement scheme.
After setting mutation operator, crossover operator and selection operator, just can adopt differential evolution algorithm to solve layout of beam line's optimized mathematical model.Specific algorithm step is as follows:
Step 1: parameters (each parameter need to be chosen by test of many times the parameter value of effect optimum): Population Size NP, maximum iteration time M, zoom factor F and the factor C that intersects r;
Step 2: produce initial population in the solution space of layout optimization problem, and current iteration number of times m=0 is set.Initial population is comprised of NP Chromosome G, i.e. { G 1, G 2..., G nP.Initial solution is at minimum edge dividing value g i, j (min)maximum boundary value g i, j (max)between random produce uniformly so that the initial solution producing can cover whole search volume.Maximum boundary value and minimum edge dividing value determine according to particular problem, and initial population produces at random by following formula:
g i,j,0=g i,j(min)+rand(0,1)(g i,j(max)-g i,j(min)) (9)
Wherein, rand (0,1) is the random number of scope between [0,1].
Step 3: when algorithm iteration is to maximum iteration time, when m=M (wherein m is current iteration number of times, and M is predefined iterations) or fitness function meet following formula, go to step 8;
|f(m)-f(m-1)|<σ (10)
In formula, f (m) is that m is for the fitness value of optimum individual; F (m-1) is that m-1 is for the fitness value of optimum individual; σ is a predefined small integer.
Step 4: carry out mutation operation, the difference vector between other two individualities of choosing at random in each target individual in current population and population is carried out to linear superposition, generate successively variation individual, form variation population;
Step 5: according to crossover probability C rindividuality in current population and the individuality making a variation in population are carried out to interlace operation, produce successively intersection individual, form intersection population;
Step 6: select operation, the individuality in current population and the individuality that intersects in population are carried out to fitness value calculation, from current population with intersect and select population N bar chromosome that fitness value is large as population of future generation;
Step 7: using population of future generation as current population, current iteration number of times adds 1 (m=m+1), goes to step 3;
Step 8: from population, select the individuality of fitness function maximum, as optimum solution output, the corresponding placement scheme of body one by one, the placement scheme that optimum individual is corresponding is optimum solution.Whole flow process finishes.
Based on said method, take certain layout that installs pipes as example, pipeline number is 4, and number of devices is 20, and an end of all pipelines is connected on the spheroid that radius is 3.5m, and equipment size is 0.5m*0.5m, and workshop length is 25m, and width is 25m.The control parameter of the differential evolution algorithm arranging in experiment is as follows: crossover probability initial value is 0.9, and variation probability initial value is 0.1, and crossover operator initial value is 0.5, and Population Size is 200, and iterations is 100.When Fig. 2 has provided iterations and has been respectively 60 (Fig. 2 (a)), 80 (Fig. 2 (b)), 100 (Fig. 2 (c)), the layout result of each pipeline, target function value is respectively: 0.2562,0.2569 and 0.0087.
The present invention also provides a kind of intelligent pipeline layout optimization system based on differential evolution algorithm, comprising:
The first module, is used for treating layout pipeline and arrangement space and carries out mathematical modeling, determines layout object, constraint condition and interpretational criteria;
The second module, is used for adopting polar coordinates and attitude vector to encode to layout object;
The 3rd module, is used for adopting differential evolution algorithm that layout of beam line's optimized mathematical model is optimized and is solved, and carries out constraint condition check and layout adjustment to solving the layout optimization scheme obtaining, and realizes the intelligent optimization placement scheme of pipeline.
Known by the pipe design application of actual factory, the intelligent pipeline layout optimization method based on differential evolution algorithm that the present invention proposes can greatly shorten the design cycle, strengthen Optimal performance, and can in finite time, solve extensive layout of beam line problem, have the topological design time short, optimize precision high, can quantitative evaluation placement scheme etc. advantage.
Above-described specific embodiment; object of the present invention, technical scheme and beneficial effect are further described; be understood that; the foregoing is only specific embodiments of the invention; be not limited to the present invention; within the spirit and principles in the present invention all, any modification of making, be equal to replacement, improvement etc., within all should being included in protection scope of the present invention.

Claims (9)

1. the intelligent pipeline layout optimization method based on differential evolution algorithm, comprises the following steps:
Step 1: treat layout pipeline and arrangement space and carry out mathematical modeling, determine layout object, constraint condition and interpretational criteria;
Step 2: adopt polar coordinates and attitude vector to encode to layout object;
Step 3: adopt differential evolution algorithm that layout of beam line's optimized mathematical model is optimized and is solved, and carry out constraint condition check and layout adjustment to solving the layout optimization scheme obtaining, realize the intelligent optimization placement scheme of pipeline.
2. intelligent pipeline layout optimization method as claimed in claim 1, the objective function of layout of beam line's optimized mathematical model of wherein setting up in step 1 is:
J = ∂ 1 J 1 ′ + ∂ 2 J 2 ′ + ∂ 3 J 3 ′
J 1 = Σ i = 1 k n i
J 2 = Σ i = 1 k l i
J 3 = Σ i = 1 n Σ j = 1 2 n 1 r ij 2
Wherein, J represents target function value, represent specific gravity factor, J 1, J 2, J 3be respectively minimize when maintenance pipeline repeat dismounting number of times, minimize total pipeline path and maximize the homogeneity that pipeline distributes, J ' 1, J ' 2, J ' 3be respectively J 1, J 2, J 3normalize to [0,1] interval value, n irepresent the equipment number that i bar pipeline comprises, l ithe path that represents i bar pipeline, r ij 2represent the distance between any two points, k represents pipeline number, and n represents total mapping device quantity; And
The constraint condition of layout of beam line's optimized mathematical model comprises: arrangement space size constraint, the mapping device that needs must be within arrangement space scope; Every there is not mechanical interference in transmission pipeline; Between any two connection devices for the treatment of layout, should meet minimum spacing constraint.
3. intelligent pipeline layout optimization method as claimed in claim 1, wherein step 3 comprises the following steps:
Step 31: following parameter is set: Population Size NP, maximum iteration time M, zoom factor F and the factor C that intersects r;
Step 32: produce initial population in the solution space of layout optimization problem, and current iteration number of times m=0 is set, wherein, initial population is comprised of NP Chromosome G, i.e. { G 1, G 2..., G nP; Initial solution is at minimum edge dividing value g i, j (min)maximum boundary value g i, j (min)between random produce uniformly; Maximum boundary value and minimum edge dividing value determine according to particular problem, and initial population produces at random by following formula:
g i,j,0=g i,j(min)+rand(0,1)(g i,ju(max-g i,j(min))
Wherein, rand (0,1) is the random number of scope between [0,1];
Step 33: when algorithm iteration is to maximum iteration time, when m=M or fitness function meet following formula, go to step 38;
|f(m)-f(m-1)|<σ
Wherein, m is current iteration number of times, and M is predefined iterations; F (m) be m for the fitness value of optimum individual, f (m-1) be m-1 for the fitness value of optimum individual, σ is a predefined small integer;
Step 34: carry out mutation operation, the difference vector between other two individualities of choosing at random in each target individual in current population and population is carried out to linear superposition, generate successively variation individual, form variation population;
Step 35: according to crossover probability C rindividuality in current population and the individuality making a variation in population are carried out to interlace operation, produce successively intersection individual, form intersection population;
Step 36: select operation, the individuality in current population and the individuality that intersects in population are carried out to fitness value calculation, from current population with intersect and select population N bar chromosome that fitness value is large as population of future generation;
Step 37: using population of future generation as current population, current iteration number of times m adds 1, goes to step 33:
Step 38: from population, select the individuality of fitness function maximum, as optimum solution output, the corresponding placement scheme of body one by one, the placement scheme that optimum individual is corresponding is optimum solution, and flow process finishes.
4. intelligent pipeline layout optimization method as claimed in claim 3, wherein, described fitness function value is calculated as follows:
f=1/J
Wherein, f represents fitness function value, and J represents the target function value of layout of beam line's optimization problem.
5. intelligent pipeline layout optimization method as claimed in claim 3, wherein the mutation operation described in step 33 is: from N-Generation population, choose at random sequence number and be respectively r 1, r 2,, r 3chromosome it is individual that difference vector each is individual and two other individual formation carries out linear superposition formation variation, produces according to the following formula the vector V that makes a variation i, N+1:
V i , N + 1 = G r 1 , N + F ( G r 2 , N - G r 3 , N ) , r 1 ≠ r 2 ≠ r 3 ≠ i
Wherein, F ∈ [1, NP] is zoom factor; NP is Population Size; G i, N={ g i, 1, N, g i, 2, N..., g i, n, N; r 1, r 2, r 3what represent is the random mutually different integer producing in [1, NP].
6. intelligent pipeline layout optimization method as claimed in claim 3, wherein the interlace operation described in step 34 is: individual V will make a variation i, N+1with individual G in the present age i, Nintersect, obtain intersecting individual U i, N+1, computing formula is as follows:
Wherein, i=1,2 ..., NP, j=1,2 ..., W, the dimension that W is problem; Rand (0,1) is the random number of scope between [0,1]; C rfor intersecting the factor; I ifor from sequence [1,2 ... W] in a random integer of selecting, U i, N+1={ u i, 1N+1, u i, 2, N+1, u i, n, N+1, V i, N+1={ v i, 1, N+1, v i, 2, N+1..., v i, n, N+1.
7. intelligent pipeline layout optimization method as claimed in claim 3, wherein the selection described in step 35 is operating as: will intersect individual U i, N+1individual G with current population i, Ncompare, select the outstanding person of fitness as filial generation, concrete formula is described below:
Wherein, f () represents individual fitness computing function.
8. a pipe installation method, adopts the placement scheme of the intelligent pipeline layout optimization method optimization as described in claim 1-7 any one to carry out connection.
9. the intelligent pipeline layout optimization system based on differential evolution algorithm, comprising:
The first module, is used for treating layout pipeline and arrangement space and carries out mathematical modeling, determines layout object, constraint condition and interpretational criteria;
The second module, is used for adopting polar coordinates and attitude vector to encode to layout object;
The 3rd module, is used for adopting differential evolution algorithm that layout of beam line's optimized mathematical model is optimized and is solved, and carries out constraint condition check and layout adjustment to solving the layout optimization scheme obtaining, and realizes the intelligent optimization placement scheme of pipeline.
CN201410342678.8A 2014-07-17 2014-07-17 Intelligent pipeline arrangement optimization method and system based on differential evolution algorithm Pending CN104077496A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201410342678.8A CN104077496A (en) 2014-07-17 2014-07-17 Intelligent pipeline arrangement optimization method and system based on differential evolution algorithm

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201410342678.8A CN104077496A (en) 2014-07-17 2014-07-17 Intelligent pipeline arrangement optimization method and system based on differential evolution algorithm

Publications (1)

Publication Number Publication Date
CN104077496A true CN104077496A (en) 2014-10-01

Family

ID=51598748

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201410342678.8A Pending CN104077496A (en) 2014-07-17 2014-07-17 Intelligent pipeline arrangement optimization method and system based on differential evolution algorithm

Country Status (1)

Country Link
CN (1) CN104077496A (en)

Cited By (19)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105184803A (en) * 2015-09-30 2015-12-23 西安电子科技大学 Attitude measurement method and device
CN105205321A (en) * 2015-09-16 2015-12-30 长安大学 Tunnel illuminating lamp arrangement optimization method
CN105781536A (en) * 2014-12-16 2016-07-20 中国石油天然气股份有限公司 Method for measuring and calculating petroleum reservoir porosity degree
CN106844986A (en) * 2017-01-24 2017-06-13 中国船舶重工集团公司第七○研究所 A kind of deck layout calculation method based on improvement genetic algorithm
CN107274039A (en) * 2017-07-31 2017-10-20 中国地质大学(武汉) A kind of oil field Warehouse Location method under well location uncertain environment
CN107292391A (en) * 2017-06-20 2017-10-24 上海交通大学 Flexibility Task method for optimizing scheduling based on DE and L BFGS B hybrid algorithms
CN107403236A (en) * 2017-07-03 2017-11-28 上海海事大学 The multimodal transport energy consumption optimization method of adaptive differential evolution algorithm based on priori
CN107678554A (en) * 2017-09-05 2018-02-09 湘潭大学 A kind of method and system of keyboard layout of mobile phone
CN108959801A (en) * 2018-07-20 2018-12-07 国通广达(北京)技术有限公司 A kind of pipe gallery section optimization method and system
CN109828476A (en) * 2018-11-12 2019-05-31 中航通飞研究院有限公司 A kind of airborne equipment cabinet internal unit arranges emulation mode automatically
CN110579201A (en) * 2019-07-25 2019-12-17 北京航空航天大学 Flatness evaluation method based on differential evolution algorithm
CN111079273A (en) * 2019-12-03 2020-04-28 北京新学堂网络科技有限公司 Automatic layout design method and device
CN111310884A (en) * 2020-02-24 2020-06-19 东南大学 Optimal layout method of wind turbine generator based on data-driven evolutionary algorithm
CN111475901A (en) * 2020-03-27 2020-07-31 三禹水务科技(苏州)有限公司 Urban water supply system optimization design method based on differential algorithm
CN112364450A (en) * 2020-10-28 2021-02-12 东北大学 Multi-pipeline layout optimization method and system for aircraft engine
CN113221505A (en) * 2021-06-04 2021-08-06 中科可控信息产业有限公司 Circuit board hole position determining method and device, electronic equipment and readable storage medium
CN115906748A (en) * 2022-12-19 2023-04-04 西安电子科技大学广州研究院 3D layout optimization method based on sliding window and discrete differential evolution algorithm
CN116050040A (en) * 2023-03-28 2023-05-02 中国建筑第二工程局有限公司 Intelligent arrangement method and system based on pipeline arrangement spatial characteristics
CN117010132A (en) * 2023-09-27 2023-11-07 中国船舶集团有限公司第七一九研究所 Space array position optimization method and system of underwater multi-base sound system

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101464664A (en) * 2009-01-09 2009-06-24 浙江工业大学 Batch reactor optimal control method based on single population and pre-crossed differential evolution algorithm
CN102222919A (en) * 2011-05-19 2011-10-19 西南交通大学 Power system reactive power optimization method based on improved differential evolution algorithm

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101464664A (en) * 2009-01-09 2009-06-24 浙江工业大学 Batch reactor optimal control method based on single population and pre-crossed differential evolution algorithm
CN102222919A (en) * 2011-05-19 2011-10-19 西南交通大学 Power system reactive power optimization method based on improved differential evolution algorithm

Non-Patent Citations (3)

* Cited by examiner, † Cited by third party
Title
JING TAO ET AL.: "Facility Layouts Based on Differential Evolution Algorithm", 《PROCEEDING OF THE IEEE INTERNATIONAL CONFERENCE ON ROBOTICS AND BIOMIMETICS (ROBIO) 》 *
JING TAO ET AL.: "Facility Layouts Based on Intelligent Optimization Approaches", 《2012 IEEE FIFTH INTERNATIONAL CONFERENCE ON ADVANCED COMPUTATIONAL INTELLIGENCE(ICACI)》 *
傅嗣鹏等: "基于改进差分进化算法的给水管网优化设计", 《给水排水》 *

Cited By (29)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105781536B (en) * 2014-12-16 2019-01-18 中国石油天然气股份有限公司 A kind of petroleum reservoir porosity measuring method
CN105781536A (en) * 2014-12-16 2016-07-20 中国石油天然气股份有限公司 Method for measuring and calculating petroleum reservoir porosity degree
CN105205321A (en) * 2015-09-16 2015-12-30 长安大学 Tunnel illuminating lamp arrangement optimization method
CN105184803A (en) * 2015-09-30 2015-12-23 西安电子科技大学 Attitude measurement method and device
CN106844986A (en) * 2017-01-24 2017-06-13 中国船舶重工集团公司第七○研究所 A kind of deck layout calculation method based on improvement genetic algorithm
CN107292391A (en) * 2017-06-20 2017-10-24 上海交通大学 Flexibility Task method for optimizing scheduling based on DE and L BFGS B hybrid algorithms
CN107292391B (en) * 2017-06-20 2021-01-08 上海交通大学 Flexible workshop task scheduling optimization method based on DE and L-BFGS-B hybrid algorithm
CN107403236A (en) * 2017-07-03 2017-11-28 上海海事大学 The multimodal transport energy consumption optimization method of adaptive differential evolution algorithm based on priori
CN107274039A (en) * 2017-07-31 2017-10-20 中国地质大学(武汉) A kind of oil field Warehouse Location method under well location uncertain environment
CN107678554B (en) * 2017-09-05 2020-07-03 湘潭大学 Method and system for layout of mobile phone keyboard
CN107678554A (en) * 2017-09-05 2018-02-09 湘潭大学 A kind of method and system of keyboard layout of mobile phone
CN108959801A (en) * 2018-07-20 2018-12-07 国通广达(北京)技术有限公司 A kind of pipe gallery section optimization method and system
CN109828476B (en) * 2018-11-12 2022-06-07 中航通飞华南飞机工业有限公司 Automatic layout simulation method for internal equipment of airborne equipment cabinet
CN109828476A (en) * 2018-11-12 2019-05-31 中航通飞研究院有限公司 A kind of airborne equipment cabinet internal unit arranges emulation mode automatically
CN110579201B (en) * 2019-07-25 2021-06-01 北京航空航天大学 Flatness evaluation method based on differential evolution algorithm
CN110579201A (en) * 2019-07-25 2019-12-17 北京航空航天大学 Flatness evaluation method based on differential evolution algorithm
CN111079273A (en) * 2019-12-03 2020-04-28 北京新学堂网络科技有限公司 Automatic layout design method and device
CN111310884A (en) * 2020-02-24 2020-06-19 东南大学 Optimal layout method of wind turbine generator based on data-driven evolutionary algorithm
CN111310884B (en) * 2020-02-24 2023-05-16 东南大学 Optimal layout method of wind turbine generator based on data-driven evolutionary algorithm
CN111475901A (en) * 2020-03-27 2020-07-31 三禹水务科技(苏州)有限公司 Urban water supply system optimization design method based on differential algorithm
CN112364450B (en) * 2020-10-28 2023-11-03 东北大学 Multi-pipeline layout optimization method and system for aero-engine
CN112364450A (en) * 2020-10-28 2021-02-12 东北大学 Multi-pipeline layout optimization method and system for aircraft engine
CN113221505A (en) * 2021-06-04 2021-08-06 中科可控信息产业有限公司 Circuit board hole position determining method and device, electronic equipment and readable storage medium
CN113221505B (en) * 2021-06-04 2024-04-12 中科可控信息产业有限公司 Circuit board hole site determining method and device, electronic equipment and readable storage medium
CN115906748A (en) * 2022-12-19 2023-04-04 西安电子科技大学广州研究院 3D layout optimization method based on sliding window and discrete differential evolution algorithm
CN115906748B (en) * 2022-12-19 2023-08-01 西安电子科技大学广州研究院 3D layout optimization method based on sliding window and discrete differential evolution algorithm
CN116050040B (en) * 2023-03-28 2023-08-15 中国建筑第二工程局有限公司 Intelligent arrangement method and system based on pipeline arrangement spatial characteristics
CN116050040A (en) * 2023-03-28 2023-05-02 中国建筑第二工程局有限公司 Intelligent arrangement method and system based on pipeline arrangement spatial characteristics
CN117010132A (en) * 2023-09-27 2023-11-07 中国船舶集团有限公司第七一九研究所 Space array position optimization method and system of underwater multi-base sound system

Similar Documents

Publication Publication Date Title
CN104077496A (en) Intelligent pipeline arrangement optimization method and system based on differential evolution algorithm
US20200212681A1 (en) Method, apparatus and storage medium for transmission network expansion planning considering extremely large amounts of operation scenarios
CN104200087A (en) Parameter optimization and feature tuning method and system for machine learning
Castonguay et al. Application of high-order energy stable flux reconstruction schemes to the Euler equations
Rupp et al. On the feasibility of spherical harmonics expansions of the Boltzmann transport equation for three-dimensional device geometries
CN105224741A (en) Drive system of electric automobile electromagnetic radiation test-schedule method
CN104462861A (en) Reservoir regulation decision-making method based on reservoir regulation rule synthesis
CN104794289A (en) Implementation method for complete matching of absorbing boundary under expansion rectangular coordinate system
CN104933639A (en) A small-interference stability rapid analysis method targeted at a large scale electric power system
CN104268322A (en) Boundary processing technology of WENO difference method
CN110009181A (en) Distribution network transform measure and mistake load figureofmerit relevance method for digging and device
CN105005294A (en) Real-time sensor fault diagnosis method based on uncertainty analysis
CN108204341A (en) Method and device for identifying operating state of wind power plant
CN114997027A (en) Method for intelligently solving random signals of axle system
CN105740204A (en) Low-frequency-band earth conductivity rapid inversion method under irregular terrain
CN105320808A (en) NSGA based pipeline multi-target layout optimization method
CN105046057A (en) LSSVM (Least Square Support Vector Machine) pulsation wind speed prediction method based on Morlet wavelet kernel
CN109886560A (en) Distribution network transform measure and rate of qualified voltage index relevance method for digging and device
CN105808504A (en) Method for realizing perfectly matched layer through auxiliary differential equation in plasma
CN109299531A (en) Electromagnetical transient emulation method and device
Lim et al. Evolutionary optimization with dynamic fidelity computational models
CN105608267A (en) Multivariable global optimization algorithm
CN111262248A (en) Random power flow analysis and calculation method and system
El-Meligy et al. Transmission expansion planning considering resistance variations of overhead lines using minimum-volume covering ellipsoid
CN104992046A (en) Computing system and method of fluid mechanics

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: 20141001