WO2019109757A1 - Method for using particle swarm algorithm to optimize power electronic circuit - Google Patents

Method for using particle swarm algorithm to optimize power electronic circuit Download PDF

Info

Publication number
WO2019109757A1
WO2019109757A1 PCT/CN2018/112581 CN2018112581W WO2019109757A1 WO 2019109757 A1 WO2019109757 A1 WO 2019109757A1 CN 2018112581 W CN2018112581 W CN 2018112581W WO 2019109757 A1 WO2019109757 A1 WO 2019109757A1
Authority
WO
WIPO (PCT)
Prior art keywords
particle
electronic circuit
power electronic
particle swarm
optimizing
Prior art date
Application number
PCT/CN2018/112581
Other languages
French (fr)
Chinese (zh)
Inventor
张军
陈伟能
詹志辉
Original Assignee
华南理工大学
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 华南理工大学 filed Critical 华南理工大学
Publication of WO2019109757A1 publication Critical patent/WO2019109757A1/en

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F30/00Computer-aided design [CAD]
    • G06F30/30Circuit design
    • G06F30/32Circuit design at the digital level
    • G06F30/327Logic synthesis; Behaviour synthesis, e.g. mapping logic, HDL to netlist, high-level language to RTL or netlist
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F30/00Computer-aided design [CAD]
    • G06F30/30Circuit design
    • G06F30/36Circuit design at the analogue level
    • G06F30/367Design verification, e.g. using simulation, simulation program with integrated circuit emphasis [SPICE], direct methods or relaxation methods
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06NCOMPUTING ARRANGEMENTS BASED ON SPECIFIC COMPUTATIONAL MODELS
    • G06N3/00Computing arrangements based on biological models
    • G06N3/004Artificial life, i.e. computing arrangements simulating life
    • G06N3/006Artificial life, i.e. computing arrangements simulating life based on simulated virtual individual or collective life forms, e.g. social simulations or particle swarm optimisation [PSO]
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06NCOMPUTING ARRANGEMENTS BASED ON SPECIFIC COMPUTATIONAL MODELS
    • G06N3/00Computing arrangements based on biological models
    • G06N3/02Neural networks
    • G06N3/04Architecture, e.g. interconnection topology
    • G06N3/044Recurrent networks, e.g. Hopfield networks

