CN105207233A - Reactive power optimization method based on combination of Metropolis-Hastings and PSO (Particle Swarm Optimization) - Google Patents

Reactive power optimization method based on combination of Metropolis-Hastings and PSO (Particle Swarm Optimization) Download PDF

Info

Publication number
CN105207233A
CN105207233A CN201510718158.7A CN201510718158A CN105207233A CN 105207233 A CN105207233 A CN 105207233A CN 201510718158 A CN201510718158 A CN 201510718158A CN 105207233 A CN105207233 A CN 105207233A
Authority
CN
China
Prior art keywords
particle
metropolis
optimal solution
pso
population
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
CN201510718158.7A
Other languages
Chinese (zh)
Other versions
CN105207233B (en
Inventor
王振树
范博文
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Shandong University
Original Assignee
Shandong University
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 Shandong University filed Critical Shandong University
Priority to CN201510718158.7A priority Critical patent/CN105207233B/en
Publication of CN105207233A publication Critical patent/CN105207233A/en
Application granted granted Critical
Publication of CN105207233B publication Critical patent/CN105207233B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Classifications

    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y02TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
    • Y02EREDUCTION OF GREENHOUSE GAS [GHG] EMISSIONS, RELATED TO ENERGY GENERATION, TRANSMISSION OR DISTRIBUTION
    • Y02E40/00Technologies for an efficient electrical power generation, transmission or distribution
    • Y02E40/30Reactive power compensation

Landscapes

  • Supply And Distribution Of Alternating Current (AREA)
  • Management, Administration, Business Operations System, And Electronic Commerce (AREA)

Abstract

The invention discloses a reactive power optimization method based on combination of Metropolis-Hastings and PSO (Particle Swarm Optimization). The method comprises the following steps: generating an initial swarm, calculating the fitness value of each particle, updating the individual extremum and the global extremum of each particle, updating the speed and the position of the particle swarm, performing sampling on the particle swarm by adopting Metropolis-Hastings, calculating the probability of acceptance, comparing the probability of acceptance with a random number to determine the next generation swarm; when the next generation iteration meets the end condition, outputting the result, and otherwise performing iterative computation to obtain the fitness value of each particle of the next generation particle swarm. According to the reactive power optimization method based on combination of Metropolis-Hastings and PSO, provided by the invention, the characteristics of the two kinds of algorithms are combined, on the advantage foundation that the PSO algorithm is simple, easy to realize, high in rate of convergence and fewer in adjustment parameters, the diversity of the swarm is enhanced, the defect of local convergence is effectively overcome, the calculation speed is high, and the calculating accuracy is higher.

Description

Based on the idle work optimization method that Metropolis-Hastings and PSO combines
Technical field
The present invention relates to a kind of idle work optimization method combined based on Metropolis-Hastings and PSO.
Background technology
Reactive power optimization of power system plays key effect to power system voltage stabilization, it relates to randomness that distributed power source exerts oneself, reactive power compensator drops into the determination of capacity, the adjustment of the adjustment of load tap changer and generator terminal voltage, has non-linear, discreteness, uncertainty, dynamic and multiple target feature.Along with modern power systems scale expanding day and distributed power source the improving constantly of permeability in power distribution network, the difficulty of idle work optimization is also increasing, also more and more higher to the requirement of derivation algorithm, if quickly converge on optimal solution, can restrain reliably.
Particle swarm optimization algorithm (ParticleSwarmOptimization, PSO) is a kind of new stochastic evolution computational methods that Kennedy and Eberhart proposed in nineteen ninety-five.This algorithm comes from the research to flock of birds predation, is a kind of general heuristic search technique.PSO algorithm is as a kind of multipoint random searching algorithm based on iteration, each particle represents a solution, the fitness value of each particle is determined according to certain rule, individual optimal solution is obtained by the history fitness value of more each particle, globally optimal solution is obtained by the individual optimal solution of more all particles, according to certain rule, iteration renewal is carried out to population, guide particle in solution space, follow these two optimal particle and search for, thus the optimal solution of the problem that is optimized.PSO algorithm is simple, computational speed is fast, be easy to convergence, easily realize, robustness is good, and needs the parameter of adjustment less, shown boundless application prospect, but PSO algorithm also also exists self shortcoming simultaneously in electric power system and other field.
PSO algorithm also exists precocious and restrains the phenomenon slowed down, the diversity of population increases along with iteration and declines, cause converging to globally optimal solution, for the pluses and minuses of particle cluster algorithm, numerous scholar proposes multiple Modified particle swarm optimization algorithm to improve the convergence property of particle swarm optimization algorithm.Shi and Eberhart proposed the innovatory algorithm of inertial factor linear decrease in 1998, made algorithm have larger exploring ability at the search initial stage, and can obtain more accurate result in the later stage.Kennedy and the Mendes again topological structure of a nearly step to population has done research, from the interparticle information flow of sociological " smallworlds " concept research, propose a series of topological structure, and analyzed by the performance of a large amount of experimental studies to all kinds of topological structure.The combination of PSO algorithm and other optimized algorithm is the focus of current PSO linguistic term, such as, in PSO, introduce the selection of genetic algorithm, intersection, mutation operator; The concept guides mutation operation etc. of " speed " in PSO is used in differential evolution algorithm.
Markov chain Monte-Carlo method originates from the work of the forties in 20th century a collection of physicist Metropolis, VonNeumarm etc. the earliest, through the development of decades, Markov chain Monte-Carlo method has become the important method solving complicated calculations problem in natural science and technical field.Metropolis algorithm is Markov chain Monte-Carlo method first iteration sampling technique, and Hastings was promoted in 1970 obtains Metropolis-Hastings algorithm.
The way of Metropolis-Hastings method is as follows: to make π (X) be Stationary Distribution, first by suggestion distribution q (X t, X *) produce a potential transfer X t→ X *; Then according to probability α (X t, X *) (0≤α≤1) determine whether accept, that is obtaining potential branchpoint X *after, according to α (X t, X *) size decide X *whether be the state value of chain at subsequent time; Be uniformly distributed extraction random number u from [0,1], then the state of Markov Chain subsequent time is:
X t + 1 = X * , u ≤ α ( X t , X * ) X t , u > α ( X t , X * )
Conventional method makes acceptance probability be
α ( X t , X * ) = min { 1 , π ( X * ) q ( X * , X t ) π ( X t ) q ( X t , X * ) }
Concerning Metropolis-Hastings sampling, the selection of suggestion distribution is very important, although suggestion distribution can adopt arbitrary form, choosing of suggestion distribution is directly connected to whole markovian convergence rate and covering space scope.Conventional probability-distribution function is uniformly distributed, normal distribution etc.
Equally distributed probability-distribution function is
F ( X ) = 0 , x < a x - a b - a , a &le; x &le; b 1 , x &GreaterEqual; b
The probability-distribution function of normal distribution is
F ( X ) = 1 2 &pi; &delta; &Integral; - &infin; x e - ( t - &mu; ) 2 2 &sigma; 2 d t .
Summary of the invention
The present invention is in order to solve the problem, propose a kind of idle work optimization method combined based on Metropolis-Hastings and PSO, Metropolis-Hasting algorithm combines with PSO algorithm by this method, Metropolis-Hasting sampling is carried out to the population in iterative process, make particle according to the form of probability random search nearby of normal distribution, be equivalent to be applied with disruption and recovery to particle, contribute to strengthening population diversity, solve in existing reactive power optimization of power system process, PSO algorithm is precocious and restrain the shortcoming slowed down.
To achieve these goals, the present invention adopts following technical scheme:
A kind of idle work optimization method combined based on Metropolis-Hastings and PSO, comprise: set up primary group according to electric network composition, population initial parameter is set, particle swarm optimization algorithm (PSO) is utilized to be optimized particle each in primary group, find the optimal solution of population, upgrade population, Metropolis-Hasting algorithm is utilized to sample to the particle in the population after renewal, determine particle of future generation, repeated optimization, upgrade the operation of population, continuous iteration is until population meets idle work optimization termination condition, export idle work optimization result, carry out reactive power optimization of power system.
Further, primary group is set up according to the idle parameter of substation equipment, the concrete grammar arranging population initial parameter is: (a) arranges population scale, dimension, according to electric network composition determination particle composition, and the position of initialization population and speed;
B () arranges the individual history optimal solution that current location is each particle, more individual history optimal solution, determines globally optimal solution; Search volume, search speed scope are set, meet termination condition and inertia weight.
In described step (a), particle composition comprises generator terminal voltage amplitude, load tap changer position, reactive power compensator compensation capacity and distributed power source and exerts oneself.
In described step (b), termination condition is algorithm maximum iteration time or convergence precision.
Further, utilize particle swarm optimization algorithm (PSO) to be optimized particle each in primary group, find the optimal solution of population, upgrade the method for population, specifically comprise:
(1) evaluate each particle, calculate the fitness value of each particle according to the target function of Reactive Power Optimazation Problem;
(2) by comparing each particle fitness value and individual optimal solution, individual optimal solution is upgraded; By comparing the fitness value of current particle individual optimal solution and the fitness value of globally optimal solution, upgrade globally optimal solution;
(3) according to the particle rapidity after renewal and position, determine speed and the position of population, if particle rapidity exceedes search speed scope, with the upper lower limit value of search speed scope for particle rapidity, if particle rapidity exceedes search volume, with the border of search volume for particle position.
In described step (1), the target function of Reactive Power Optimazation Problem comprises the active loss of reduction system, reduces voltage deviation, reduces investment cost or reduce environmental pollution.
In described step (2), to each particle, the fitness value of current particle is compared with the fitness value of individual optimal solution, if the fitness value of current particle is better, determine particle current location, upgrade individual optimal solution, the fitness value of current particle individual optimal solution after upgrading is compared with the fitness value of globally optimal solution, if the fitness value of particle individual optimal solution is more excellent, then upgrade globally optimal solution, determine particle current location.
In described step (3), speed update method is: the speed after renewal equal former speed be multiplied by the value of inertia weight and Studying factors be multiplied by the random value being uniformly distributed middle extraction be multiplied by the difference of particle position and the original position determined when upgrading individual optimal solution and globally optimal solution and.
In described step (3), location updating method is, the position after renewal equals upgrade front position and upgrade rear speed sum.
Utilize Metropolis-Hasting algorithm to sample to the particle in the population after renewal, determine the method for particle of future generation, specifically comprise:
(I) Metropolis-Hasting sampling is carried out to particle, recommend distribution to adopt normal distribution, calculate acceptance probability, by the random number of extraction and comparing of acceptance probability, determine particle of future generation;
(II) whether inspection meets termination condition, if met, then terminates to calculate, exports optimum results, otherwise, proceed to the step utilizing particle swarm optimization algorithm to be optimized particle each in population of future generation.
In described step (II), whether inspection meets termination condition, if iterations reaches maximum iteration time, or final result is less than given convergence precision, then calculate end, and Output rusults.
Optimum results comprises particle optimal solution, i.e. each variable parameter of constituent particle, and according to this solution to additional result such as the system losses after reactive power optimization, voltage levvl, investment, environmentals.
Beneficial effect of the present invention is:
(1) present invention incorporates the characteristic of two kinds of algorithms, simple at PSO algorithm, be easy to, on the few advantage basis of realization, fast convergence rate, adjustment parameter, can population diversity be strengthened, effectively overcome the shortcoming of local convergence, computational speed is fast, and computational accuracy is higher;
(2) the present invention is based on the Reactive Power Optimization Algorithm for Tower that Metropolis-Hastings and PSO combines and can solve reactive power optimization of power system problem, make reactive power optimization result more reasonable, effective raising system voltage level, reduce grid loss, ensure power system security economical operation.
Accompanying drawing explanation
Fig. 1 is schematic flow sheet of the present invention.
Embodiment:
Below in conjunction with accompanying drawing and embodiment, the invention will be further described.
As shown in Figure 1, perform step 01, start;
Then, perform step 02, initialization, generate initial population.Population scale N and dimension d is set; Determine that particle forms, comprise generator terminal voltage amplitude, load tap changer position, reactive power compensator compensation capacity, distributed power source exert oneself; Each particle is made up of these variablees, and the quantity of these variablees determines dimensionality of particle d, the position X of random initializtion population i=(X i1, X i2..., X id) and speed V i=(V i1, V i2..., V id); Current location is made to be the individual history optimal solution pbest of each particle i, more individual history optimal solution pbest i, find out globally optimal solution gbest; Search volume [X is set min, X max], search speed scope [-V max, V max], Studying factors C 1and C 2, algorithm maximum iteration time T maxor convergence precision ε; For normal distribution; Determine inertia weight ω computing formula, such as, adopt following computing formula:
&omega; t = &omega; m a x - ( &omega; m a x - &omega; min T m a x ) 2 t
T in formula maxit is maximum iteration time; T is current iteration number of times; ω t, ω max, ω minmaximum, the minimum value of the inertia weight of the t time iteration, inertia weight permission value respectively.
Then, perform step 03, evaluate each particle, the target function of Reactive Power Optimazation Problem is generally the active loss of reduction system, and reduce voltage deviation, investment cost is few, and environmental pollution is little, calculates the fitness value of each particle according to target function;
After execution of step 03, perform step 04, to each particle, by the fitness value of current particle and individual optimal solution pbest ifitness value compare, if the fitness value of current particle is better, then current particle position is set to P i, and upgrade individual optimal solution pbest i; By current particle individual optimal solution pbest ifitness value compare with the fitness value of globally optimal solution gbest, if particle individual optimal solution pbest ifitness value more excellent, then upgrade globally optimal solution gbest, corresponding particle position is set to P g;
Then, perform step 05, upgrade speed and the position of each particle with following formula.
V i(t+1)=ω t×V i(t)+C 1×r 1×(P i(t)-X i(t))+C 2×r 2×(P g(t)-X i(t))
R 1and r 2from being uniformly distributed the random number extracted in [0,1].
X i(t+1)=X i(t)+V i(t+1)
If particle rapidity is greater than V max, then speed is set to V maxif be less than-V max, then speed is set to-V max.If particle position exceeds X max, then particle position is set to X maxif exceed X min, then particle position is set to X min;
V = V m a x , V > V m a x V , V min &le; V &le; V m a x - V min , V < - V min
X = X m a x , X > X m a x X , X min &le; X &le; X m a x X min , X < X min
Then, perform step 06, Metropolis-Hasting sampling is carried out to particle.Determine initial distribution π (X), recommend to be distributed as normal distribution, make particle with the form of normal distribution random search nearby, obtain particle of future generation.
Then, perform step 07, be calculated as follows acceptance probability.
&alpha; ( X t , X * ) = min { 1 , &pi; ( X * ) q ( X * , X t ) &pi; ( X t ) q ( X t , X * ) }
Then, perform step 08, be uniformly distributed extraction random number u from [0,1], compare with acceptance probability, decide particle of future generation by following formula.
X t + 1 = X * , u &le; &alpha; ( X t , X * ) X t , u > &alpha; ( X t , X * )
Then perform step 09, whether inspection meets iteration termination condition, if iterations reaches maximum iteration time T max, or final result is less than given convergence precision ε, then calculate end, and Output rusults, otherwise forward step 03 to.
Finally, perform step 10, terminate.
Above-mentioned to complete at MATLAB emulation platform in steps.
By reference to the accompanying drawings the specific embodiment of the present invention is described although above-mentioned; but not limiting the scope of the invention; one of ordinary skill in the art should be understood that; on the basis of technical scheme of the present invention, those skilled in the art do not need to pay various amendment or distortion that creative work can make still within protection scope of the present invention.

Claims (10)

1. the idle work optimization method combined based on Metropolis-Hastings and PSO, it is characterized in that: comprising: set up primary group according to electric network composition, population initial parameter is set, particle swarm optimization algorithm is utilized to be optimized particle each in primary group, find the optimal solution of population, upgrade population, Metropolis-Hasting algorithm is utilized to sample to the particle in the population after renewal, determine particle of future generation, repeated optimization, upgrade the operation of population, continuous iteration is until population meets idle work optimization termination condition, export idle work optimization result, carry out reactive power optimization of power system.
2. a kind of idle work optimization method combined based on Metropolis-Hastings and PSO as claimed in claim 1, it is characterized in that: set up primary group according to electric network composition, the concrete grammar arranging population initial parameter comprises:
A () arranges population scale, dimension, according to electric network composition determination particle composition, and the position of initialization population and speed;
B () arranges the individual history optimal solution that current location is each particle, more individual history optimal solution, determines globally optimal solution; Search volume, search speed scope are set, meet termination condition and inertia weight.
3. a kind of idle work optimization method combined based on Metropolis-Hastings and PSO as claimed in claim 2, it is characterized in that: in described step (a), particle composition comprises generator terminal voltage amplitude, load tap changer position, reactive power compensator compensation capacity and distributed power source and exerts oneself.
4. a kind of idle work optimization method combined based on Metropolis-Hastings and PSO as claimed in claim 2, it is characterized in that: in described step (b), termination condition is algorithm maximum iteration time or convergence precision.
5. a kind of idle work optimization method combined based on Metropolis-Hastings and PSO as claimed in claim 1, it is characterized in that: utilize particle swarm optimization algorithm (PSO) to be optimized particle each in primary group, find the optimal solution of population, upgrade the method for population, specifically comprise:
(1) evaluate each particle, calculate the fitness value of each particle according to the target function of Reactive Power Optimazation Problem;
(2) by comparing each particle fitness value and individual optimal solution, individual optimal solution is upgraded; By comparing the fitness value of current particle individual optimal solution and the fitness value of globally optimal solution, upgrade globally optimal solution;
(3) according to the particle rapidity after renewal and position, determine speed and the position of population, if particle rapidity exceedes search speed scope, with the upper lower limit value of search speed scope for particle rapidity, if particle rapidity exceedes search volume, with the border of search volume for particle position.
6. a kind of idle work optimization method combined based on Metropolis-Hastings and PSO as claimed in claim 5, it is characterized in that: in described step (1), the target function of Reactive Power Optimazation Problem comprises the active loss of reduction system, reduces voltage deviation, reduces investment cost or reduce environmental pollution.
7. a kind of idle work optimization method combined based on Metropolis-Hastings and PSO as claimed in claim 5, it is characterized in that: in described step (2), to each particle, the fitness value of current particle is compared with the fitness value of individual optimal solution, if the fitness value of current particle is better, determine particle current location, upgrade individual optimal solution, the fitness value of current particle individual optimal solution after upgrading is compared with the fitness value of globally optimal solution, if the fitness value of particle individual optimal solution is more excellent, then upgrade globally optimal solution, determine particle current location.
8. a kind of idle work optimization method combined based on Metropolis-Hastings and PSO as claimed in claim 5, it is characterized in that: in described step (3), speed update method is: the speed after renewal equal former speed be multiplied by the value of inertia weight and Studying factors be multiplied by the random value being uniformly distributed middle extraction be multiplied by the difference of particle position and the original position determined when upgrading individual optimal solution and globally optimal solution and;
In described step (3), location updating method is, the position after renewal equals upgrade front position and upgrade rear speed sum.
9. a kind of idle work optimization method combined based on Metropolis-Hastings and PSO as claimed in claim 1, it is characterized in that: utilize Metropolis-Hasting algorithm to sample to the particle in the population after renewal, determine the method for particle of future generation, specifically comprise:
(I) Metropolis-Hasting sampling is carried out to particle, calculate acceptance probability, by the random number of extraction and comparing of acceptance probability, determine particle of future generation;
(II) whether inspection meets termination condition, if met, then terminates to calculate, exports optimum results, otherwise, proceed to the step utilizing particle swarm optimization algorithm to be optimized particle each in population of future generation.
(III) in Metropolis-Hasting algorithm, distribution is recommended to adopt normal distribution.
10. a kind of idle work optimization method combined based on Metropolis-Hastings and PSO as claimed in claim 9, it is characterized in that: in described step (II), whether inspection meets termination condition, if iterations reaches maximum iteration time, or final result is less than given convergence precision, then calculate end, and Output rusults.
CN201510718158.7A 2015-10-29 2015-10-29 Based on the idle work optimization method that Metropolis Hastings are combined with PSO Active CN105207233B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201510718158.7A CN105207233B (en) 2015-10-29 2015-10-29 Based on the idle work optimization method that Metropolis Hastings are combined with PSO

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201510718158.7A CN105207233B (en) 2015-10-29 2015-10-29 Based on the idle work optimization method that Metropolis Hastings are combined with PSO

Publications (2)

Publication Number Publication Date
CN105207233A true CN105207233A (en) 2015-12-30
CN105207233B CN105207233B (en) 2017-07-04

Family

ID=54954743

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201510718158.7A Active CN105207233B (en) 2015-10-29 2015-10-29 Based on the idle work optimization method that Metropolis Hastings are combined with PSO

Country Status (1)

Country Link
CN (1) CN105207233B (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105930918A (en) * 2016-04-11 2016-09-07 北京交通大学 Overall distribution-particle swarm optimization algorithm applied to multimodal MPPT (maximum power point tracking)
CN113937829A (en) * 2021-11-16 2022-01-14 华北电力大学 Active power distribution network multi-target reactive power control method based on D3QN
CN114665971A (en) * 2022-03-21 2022-06-24 北京理工大学 Multi-mode superimposed light beam generation method for improving communication capacity

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102682159A (en) * 2012-04-17 2012-09-19 深圳光启创新技术有限公司 Method and device for obtaining geometrical parameters of artificial electromagnetic materials and fabrication method for artificial electromagnetic materials
CN103152014A (en) * 2013-01-30 2013-06-12 中国人民解放军理工大学 Implementation method of Metropolis-Hastings variation particle swarm resampling particle filter

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102682159A (en) * 2012-04-17 2012-09-19 深圳光启创新技术有限公司 Method and device for obtaining geometrical parameters of artificial electromagnetic materials and fabrication method for artificial electromagnetic materials
CN103152014A (en) * 2013-01-30 2013-06-12 中国人民解放军理工大学 Implementation method of Metropolis-Hastings variation particle swarm resampling particle filter

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105930918A (en) * 2016-04-11 2016-09-07 北京交通大学 Overall distribution-particle swarm optimization algorithm applied to multimodal MPPT (maximum power point tracking)
CN105930918B (en) * 2016-04-11 2019-07-02 北京交通大学 Overall distribution-particle swarm optimization algorithm applied to multimodal MPPT
CN113937829A (en) * 2021-11-16 2022-01-14 华北电力大学 Active power distribution network multi-target reactive power control method based on D3QN
CN114665971A (en) * 2022-03-21 2022-06-24 北京理工大学 Multi-mode superimposed light beam generation method for improving communication capacity
CN114665971B (en) * 2022-03-21 2023-10-13 北京理工大学 Method for generating multi-mode superimposed beam for improving communication capacity

Also Published As

Publication number Publication date
CN105207233B (en) 2017-07-04

Similar Documents

Publication Publication Date Title
Liu et al. Allocation optimization of electric vehicle charging station (EVCS) considering with charging satisfaction and distributed renewables integration
Bohre et al. Optimal sizing and sitting of DG with load models using soft computing techniques in practical distribution system
CN105449713B (en) Consider the intelligent Sofe Switch planing method of active power distribution network of distributed power source characteristic
Alinejad-Beromi et al. A particle swarm optimization for sitting and sizing of distributed generation in distribution network to improve voltage profile and reduce THD and losses
Syahputra et al. Reconfiguration of distribution network with distributed energy resources integration using PSO algorithm
Chen et al. An interval optimization based day-ahead scheduling scheme for renewable energy management in smart distribution systems
CN106532711B (en) Change the Newton load flow calculation method of Jacobian matrix with iteration and node type
Kadir et al. Optimal placement and sizing of distributed generations in distribution systems for minimizing losses and THD_v using evolutionary programming
Sedighi et al. Sitting and sizing of distributed generation in distribution network to improve of several parameters by PSO algorithm
CN103336998B (en) A kind of wind energy turbine set fluctuation of power stabilizes the optimized calculation method of target value
CN105205502A (en) Load characteristics comprehensive classification method based on Markov Monte Carlo
CN105512808A (en) Power system transient stability assessment method based on big data
Wang et al. A novel control strategy approach to optimally design a wind farm layout
CN110390467A (en) A kind of random ADAPTIVE ROBUST Optimization Scheduling of virtual plant distinguished based on key scenes
CN102163845B (en) Optimal configuration method of distributed generations (DG) based on power moment algorithm
CN114696351A (en) Dynamic optimization method and device for battery energy storage system, electronic equipment and storage medium
CN105207233A (en) Reactive power optimization method based on combination of Metropolis-Hastings and PSO (Particle Swarm Optimization)
Haghdar et al. Notice of Retraction: Optimal Placement and Sizing of DG and Capacitor for the Loss Reduction via Methods of Generalized Pattern Search and Genetic Algorithm
CN103915840B (en) A kind of bulk power grid method for estimating state based on the line translation of Givens orthogonal increment
CN104766142A (en) Transient stability constraint optimal power flow computation method based on EEAC and trace sensitivity
Wang et al. Applicability comparison of different algorithms for ambient signal based load model parameter identification
CN104915788B (en) A method of considering the Electrical Power System Dynamic economic load dispatching of windy field correlation
CN102780220A (en) Power flow calculation method for electric distribution network comprising PV constant distributed generation
CN105119279A (en) Distributed power supply planning method and system thereof
CN107276093B (en) The Probabilistic Load calculation method cut down based on scene

Legal Events

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