Definitions

  • the invention relates to the field of power electronics and intelligent computing technology, and in particular to a method for optimizing a power electronic circuit by using a particle swarm optimization algorithm.
  • a power electronic circuit is a type of circuit that provides power to a load as a primary purpose. By adjusting the supply voltage or current, the power transmission is effectively controlled, so that the user's load obtains the required power.
  • Power electronic circuits have a wide range of applications, such as mobile electronic devices, televisions and computers. With the development of semiconductor technology and electronic packaging technology, the demand for automation design of power electronic circuits is increasing.
  • the methods of automatic design and optimization of power electronic circuits are mainly divided into two types: deterministic algorithms and random algorithms.
  • Deterministic algorithms such as the gradient method and the hill climbing method, are prone to fall into local optimum, resulting in suboptimal component parameter values. Also, some deterministic algorithm performance is too dependent on the choice of the initial search point.
  • the optimization of power electronic circuits is a highly nonlinear problem, so deterministic algorithms tend to be poor.
  • the random algorithm can search the solution space extensively, has low dependence on the initial search point, and has high robustness. Therefore, it is more suitable for optimizing and designing the power electronic circuit than the deterministic method.
  • the particle swarm optimization algorithm is a heuristic random algorithm, which belongs to a branch of the evolutionary algorithm and works by simulating the predation behavior of birds and fish in the natural world. Because of its clear definition and easy implementation, the particle swarm optimization algorithm has been widely used since its introduction. In particular, in the field of analog circuit design, particle swarm optimization has been used in RF circuit design, on-chip spiral inductor design, microwave filter design, and so on. Compared with other evolutionary algorithms, particle swarm optimization has the advantages of fast convergence, high precision and stable quality, so it is very suitable for solving optimization problems such as power electronic circuit design.
  • the object of the present invention is to solve the above-mentioned drawbacks in the prior art and to provide a method for optimizing a power electronic circuit using a particle swarm optimization algorithm.
  • the invention discloses a method for optimizing a power electronic circuit by using a particle swarm optimization algorithm, and applies the particle swarm optimization algorithm to the optimization design of the power electronic circuit.
  • the invented particle swarm optimization algorithm does not perform the optimization of the whole circuit as in the traditional method. Instead, the power electronic circuit is first divided into two parts of decoupling, namely power transmission and feedback network, and then optimized separately. .
  • the encoding of the particles is encoded by real numbers, and the value of each dimension corresponds to a parameter of the component to be optimized.
  • the specific steps of using the particle swarm optimization algorithm to optimize the power electronic circuit are as follows:
  • S1 setting an algorithm parameter for optimizing the power transmission part, and randomly initializing the first generation particle group of the power transmission part within a range of upper and lower limits of the given device value.
  • v in and R L are the input voltage and load value, respectively
  • V in, max and V in,min are the maximum and minimum values of the input voltage
  • R L,max and R L,min are the maximum and minimum values of the load
  • ⁇ v in and ⁇ R L are the steps of changing the input voltage and load, respectively
  • CP i represents the i-th particle group individual coding.
  • F 1 is used to evaluate the steady state error of the output voltage
  • F 2 is used to evaluate the constraints of the circuit operation
  • F 3 is used to calculate the steady state ripple voltage on the output voltage
  • F 4 is used to evaluate the inherent properties of the device, such as the overall Price, physical size, etc.
  • the specific method is to generate a random number r randomly distributed between 0 and 1 for each dimension of each particle. If r is less than the mutation probability P m , then the value of the dimension, ie the corresponding device parameter value, is randomly changed within the range of the upper and lower limits of the given device value.
  • step S6 If the end condition of the power transmission part (such as the maximum number of iterations, etc.) is reached, step S7 is performed, otherwise, the process returns to step S2.
  • CF i represents the encoding of the i-th particle swarm individual.
  • F 5 is used to evaluate the steady state error at the output voltage
  • F 6 is used to estimate the maximum overshoot and undershoot, and the settling time of the output voltage during startup
  • F 7 is used to evaluate the stable ripple voltage on the output voltage
  • F 8 Used to evaluate the dynamic performance of the circuit when the input voltage and output resistance are disturbed.
  • the mutation operator is used to increase the diversity of the feedback network.
  • the particle swarm algorithm has a simple concept, is easy to implement, and has a fast convergence speed, so it has been widely used.
  • the present invention introduces a mutation operator in the particle swarm optimization algorithm, which increases the population diversity in the evolution process, and the performance of the particle swarm optimization algorithm for power electronic circuit optimization is improved.
  • 1 is a basic structural diagram of a power electronic circuit
  • FIG. 2 is a flow chart of a method for optimizing a power electronic circuit using a particle swarm optimization algorithm disclosed in the present invention
  • Fig. 3 is a basic structural view of a step-down regulator.
  • FIG. 2 The flow chart of the method for optimizing the power electronic circuit using the particle swarm optimization algorithm disclosed in this embodiment is shown in FIG. 2 .
  • Particle swarm optimization is an optimization algorithm based on swarm intelligence.
  • the velocity vector of the particle determines its direction and rate of motion, while the position vector embodies the coordinates of the solution represented by the particle in the solution space.
  • the fitness value function is used to evaluate the pros and cons of the particle position, ie the quality of the solution.
  • Particles have the ability of information memory and communication, and each particle maintains its own historical optimal position vector (represented by pBest i ), that is, in the process of evolution, if the particle reaches a better position of some fitness value , then record the location into the historical optimal vector.
  • the group also maintains a global optimal position vector (represented by gBest), which is the optimal one of all particles' pBest, which serves to guide the movement of particles to the global optimal region.
  • the particle velocity and position update formula is as follows:
  • V ij (t+1) ⁇ V ij +c 1 rand 1 (p i -X ij (t))+c 2 rand 2 (p l -X ij (t)) (1)
  • is the inertia weight
  • c 1 and c 2 are the acceleration coefficients
  • rand 1 and rand 2 are two random numbers uniformly distributed from 0 to 1.
  • the basic structure of the power electronic circuit is shown in Figure 1, which includes the power transmission and feedback network.
  • the power transfer section includes I P resistors, J P inductors and K P capacitors;
  • the feedback network section contains I F resistors, J F inductors and K F capacitors.
  • Two vectors are used to represent the passive components in the two parts:
  • ⁇ P and ⁇ F are optimized separately.
  • the key to optimization is to properly encode the optimization parameters and design the optimization goals into the fitness function of the particle swarm algorithm.
  • This design encodes ⁇ P and ⁇ F into real strings CP and CF, respectively, as shown in the following equation. Each bit represents the value of the corresponding component parameter with a real number.
  • ⁇ P and ⁇ F represent the fitness value functions of the power transmission and feedback network portions, respectively.
  • CP i and CF i represent the codes of the individual particle groups corresponding to ⁇ P and ⁇ F , respectively.
  • the objective functions F 1 and F 5 are used to evaluate the steady state error of the output voltage.
  • F 2 is used to evaluate the constraints of the circuit operation.
  • F 3 and F 7 are used to calculate the steady state ripple voltage on the output voltage.
  • F 4 is used to evaluate the inherent properties of the device, such as overall price, size, lifetime, and the like.
  • F 6 is used to estimate the maximum overshoot and undershoot, as well as the settling time of the output voltage during startup.
  • F 8 is used to evaluate the dynamic performance of the circuit when the input voltage and output resistance are disturbed.
  • the objective functions F 1 , F 2 , F 3 , F 4 are respectively designed as follows:
  • W 1 is the maximum value that F 1 can reach
  • W 2 is used to adjust the sensitivity of F 1 to E 2 .
  • N C is the number of constraints
  • W 3,m is the maximum value of the mth constraint
  • W 4,m determines the sensitivity of the amount considered.
  • ripple voltage V o must be on the expected output o v, within close limits ⁇ ⁇ v o exp.
  • the method of measuring the particle group individual CP i in F 3 is to calculate the number of simulation points in which the v o exceeds v o, exp ⁇ v o in the N S simulation points.
  • F 3 is defined as follows
  • W 5 is the maximum value that F 3 can reach
  • W 6 is the attenuation constant
  • Q 1 is the number of simulation points beyond the allowable sideband. It can be seen that when Q 1 increases, F 3 decreases.
  • F 4 can be expressed as
  • ⁇ R , ⁇ L and ⁇ C are functions for measuring different types of devices, respectively. They are defined as follows
  • W 7,i , W 8,j and W 9,k are the maximum values that ⁇ R , ⁇ L and ⁇ C can reach respectively.
  • R i,max , L j,max and C k,max are the maximum values of R i , L j and C k , respectively.
  • the objective functions F 5 , F 6 , F 7 , F 8 are respectively defined as follows:
  • F 6 and F 8 are used to evaluate v d , including 1) maximum overshoot, 2) maximum undershoot, and 3) settling time of the response during startup or disturbance.
  • the basic forms of F 6 and F 8 can be expressed as follows
  • F 6 OV(R L ,v in ,CF i )+UV(R L ,v in ,CF i )+ST(R L ,v in ,CF i )
  • N T is the number of input and load disturbances in the performance test.
  • OV, UV and ST are for the maximum overshoot, undershoot and v d the maximum setup time minimizing the objective function. They are defined as follows:
  • W 10 is the maximum value that this objective function can reach
  • M p0 is the maximum overshoot
  • M p is the actual overshoot
  • W 11 is the passband constant
  • W 12 is the maximum value that this objective function can reach
  • M v0 is the maximum undershoot
  • M v is the actual undershoot
  • W 13 is the passband constant
  • T s0 is a constant
  • T s is the actual settling time
  • W 15 is used to adjust the sensitivity.
  • T s is defined as the settling time in which v d falls into the ⁇ % passband, ie
  • F 7 is the same as the design method of F 3 in the power transmission section, and the number of simulation points where v o exceeds v o, exp ⁇ v o is calculated. F 7 is defined as follows
  • the simulation algorithm of the invention is carried out with an optimized design of a buck regulator as an example.
  • the schematic diagram of the buck regulator is shown in Figure 3.
  • the devices to be optimized for the power transmission part are L and C, and the devices to be optimized for the feedback network are R 1 , R 2 , R C3 , R 4 , C 2 , C 3 , and C 4 , and the parameters of other devices are known.
  • the maximum number of iterations of the particle swarm algorithm is 500.
  • the parameters are as follows:
  • the genetic algorithm is used to optimize the design of the same circuit.
  • the simulation results of the two algorithms are simulated separately.
  • the results show that the settling time of the simulated output waveform of the particle swarm algorithm is about 5ms, which is shorter than 20ms of the genetic algorithm, and when the voltage or load changes, the circuit optimized by the particle swarm algorithm has less perturbation, that is, the anti-interference ability is more Strong, experimental results prove that the invented particle swarm optimization algorithm is effective in the optimization design of power electronic circuits.

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • Computer Hardware Design (AREA)
  • Evolutionary Computation (AREA)
  • General Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Health & Medical Sciences (AREA)
  • Artificial Intelligence (AREA)
  • Computational Linguistics (AREA)
  • Biophysics (AREA)
  • Molecular Biology (AREA)
  • Computing Systems (AREA)
  • Biomedical Technology (AREA)
  • Data Mining & Analysis (AREA)
  • Mathematical Physics (AREA)
  • Software Systems (AREA)
  • Life Sciences & Earth Sciences (AREA)
  • Health & Medical Sciences (AREA)
  • Geometry (AREA)
  • Microelectronics & Electronic Packaging (AREA)
  • Feedback Control In General (AREA)
  • Management, Administration, Business Operations System, And Electronic Commerce (AREA)

Abstract

Provided is a method for using a particle swarm algorithm to optimize a power electronic circuit; on the basis of the goal of reducing computational load, the method uses decoupling technology to divide an optimization process into two parts, which are, respectively, power transmission optimization and feedback network optimization of a power electronic circuit. A mutant operator is also introduced into a particle swarm algorithm so as to increase the diversity of the swarm and improve the optimization efficiency of the algorithm. Testing is performed using an optimized design of a step-down buck regulator as an example, thus proving the effectiveness of the method.

Description

运用粒子群算法优化功率电子电路的方法Method for optimizing power electronic circuit by using particle swarm optimization 技术领域Technical field
本发明涉及功率电子和智能计算技术领域,具体涉及一种运用粒子群算法优化功率电子电路的方法。The invention relates to the field of power electronics and intelligent computing technology, and in particular to a method for optimizing a power electronic circuit by using a particle swarm optimization algorithm.
背景技术Background technique
功率电子电路是向负载提供功率为主要目的一类电路,通过调整供应电压或者电流从而有效地控制电能传输,使用户的负载获得所需的功率。功率电子电路有着广泛的应用领域,具体的应用如移动电子设备、电视机和计算机等。随着半导体技术和电子封装技术的发展,对功率电子电路自动化设计的需求越来越高。A power electronic circuit is a type of circuit that provides power to a load as a primary purpose. By adjusting the supply voltage or current, the power transmission is effectively controlled, so that the user's load obtains the required power. Power electronic circuits have a wide range of applications, such as mobile electronic devices, televisions and computers. With the development of semiconductor technology and electronic packaging technology, the demand for automation design of power electronic circuits is increasing.
功率电子电路自动化设计和优化的方法主要分为确定性算法和随机算法两种。确定性算法,如梯度法和爬山法等,容易陷入局部最优,导致获得次优的元器件参数值。并且,一些确定性算法性能表现过于依赖初始搜索点的选择。而功率电子电路的优化是一个高度非线性的问题,因此确定性算法往往变现不佳。相对的,随机算法能够对解空间进行广泛地搜索,对初始化搜索点依赖性很低,具有较高的鲁棒性,因此比确定性的方法更适合于优化和设计功率电子电路。The methods of automatic design and optimization of power electronic circuits are mainly divided into two types: deterministic algorithms and random algorithms. Deterministic algorithms, such as the gradient method and the hill climbing method, are prone to fall into local optimum, resulting in suboptimal component parameter values. Also, some deterministic algorithm performance is too dependent on the choice of the initial search point. The optimization of power electronic circuits is a highly nonlinear problem, so deterministic algorithms tend to be poor. In contrast, the random algorithm can search the solution space extensively, has low dependence on the initial search point, and has high robustness. Therefore, it is more suitable for optimizing and designing the power electronic circuit than the deterministic method.
近年来,一种隶属于随机算法的进化算法吸引了众多研究人员的关注。进化算法的特点是只需要目标函数的信息而不需要与具体问题有关的特殊知识。它不受搜索空间限制性假设的约束,不要求如连续性、可导性等假设,能从离散的、多极值的、含有噪音的高维问题中以很高的概率找到全局最优解,是一种具有高鲁棒性和广泛适用性的全局优化方法。因此, 进化算法十分适用于功率电子电路的设计和优化。In recent years, an evolutionary algorithm belonging to a random algorithm has attracted the attention of many researchers. The evolutionary algorithm is characterized by the need for information about the objective function without the need for special knowledge related to the specific problem. It is not constrained by the restrictive assumptions of search space. It does not require assumptions such as continuity and conductivity. It can find global optimal solutions with high probability from discrete, multi-extreme, high-dimensional problems with noise. , is a global optimization method with high robustness and wide applicability. Therefore, evolutionary algorithms are well suited for the design and optimization of power electronic circuits.
粒子群算法是一种启发式随机算法,属于进化算法的一个分支,通过模拟自然界中鸟群和鱼群捕食行为而工作。粒子群算法由于其定义清晰,易于实现,自提出以来就得到了广发的应用。特别地,在模拟电路设计领域,粒子群算法已经被用于射频电路设计,片上螺旋电感设计,微波过滤器设计等。与其它的进化算法相比,粒子群算法具有收敛速度快、解的精度高、质量稳定等优点,因此十分适合于解决功率电子电路设计这样的优化问题。The particle swarm optimization algorithm is a heuristic random algorithm, which belongs to a branch of the evolutionary algorithm and works by simulating the predation behavior of birds and fish in the natural world. Because of its clear definition and easy implementation, the particle swarm optimization algorithm has been widely used since its introduction. In particular, in the field of analog circuit design, particle swarm optimization has been used in RF circuit design, on-chip spiral inductor design, microwave filter design, and so on. Compared with other evolutionary algorithms, particle swarm optimization has the advantages of fast convergence, high precision and stable quality, so it is very suitable for solving optimization problems such as power electronic circuit design.
发明内容Summary of the invention
本发明的目的是为了解决现有技术中的上述缺陷,提供一种运用粒子群算法优化功率电子电路的方法。The object of the present invention is to solve the above-mentioned drawbacks in the prior art and to provide a method for optimizing a power electronic circuit using a particle swarm optimization algorithm.
本发明的目的可以通过采取如下技术方案达到:The object of the present invention can be achieved by adopting the following technical solutions:
本发明公开了一种运用粒子群算法优化功率电子电路的方法,将粒子群算法运用到功率电子电路的优化设计中。为了降低运算负载,发明的粒子群优化算法并不像传统方法一样执行整个电路的优化,而是先将功率电子电路划分成解耦合的两部分,分别是功率传输和反馈网络,再分别进行优化。粒子的编码采用实数编码,每一维的值对应一个待优化元器件的参数。运用粒子群算法优化功率电子电路的方法的具体步骤如下:The invention discloses a method for optimizing a power electronic circuit by using a particle swarm optimization algorithm, and applies the particle swarm optimization algorithm to the optimization design of the power electronic circuit. In order to reduce the computational load, the invented particle swarm optimization algorithm does not perform the optimization of the whole circuit as in the traditional method. Instead, the power electronic circuit is first divided into two parts of decoupling, namely power transmission and feedback network, and then optimized separately. . The encoding of the particles is encoded by real numbers, and the value of each dimension corresponds to a parameter of the component to be optimized. The specific steps of using the particle swarm optimization algorithm to optimize the power electronic circuit are as follows:
S1、设置用于优化功率传输部分的算法参数,并在给定的器件取值上下限的范围内,随机初始化功率传输部分的第一代粒子群。S1: setting an algorithm parameter for optimizing the power transmission part, and randomly initializing the first generation particle group of the power transmission part within a range of upper and lower limits of the given device value.
S2、计算每个粒子的适应值以评估解的优劣,适应值函数为:S2. Calculate the fitness value of each particle to evaluate the merits of the solution. The fitness function is:
Figure PCTCN2018112581-appb-000001
Figure PCTCN2018112581-appb-000001
其中,v in和R L分别为输入电压和负载值,V in,max和V in,min为输入电压的最大 和最小值,R L,max和R L,min为负载的最大和最小值,δv in和δR L分别为改变输入电压和负载的步长,CP i表示第i个粒子群个体编码。F 1用于评估输出电压的稳定状态误差,F 2用于评估电路工作的约束条件,F 3用于计算输出电压上的稳定状态纹波电压,F 4用于评估器件的固有性质,如总体价格,物理大小等。 Where, v in and R L are the input voltage and load value, respectively, V in, max and V in,min are the maximum and minimum values of the input voltage, R L,max and R L,min are the maximum and minimum values of the load, Δv in and δR L are the steps of changing the input voltage and load, respectively, and CP i represents the i-th particle group individual coding. F 1 is used to evaluate the steady state error of the output voltage, F 2 is used to evaluate the constraints of the circuit operation, F 3 is used to calculate the steady state ripple voltage on the output voltage, and F 4 is used to evaluate the inherent properties of the device, such as the overall Price, physical size, etc.
S3、根据适应值,更新每个粒子的个体历史最优pBest,以及所有粒子的全局最优gBest。S3. Update the individual historical optimal pBest of each particle according to the fitness value, and the global optimal gBest of all the particles.
S4、更新每个粒子的速度和位置向量。S4. Update the velocity and position vector of each particle.
S5、运用变异算子增加群体的多样性。具体方法为,对于每个粒子的每一维,生成一个随机分布于0和1之间的随机数r。如果r小于变异概率P m,那么就在给定的器件取值上下限的范围内,随机改变该维的数值,即相对应的器件参数值。 S5. Using the mutation operator to increase the diversity of the group. The specific method is to generate a random number r randomly distributed between 0 and 1 for each dimension of each particle. If r is less than the mutation probability P m , then the value of the dimension, ie the corresponding device parameter value, is randomly changed within the range of the upper and lower limits of the given device value.
S6、如果达到功率传输部分的结束条件(如最大迭代次数等),则执行步骤S7,否则回到步骤S2。S6. If the end condition of the power transmission part (such as the maximum number of iterations, etc.) is reached, step S7 is performed, otherwise, the process returns to step S2.
S7、设置用于优化反馈网络的算法参数,并在给定的器件取值上下限的范围内,随机初始化反馈网络的第一代粒子群。S7. Set algorithm parameters for optimizing the feedback network, and randomly initialize the first generation particle group of the feedback network within a range of upper and lower limits of a given device value.
S8、计算每个粒子的适应值,适应值函数为:S8. Calculate the fitness value of each particle, and the fitness function is:
Figure PCTCN2018112581-appb-000002
Figure PCTCN2018112581-appb-000002
其中,CF i表示第i个粒子群个体的编码。F 5用于评估在输出电压的稳定状态误差,F 6用于评估最大的过冲和下冲,以及在启动期间输出电压的建立时间,F 7用评估输出电压上的稳定波纹电压,F 8用于评估电路在输入电压和输出电阻扰动时的动态性能。 Where CF i represents the encoding of the i-th particle swarm individual. F 5 is used to evaluate the steady state error at the output voltage, F 6 is used to estimate the maximum overshoot and undershoot, and the settling time of the output voltage during startup, F 7 is used to evaluate the stable ripple voltage on the output voltage, F 8 Used to evaluate the dynamic performance of the circuit when the input voltage and output resistance are disturbed.
S9、根据适应值,更新每个粒子的个体历史最优pBest,以及所有粒子的全局最优gBest。S9. Update the individual historical optimal pBest of each particle according to the fitness value, and the global optimal gBest of all the particles.
S10、更新每个粒子的速度和位置向量。S10. Update the velocity and position vector of each particle.
S11、与功率传输部分的方法相同,运用变异算子增加反馈网络的群 体多样性。S11. In the same way as the power transmission part, the mutation operator is used to increase the diversity of the feedback network.
S12、如果达到反馈网络部分的结束条件,则结束优化,否则回到步骤S8。S12. If the end condition of the feedback network part is reached, the optimization is ended, otherwise the process returns to step S8.
本发明相对于现有技术具有如下的优点及效果:The present invention has the following advantages and effects over the prior art:
粒子群算法概念简单,容易实现,而且收敛速度快,因此得到了广泛的应用。但是在功率电子电路的优化设计中,由于问题的复杂性,有时候粒子群算法会收敛到局部最优解,这是由于群体多样性不足所导致的。因此,本发明在粒子群算法中引入了变异算子,增加了进化过程中的群体多样性,使得粒子群算法用于功率电子电路优化的性能得到了提高。The particle swarm algorithm has a simple concept, is easy to implement, and has a fast convergence speed, so it has been widely used. However, in the optimization design of power electronic circuits, due to the complexity of the problem, sometimes the particle swarm algorithm will converge to the local optimal solution, which is caused by insufficient group diversity. Therefore, the present invention introduces a mutation operator in the particle swarm optimization algorithm, which increases the population diversity in the evolution process, and the performance of the particle swarm optimization algorithm for power electronic circuit optimization is improved.
附图说明DRAWINGS
图1是功率电子电路的基本结构图;1 is a basic structural diagram of a power electronic circuit;
图2是本发明中公开的运用粒子群算法优化功率电子电路的方法的流程图;2 is a flow chart of a method for optimizing a power electronic circuit using a particle swarm optimization algorithm disclosed in the present invention;
图3是降压型调节器的基本结构图。Fig. 3 is a basic structural view of a step-down regulator.
具体实施方式Detailed ways
为使本发明实施例的目的、技术方案和优点更加清楚,下面将结合本发明实施例中的附图,对本发明实施例中的技术方案进行清楚、完整地描述,显然,所描述的实施例是本发明一部分实施例,而不是全部的实施例。基于本发明中的实施例,本领域普通技术人员在没有做出创造性劳动前提下所获得的所有其他实施例,都属于本发明保护的范围。The technical solutions in the embodiments of the present invention will be clearly and completely described in conjunction with the drawings in the embodiments of the present invention. It is a partial embodiment of the invention, and not all of the embodiments. All other embodiments obtained by those skilled in the art based on the embodiments of the present invention without creative efforts are within the scope of the present invention.
实施例Example
本实施例中公开的运用粒子群算法优化功率电子电路的方法的流程 图如图2所示。The flow chart of the method for optimizing the power electronic circuit using the particle swarm optimization algorithm disclosed in this embodiment is shown in FIG. 2 .
粒子群算法是以群体智能为基础的优化算法。群体中每个个体(粒子)在进化过程中维持两个向量,即速度向量V ij=[v i1,v i2,K,v iD]和位置向量X ij=[x i1,x i2,K,x iD](位置向量中保存的是电路器件参数取值,与适应值函数中的CP i和CF i相对应),其中i表示粒子的编号,D是求解问题的维数,在功率电子电路的优化设计中表示待优化的器件数目。粒子的速度向量决定了其运动方向和速率,而位置向量则体现了粒子所代表的解在解空间中的坐标。适应值函数用于评估粒子位置的优劣,即解的质量。粒子具有信息记忆与交流能力,具体通过每个粒子各自维持一个自身的历史最优位置向量(用pBest i表示),也就是说在进化过程中,如果粒子到达了某个适应值更好的位置,则将该位置记录到历史最优向量中。另外,群体还维护一个全局最优位置向量(用gBest表示),也就是所有粒子的pBest中最优的一个,这个全局最优起到引导粒子向该全局最优区域移动的作用。在每一代中,粒子速度与位置更新公式如下所示: Particle swarm optimization is an optimization algorithm based on swarm intelligence. Each individual (particle) in the population maintains two vectors during evolution, namely the velocity vector V ij =[v i1 ,v i2 ,K,v iD ] and the position vector X ij =[x i1 ,x i2 ,K, x iD ] (the position vector holds the values of the circuit device parameters, corresponding to CP i and CF i in the fitness function), where i represents the number of the particle and D is the dimension of the solution, in the power electronic circuit The number of devices to be optimized is represented in the optimized design. The velocity vector of the particle determines its direction and rate of motion, while the position vector embodies the coordinates of the solution represented by the particle in the solution space. The fitness value function is used to evaluate the pros and cons of the particle position, ie the quality of the solution. Particles have the ability of information memory and communication, and each particle maintains its own historical optimal position vector (represented by pBest i ), that is, in the process of evolution, if the particle reaches a better position of some fitness value , then record the location into the historical optimal vector. In addition, the group also maintains a global optimal position vector (represented by gBest), which is the optimal one of all particles' pBest, which serves to guide the movement of particles to the global optimal region. In each generation, the particle velocity and position update formula is as follows:
V ij(t+1)=ωV ij+c 1rand 1(p i-X ij(t))+c 2rand 2(p l-X ij(t))  (1) V ij (t+1)=ωV ij +c 1 rand 1 (p i -X ij (t))+c 2 rand 2 (p l -X ij (t)) (1)
X ij(t+1)=X ij(t)+V ij(t+1) X ij (t+1)=X ij (t)+V ij (t+1)
其中,ω为惯性权重,c 1和c 2为加速系数,rand 1和rand 2是两个从0到1均匀分布的随机数。 Where ω is the inertia weight, c 1 and c 2 are the acceleration coefficients, and rand 1 and rand 2 are two random numbers uniformly distributed from 0 to 1.
功率电子电路的基本结构图如图1所示,其中包括功率传输和反馈网络两部分。功率传输部分包含I P个电阻,J P个电感和K P个电容;反馈网络部分包含I F个电阻,J F个电感和K F个电容。分别用两个向量表示两部分中的无源器件: The basic structure of the power electronic circuit is shown in Figure 1, which includes the power transmission and feedback network. The power transfer section includes I P resistors, J P inductors and K P capacitors; the feedback network section contains I F resistors, J F inductors and K F capacitors. Two vectors are used to represent the passive components in the two parts:
Figure PCTCN2018112581-appb-000003
Figure PCTCN2018112581-appb-000003
其中,
Figure PCTCN2018112581-appb-000004
Figure PCTCN2018112581-appb-000005
among them,
Figure PCTCN2018112581-appb-000004
Figure PCTCN2018112581-appb-000005
在优化程序中,Θ P和Θ F是分别进行优化的。优化的关键在于将优化 参数恰当地编码和将优化目标设计成粒子群算法的适应值函数。 In the optimization program, Θ P and Θ F are optimized separately. The key to optimization is to properly encode the optimization parameters and design the optimization goals into the fitness function of the particle swarm algorithm.
本设计将Θ P和Θ F分别编码成实数串CP和CF,如下式所示,每一位以一个实数表示对应的元器件参数取值。 This design encodes Θ P and Θ F into real strings CP and CF, respectively, as shown in the following equation. Each bit represents the value of the corresponding component parameter with a real number.
Figure PCTCN2018112581-appb-000006
Figure PCTCN2018112581-appb-000006
Figure PCTCN2018112581-appb-000007
Figure PCTCN2018112581-appb-000007
两个部分的适应值函数分别定义如下:The fitness function functions of the two parts are defined as follows:
Figure PCTCN2018112581-appb-000008
Figure PCTCN2018112581-appb-000008
Figure PCTCN2018112581-appb-000009
Figure PCTCN2018112581-appb-000009
其中,Φ P和Φ F分别表示功率传输和反馈网络部分的适应值函数。CP i和CF i分别表示与Θ P和Θ F相对应的粒子群个体的编码。目标函数F 1和F 5用于评估输出电压的稳定状态误差。F 2用于评估电路工作的约束条件。F 3和F 7用于计算输出电压上的稳定状态纹波电压。F 4用于评估器件的固有性质,如总体价格、大小、寿命等。F 6用于评估最大的过冲和下冲,以及在启动期间输出电压的建立时间。F 8用于评估电路在输入电压和输出电阻扰动时的动态性能。 Where Φ P and Φ F represent the fitness value functions of the power transmission and feedback network portions, respectively. CP i and CF i represent the codes of the individual particle groups corresponding to Θ P and Θ F , respectively. The objective functions F 1 and F 5 are used to evaluate the steady state error of the output voltage. F 2 is used to evaluate the constraints of the circuit operation. F 3 and F 7 are used to calculate the steady state ripple voltage on the output voltage. F 4 is used to evaluate the inherent properties of the device, such as overall price, size, lifetime, and the like. F 6 is used to estimate the maximum overshoot and undershoot, as well as the settling time of the output voltage during startup. F 8 is used to evaluate the dynamic performance of the circuit when the input voltage and output resistance are disturbed.
在功率传输部分的适应值函数Φ P中,目标函数F 1,F 2,F 3,F 4分别如下设计: In the fitness value function Φ P of the power transmission part, the objective functions F 1 , F 2 , F 3 , F 4 are respectively designed as follows:
1)F 11) F 1 :
定义一个方差累积方程E 2,用以评估由输出电压v o经时域仿真后的值v' o与参照电压v ref在N s个仿真值上的近似程度 Define a variance accumulation equation E 2 to evaluate the approximate degree of the value v' o and the reference voltage v ref in the N s simulation values after the time domain simulation of the output voltage v o
Figure PCTCN2018112581-appb-000010
Figure PCTCN2018112581-appb-000010
如果E 2的取值较小,则稳定状态误差小,F 1会较大。公式F 1的定义如下 If the value of E 2 is small, the steady state error is small and F 1 is large. The formula F 1 is defined as follows
Figure PCTCN2018112581-appb-000011
Figure PCTCN2018112581-appb-000011
其中,W 1是F 1能达到的最大值,W 2用于调整F 1对E 2的敏感度。 Where W 1 is the maximum value that F 1 can reach, and W 2 is used to adjust the sensitivity of F 1 to E 2 .
2)F 22) F 2 :
在稳定状态条件下,一些波形会受到约束条件的控制。假设λ C,m是量q m在第m个约束条件下的极限,则F 2定义为 Under steady state conditions, some waveforms are subject to constraints. Assuming λ C,m is the limit of the quantity q m under the mth constraint, then F 2 is defined as
Figure PCTCN2018112581-appb-000012
Figure PCTCN2018112581-appb-000012
其中N C是约束条件的个数,W 3,m是第m个约束条件的最大取值,而W 4,m决定了考虑的量的敏感度。 Where N C is the number of constraints, W 3,m is the maximum value of the mth constraint, and W 4,m determines the sensitivity of the amount considered.
3)F 33) F 3 :
v o上的纹波电压必须在预期输出v o,exp附近的±Δv o限度以内。在F 3中衡量粒子群个体CP i的方法是计算在N S个仿真点中,v o超出v o,exp±Δv o的仿真点个数。F 3定义如下 ripple voltage V o must be on the expected output o v, within close limits ± Δv o exp. The method of measuring the particle group individual CP i in F 3 is to calculate the number of simulation points in which the v o exceeds v o, exp ±Δv o in the N S simulation points. F 3 is defined as follows
Figure PCTCN2018112581-appb-000013
Figure PCTCN2018112581-appb-000013
其中,W 5是F 3能达到的最大值,W 6是衰减常数,Q 1是超出允许边带的仿真点个数。可见,当Q 1增加的时候,F 3减小。 Where W 5 is the maximum value that F 3 can reach, W 6 is the attenuation constant, and Q 1 is the number of simulation points beyond the allowable sideband. It can be seen that when Q 1 increases, F 3 decreases.
4)F 44) F 4 :
这个目标函数主要考虑一些和器件相关的内在因素,这些因素包含物理大小,器件寿命,总体价格等。F 4可以表示为 This objective function mainly considers some internal factors related to the device, including physical size, device lifetime, and overall price. F 4 can be expressed as
Figure PCTCN2018112581-appb-000014
Figure PCTCN2018112581-appb-000014
其中,Φ R,Φ L和Φ C是分别测量不同类型器件的函数。它们如下定义 Among them, Φ R , Φ L and Φ C are functions for measuring different types of devices, respectively. They are defined as follows
Figure PCTCN2018112581-appb-000015
Figure PCTCN2018112581-appb-000015
其中,W 7,i,W 8,j和W 9,k是Φ R,Φ L和Φ C分别能达到的最大值。R i,max,L j,max和C k,max分别是R i,L j和C k的最大值。 Among them, W 7,i , W 8,j and W 9,k are the maximum values that Φ R , Φ L and Φ C can reach respectively. R i,max , L j,max and C k,max are the maximum values of R i , L j and C k , respectively.
在反馈网络部分的适应值函数Φ F中,目标函数F 5,F 6,F 7,F 8分别如下定义: In the adaptive value function Φ F of the feedback network part, the objective functions F 5 , F 6 , F 7 , F 8 are respectively defined as follows:
1)F 51) F 5 :
与F 1一致,定义为 Consistent with F 1 , defined as
Figure PCTCN2018112581-appb-000016
Figure PCTCN2018112581-appb-000016
2)F 6和F 82) F 6 and F 8 :
在启动或外部扰动期间,将会出现一个瞬时响应v d,其中 During the start or external disturbance, a transient response v d will appear,
v d=v ref-v′ o v d =v ref -v' o
F 6和F 8用以评估v d,包括1)最大过冲,2)最大下冲,3)在启动或扰动期间,响应的建立时间。F 6和F 8的基本形式可以表示如下 F 6 and F 8 are used to evaluate v d , including 1) maximum overshoot, 2) maximum undershoot, and 3) settling time of the response during startup or disturbance. The basic forms of F 6 and F 8 can be expressed as follows
F 6=OV(R L,v in,CF i)+UV(R L,v in,CF i)+ST(R L,v in,CF i) F 6 =OV(R L ,v in ,CF i )+UV(R L ,v in ,CF i )+ST(R L ,v in ,CF i )
Figure PCTCN2018112581-appb-000017
Figure PCTCN2018112581-appb-000017
其中N T是在性能测试中输入和负载扰动的次数。OV,UV和ST分别是用于将最大过冲,最大下冲和v d的建立时间最小化的目标函数。它们如下定义: Where N T is the number of input and load disturbances in the performance test. OV, UV and ST are for the maximum overshoot, undershoot and v d the maximum setup time minimizing the objective function. They are defined as follows:
Figure PCTCN2018112581-appb-000018
Figure PCTCN2018112581-appb-000018
其中W 10是此目标函数可以达到的最大值,M p0是最大过冲,M p是实际的过冲,W 11是通带常数。 Where W 10 is the maximum value that this objective function can reach, M p0 is the maximum overshoot, M p is the actual overshoot, and W 11 is the passband constant.
Figure PCTCN2018112581-appb-000019
Figure PCTCN2018112581-appb-000019
其中W 12是这个目标函数可以达到的最大值,M v0是最大下冲,M v是实际的下冲,W 13是通带常数。 Where W 12 is the maximum value that this objective function can reach, M v0 is the maximum undershoot, M v is the actual undershoot, and W 13 is the passband constant.
Figure PCTCN2018112581-appb-000020
Figure PCTCN2018112581-appb-000020
其中W 14是此目标函数可以达到的最大值,T s0是一个常数,T s是实际的建立时间,W 15用于调整敏感度。T s定义为v d落入α±σ%通带中的建立时间,即是 Where W 14 is the maximum value that this objective function can reach, T s0 is a constant, T s is the actual settling time, and W 15 is used to adjust the sensitivity. T s is defined as the settling time in which v d falls into the α±σ% passband, ie
|v d(t)|≤0.01σ,t≥T s |v d (t)|≤0.01σ,t≥T s
3)F 73) F 7 :
F 7与功率传输部分中F 3的设计方法相同,计算v o超出v o,exp±Δv o的仿真点个数。F 7定义如下 F 7 is the same as the design method of F 3 in the power transmission section, and the number of simulation points where v o exceeds v o, exp ±Δv o is calculated. F 7 is defined as follows
Figure PCTCN2018112581-appb-000021
Figure PCTCN2018112581-appb-000021
以一个降压型调节器的优化设计为实例对发明的算法进行仿真实验,该降压型调节器的原理图如图3所示。其中功率传输部分待优化的器件为L和C,反馈网络待优化的器件为R 1,R 2,R C3,R 4,C 2,C 3,和C 4,其他器件的参数已知。粒子群算法最大迭代次数为500,其参数如下表所示: The simulation algorithm of the invention is carried out with an optimized design of a buck regulator as an example. The schematic diagram of the buck regulator is shown in Figure 3. The devices to be optimized for the power transmission part are L and C, and the devices to be optimized for the feedback network are R 1 , R 2 , R C3 , R 4 , C 2 , C 3 , and C 4 , and the parameters of other devices are known. The maximum number of iterations of the particle swarm algorithm is 500. The parameters are as follows:
参数parameter 取值Value
粒子个数Number of particles 3030
惯性权重wInertia weight w 1.2→0.61.2→0.6
加速系数c 1 Acceleration factor c 1 2.02.0
加速系数c 2 Acceleration factor c 2 2.02.0
变异概率P m Variation probability P m 0.020.02
为了与发明的算法进行对比,运用遗传算法对相同电路进行优化设计。对两种算法的优化结果分别进行仿真测试。结果显示,粒子群算法的仿真输出波形的建立时间约为5ms,短于遗传算法的20ms,并且当电压或负载发生变化时,粒子群算法优化的电路有着更小的扰动,即抗干扰能力更强,实验结果证明了发明的粒子群算法在功率电子电路的优化设计中是有效的。In order to compare with the invented algorithm, the genetic algorithm is used to optimize the design of the same circuit. The simulation results of the two algorithms are simulated separately. The results show that the settling time of the simulated output waveform of the particle swarm algorithm is about 5ms, which is shorter than 20ms of the genetic algorithm, and when the voltage or load changes, the circuit optimized by the particle swarm algorithm has less perturbation, that is, the anti-interference ability is more Strong, experimental results prove that the invented particle swarm optimization algorithm is effective in the optimization design of power electronic circuits.
上述实施例为本发明较佳的实施方式,但本发明的实施方式并不受上述实施例的限制,其他的任何未背离本发明的精神实质与原理下所作的改变、修饰、替代、组合、简化,均应为等效的置换方式,都包含在本发明的保护范围之内。The above embodiments are preferred embodiments of the present invention, but the embodiments of the present invention are not limited to the above embodiments, and any other changes, modifications, substitutions, combinations, and combinations thereof may be made without departing from the spirit and scope of the invention. Simplifications should all be equivalent replacements and are included in the scope of the present invention.

Claims (5)

  1. 一种运用粒子群算法优化功率电子电路的方法,其特征在于,所述的方法包括:A method for optimizing a power electronic circuit using a particle swarm optimization algorithm, characterized in that the method comprises:
    S1、初始化用于优化功率传输部分的算法参数,并根据给定的电子元器件工作参数取值的上下限,随机初始化功率传输部分的第一代粒子群;S1, initializing an algorithm parameter for optimizing the power transmission part, and randomly initializing the first generation particle group of the power transmission part according to the upper and lower limits of the given working parameters of the electronic component;
    S2、计算每个粒子的适应值,适应值函数为:S2. Calculate the fitness value of each particle. The fitness function is:
    Figure PCTCN2018112581-appb-100001
    Figure PCTCN2018112581-appb-100001
    其中,CP i表示粒子群中的第i个粒子,v in和R L分别为输入电压和负载值,V in,max和V in,min为输入电压的最大和最小值,R L,max和R L,min为负载的最大和最小值,δv in和δR L分别为改变输入电压和负载的步长,F 1用于评估输出电压的稳定状态误差,F 2用于评估电路工作的约束条件,F 3用于计算输出电压上的稳定状态纹波电压,F 4用于评估器件的固有性质; Where CP i denotes the i-th particle in the particle group, v in and R L are the input voltage and load value, respectively, V in, max and V in,min are the maximum and minimum values of the input voltage, R L,max and R L,min is the maximum and minimum of the load, δv in and δR L are the steps to change the input voltage and load, F 1 is used to evaluate the steady state error of the output voltage, and F 2 is used to evaluate the constraints of the circuit operation. , F 3 is used to calculate the steady state ripple voltage on the output voltage, and F 4 is used to evaluate the inherent properties of the device;
    S3、根据适应值,更新每个粒子的个体历史最优pBest,以及所有粒子的全局最优gBest;S3, according to the fitness value, update the individual historical optimal pBest of each particle, and the global optimal gBest of all the particles;
    S4、更新每个粒子的速度和位置向量;S4, updating the velocity and position vector of each particle;
    S5、运用变异算子以增加群体的多样性;S5. Using a mutation operator to increase the diversity of the group;
    S6、如果达到功率传输部分的结束条件,则执行步骤S7,否则回到步骤S2;S6, if the end condition of the power transmission part is reached, step S7 is performed, otherwise return to step S2;
    S7、初始化用于优化反馈网络的算法参数,并根据给定的器件取值上下限,初始化反馈网络的第一代粒子群;S7. Initializing an algorithm parameter used to optimize the feedback network, and initializing a first generation particle group of the feedback network according to a given device upper and lower limits;
    S8、计算每个粒子的适应值,适应值函数为:S8. Calculate the fitness value of each particle, and the fitness function is:
    Figure PCTCN2018112581-appb-100002
    Figure PCTCN2018112581-appb-100002
    其中,F 5用于评估在输出电压的稳定状态误差,F 6用于评估最大的过冲和下冲,以及在启动期间输出电压的建立时间,F 7用于评估输出电压上的稳定波纹电压,F 8用于评估电路在输入电压和输出电阻扰动时的动态性能; Where F 5 is used to evaluate the steady state error at the output voltage, F 6 is used to estimate the maximum overshoot and undershoot, and the settling time of the output voltage during startup, F 7 is used to evaluate the stable ripple voltage on the output voltage , F 8 is used to evaluate the dynamic performance of the circuit when the input voltage and output resistance are disturbed;
    S9、根据适应值,更新每个粒子的个体最优pBest,以及所有粒子的全局最优gBest;S9. Update the individual optimal pBest of each particle according to the fitness value, and the global optimal gBest of all the particles;
    S10、更新每个粒子的速度和位置向量;S10. Update the velocity and position vector of each particle;
    S11、运用变异算子以增加反馈网络的群体多样性;S11. Using a mutation operator to increase the diversity of the feedback network;
    S12、如果达到功率传输部分的结束条件,则结束优化程序,否则回到步骤S8。S12. If the end condition of the power transmission part is reached, the optimization process is ended, otherwise the process returns to step S8.
  2. 根据权利要求1所述的运用粒子群算法优化功率电子电路的方法,其特征在于,所述的步骤S11、运用变异算子以增加粒子群体的多样性中,对于每个粒子的每一维,生成一个随机分布于0和1之间的随机数r,如果r小于变异概率P m,则随机改变该维的数值,即相对应的器件参数值。 The method for optimizing a power electronic circuit using a particle swarm optimization algorithm according to claim 1, wherein said step S11, using a mutation operator to increase the diversity of the particle population, for each dimension of each particle, A random number r randomly distributed between 0 and 1 is generated. If r is smaller than the mutation probability P m , the value of the dimension is randomly changed, that is, the corresponding device parameter value.
  3. 根据权利要求1所述的运用粒子群算法优化功率电子电路的方法,其特征在于,所述的运用粒子群算法优化功率电子电路的方法先将功率电子电路划分成解耦合的两部分,分别是功率传输和反馈网络,再分别进行优化。The method for optimizing a power electronic circuit by using a particle swarm optimization algorithm according to claim 1, wherein the method for optimizing a power electronic circuit by using a particle swarm optimization algorithm first divides the power electronic circuit into two parts of decoupling, respectively The power transmission and feedback networks are optimized separately.
  4. 根据权利要求1所述的运用粒子群算法优化功率电子电路的方法,其特征在于,粒子的编码采用实数编码,每一维的值对应一个待优化元器件的参数。The method for optimizing a power electronic circuit by using a particle swarm optimization algorithm according to claim 1, wherein the encoding of the particles is performed by real number coding, and the value of each dimension corresponds to a parameter of the component to be optimized.
  5. 根据权利要求1所述的运用粒子群算法优化功率电子电路的方法,其特征在于,所述的器件的固有性质包括总体价格和物理大小。The method of optimizing a power electronic circuit using a particle swarm optimization algorithm according to claim 1, wherein the intrinsic properties of the device include an overall price and a physical size.
PCT/CN2018/112581 2017-12-06 2018-10-30 Method for using particle swarm algorithm to optimize power electronic circuit WO2019109757A1 (en)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN201711275293.4 2017-12-06
CN201711275293.4A CN108108532A (en) 2017-12-06 2017-12-06 With the method for particle cluster algorithm optimization power electronic circuit

Publications (1)

Publication Number Publication Date
WO2019109757A1 true WO2019109757A1 (en) 2019-06-13

Family

ID=62208120

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2018/112581 WO2019109757A1 (en) 2017-12-06 2018-10-30 Method for using particle swarm algorithm to optimize power electronic circuit

Country Status (2)

Country Link
CN (1) CN108108532A (en)
WO (1) WO2019109757A1 (en)

Cited By (12)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110471487A (en) * 2019-07-19 2019-11-19 湖南工业大学 It is a kind of based on APSO algorithm photovoltaic array multimodal valve system MPPT control method
CN110765586A (en) * 2019-09-30 2020-02-07 中国人民解放军空军预警学院 Radar networking optimization station distribution method based on improved particle swarm optimization
CN111337050A (en) * 2020-03-20 2020-06-26 深圳市汇泰科电子有限公司 Zero-speed judgment condition and step counting method based on multi-condition fusion
CN112364559A (en) * 2020-10-12 2021-02-12 中山大学 Wave energy power generation device layout optimization method and device
CN113627871A (en) * 2021-06-22 2021-11-09 南京邮电大学 Workflow scheduling method, system and storage medium based on multi-target particle swarm algorithm
CN114184909A (en) * 2021-11-23 2022-03-15 国网福建省电力有限公司莆田供电公司 Particle swarm optimization confidence rule base-based oiled paper insulation micro-water content evaluation method
CN114264921A (en) * 2021-11-23 2022-04-01 国网福建省电力有限公司莆田供电公司 Oil paper insulation aging state evaluation method based on extended confidence rule base
CN114595565A (en) * 2022-02-28 2022-06-07 湖北工业大学 Parameter optimization method for solving wireless power transmission system by improving whale algorithm
CN114626498A (en) * 2022-03-02 2022-06-14 中国电建集团江西省电力建设有限公司 Photovoltaic operation and maintenance data reconstruction method based on evolution optimization
CN116362174A (en) * 2023-05-24 2023-06-30 湖南大学 IGBT design parameter global optimization method and system
CN117910410A (en) * 2024-03-19 2024-04-19 电子科技大学 Large-scale multi-target simulation chip circuit evolution optimization design method
CN114595565B (en) * 2022-02-28 2024-05-31 湖北工业大学 Parameter optimization method for solving wireless power transmission system by improving whale algorithm

Families Citing this family (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN108108532A (en) * 2017-12-06 2018-06-01 华南理工大学 With the method for particle cluster algorithm optimization power electronic circuit
CN111062174B (en) * 2019-12-20 2023-10-27 西安讯飞超脑信息科技有限公司 Circuit optimization method, electronic device and storage medium
CN111275572B (en) * 2020-01-15 2023-07-11 杭州电子科技大学 Unit scheduling system and method based on particle swarm and deep reinforcement learning
CN112163389A (en) * 2020-09-07 2021-01-01 华南理工大学 Power electronic circuit optimization method based on self-adaptive distributed particle swarm optimization algorithm
CN112163387B (en) * 2020-09-07 2022-09-20 华南理工大学 Power electronic circuit optimization method based on brain storm algorithm and application thereof
CN115117892A (en) * 2022-02-22 2022-09-27 中铁第一勘察设计院集团有限公司 Optimization design method for reactive power compensation scheme of electrified railway power through line
CN114757058A (en) * 2022-06-14 2022-07-15 岚图汽车科技有限公司 Automobile time domain load extrapolation method and device based on particle swarm optimization
CN117521564B (en) * 2024-01-04 2024-03-26 中铁电气化铁路运营管理有限公司 Optimized design method and system for microwave circuit

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20050022141A1 (en) * 2003-07-24 2005-01-27 International Business Machines Corporation System and method for derivative-free optimization of electrical circuits
US7376916B1 (en) * 2005-04-20 2008-05-20 Sun Microsystems, Inc. Performing a constrained optimization to determine circuit parameters
CN101446997A (en) * 2008-12-31 2009-06-03 中山大学 Power electronic circuit optimization method based on particle swarm algorithm
CN103258131A (en) * 2013-04-25 2013-08-21 中山大学 Power circuit component optimization method based on orthogonal learning particle swarm
CN108108532A (en) * 2017-12-06 2018-06-01 华南理工大学 With the method for particle cluster algorithm optimization power electronic circuit

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20050022141A1 (en) * 2003-07-24 2005-01-27 International Business Machines Corporation System and method for derivative-free optimization of electrical circuits
US7376916B1 (en) * 2005-04-20 2008-05-20 Sun Microsystems, Inc. Performing a constrained optimization to determine circuit parameters
CN101446997A (en) * 2008-12-31 2009-06-03 中山大学 Power electronic circuit optimization method based on particle swarm algorithm
CN103258131A (en) * 2013-04-25 2013-08-21 中山大学 Power circuit component optimization method based on orthogonal learning particle swarm
CN108108532A (en) * 2017-12-06 2018-06-01 华南理工大学 With the method for particle cluster algorithm optimization power electronic circuit

Cited By (19)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110471487A (en) * 2019-07-19 2019-11-19 湖南工业大学 It is a kind of based on APSO algorithm photovoltaic array multimodal valve system MPPT control method
CN110765586A (en) * 2019-09-30 2020-02-07 中国人民解放军空军预警学院 Radar networking optimization station distribution method based on improved particle swarm optimization
CN110765586B (en) * 2019-09-30 2023-09-26 中国人民解放军空军预警学院 Radar networking optimization station arrangement method based on improved particle swarm algorithm
CN111337050A (en) * 2020-03-20 2020-06-26 深圳市汇泰科电子有限公司 Zero-speed judgment condition and step counting method based on multi-condition fusion
CN111337050B (en) * 2020-03-20 2023-03-28 深圳市汇泰科电子有限公司 Zero-speed judgment condition and step counting method based on multi-condition fusion
CN112364559A (en) * 2020-10-12 2021-02-12 中山大学 Wave energy power generation device layout optimization method and device
CN112364559B (en) * 2020-10-12 2024-03-15 中山大学 Layout optimization method and device for wave energy power generation device
CN113627871A (en) * 2021-06-22 2021-11-09 南京邮电大学 Workflow scheduling method, system and storage medium based on multi-target particle swarm algorithm
CN113627871B (en) * 2021-06-22 2023-08-18 南京邮电大学 Workflow scheduling method, system and storage medium based on multi-target particle swarm algorithm
CN114264921A (en) * 2021-11-23 2022-04-01 国网福建省电力有限公司莆田供电公司 Oil paper insulation aging state evaluation method based on extended confidence rule base
CN114184909A (en) * 2021-11-23 2022-03-15 国网福建省电力有限公司莆田供电公司 Particle swarm optimization confidence rule base-based oiled paper insulation micro-water content evaluation method
CN114595565A (en) * 2022-02-28 2022-06-07 湖北工业大学 Parameter optimization method for solving wireless power transmission system by improving whale algorithm
CN114595565B (en) * 2022-02-28 2024-05-31 湖北工业大学 Parameter optimization method for solving wireless power transmission system by improving whale algorithm
CN114626498A (en) * 2022-03-02 2022-06-14 中国电建集团江西省电力建设有限公司 Photovoltaic operation and maintenance data reconstruction method based on evolution optimization
CN114626498B (en) * 2022-03-02 2024-05-28 中国电建集团江西省电力建设有限公司 Photovoltaic operation and maintenance data reconstruction method based on evolution optimization
CN116362174B (en) * 2023-05-24 2023-08-29 湖南大学 IGBT design parameter global optimization method and system
CN116362174A (en) * 2023-05-24 2023-06-30 湖南大学 IGBT design parameter global optimization method and system
CN117910410A (en) * 2024-03-19 2024-04-19 电子科技大学 Large-scale multi-target simulation chip circuit evolution optimization design method
CN117910410B (en) * 2024-03-19 2024-05-31 电子科技大学 Large-scale multi-target simulation chip circuit evolution optimization design method

Also Published As

Publication number Publication date
CN108108532A (en) 2018-06-01

Similar Documents

Publication Publication Date Title
WO2019109757A1 (en) Method for using particle swarm algorithm to optimize power electronic circuit
Chen et al. Digital IIR filter design using particle swarm optimisation
Hardiansyah et al. Solving economic load dispatch problem using particle swarm optimization technique
Khaitan et al. A class of new preconditioners for linear solvers used in power system time-domain simulation
Durmuş et al. Parameter identification using particle swarm optimization
Hekimoğlu et al. Optimally designed PID controller for a DC-DC buck converter via a hybrid whale optimization algorithm with simulated annealing
CN113036772A (en) Power distribution network topology voltage adjusting method based on deep reinforcement learning
Yang et al. Parallel chaos search based incremental extreme learning machine
CN101446997A (en) Power electronic circuit optimization method based on particle swarm algorithm
CN115149544A (en) Soft Actor-critical algorithm-based power distribution network continuous reactive voltage optimization method
CN115860170A (en) Power quality optimization method of power distribution system considering power electronic load
Stern et al. Physical learning of power-efficient solutions
Alahakoon Controlling the spread of dynamic self organising maps
CN115833101B (en) Power scheduling method, device, electronic equipment and storage medium
CN109670210A (en) A kind of method of optimization for power electronic circuit based on parallel distributed particle swarm algorithm
CN108695854B (en) Multi-target optimal power flow control method, device and equipment for power grid
CN112163387B (en) Power electronic circuit optimization method based on brain storm algorithm and application thereof
Nasiri Soloklo et al. Model Order Reduction by Legendre Expansion Using Harmony Search Algorithm
CN112163389A (en) Power electronic circuit optimization method based on self-adaptive distributed particle swarm optimization algorithm
Shivakumar et al. Power system stability enhancement using bio inspired genetic and PSO algorithm implementation
Abegaz Dynamic switching control of buck converters using unsupervised machine learning methods
CN113708434A (en) Lithium battery charging and discharging intelligent power supply management system and operation method thereof
Peng et al. Kernel least mean square based on conjugate gradient
Dash et al. CMOS analog circuit optimization via river formation dynamics
Nguyen et al. Optimal placement and sizing of SVC by using various meta-heuristic optimization methods

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 18885278

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

32PN Ep: public notification in the ep bulletin as address of the adressee cannot be established

Free format text: NOTING OF LOSS OF RIGHTS PURSUANT TO RULE 112(1) EPC (EPO FORM 1205A DATED 18.09.2020)

122 Ep: pct application non-entry in european phase

Ref document number: 18885278

Country of ref document: EP

Kind code of ref document: A1