CN103824123A - Novel distribution network battery energy storage system optimal allocation algorithm - Google Patents

Novel distribution network battery energy storage system optimal allocation algorithm Download PDF

Info

Publication number
CN103824123A
CN103824123A CN201410038489.1A CN201410038489A CN103824123A CN 103824123 A CN103824123 A CN 103824123A CN 201410038489 A CN201410038489 A CN 201410038489A CN 103824123 A CN103824123 A CN 103824123A
Authority
CN
China
Prior art keywords
population
algorithm
energy
distribution network
accumulator
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
CN201410038489.1A
Other languages
Chinese (zh)
Inventor
卫志农
向育鹏
孙国强
孙永辉
董明
滕德红
高沁
李海欣
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Hunan Zhongsheng Peptide Biochemical Co ltd
Hohai University HHU
Original Assignee
Hunan Zhongsheng Peptide Biochemical Co ltd
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 Hunan Zhongsheng Peptide Biochemical Co ltd filed Critical Hunan Zhongsheng Peptide Biochemical Co ltd
Priority to CN201410038489.1A priority Critical patent/CN103824123A/en
Publication of CN103824123A publication Critical patent/CN103824123A/en
Pending legal-status Critical Current

Links

Images

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/10Flexible AC transmission systems [FACTS]

Landscapes

  • Supply And Distribution Of Alternating Current (AREA)

Abstract

The invention discloses a novel distribution network battery energy storage system optimal allocation algorithm. According to characteristics of a differential evolution algorithm which is simple in operation, convenient in discrete variable processing and characteristics of a primal-dual interior point method which is good in robustness and fast in calculation speed, a mixed solution algorithm which uses the differential evolution algorithm as a framework for optimizing the discrete variables and uses the primal-dual interior point method to optimize continuous variables is provided. In each iteration of differential evolution, the primal-dual interior point method is adopted for optimizing the continuous variable of each body in a population, and an objective function value serves as the fitness value of the body. The analysis result of an example shows that the mixed algorithm is applied to linear/nonlinear mixed optimal problems containing discrete-continuous variables, the searching ability is strong and the numerical stability is good.

Description

A kind of new power distribution network energy-storage system of accumulator distribute algorithm rationally
Technical field
The present invention relates to power distribution network batteries to store energy field, particularly a kind of new power distribution network energy-storage system of accumulator distribute algorithm rationally.
Background technology
Tradition electric energy cannot store, and in power scheduling, must meet in real time the energy equilibrium between generating and electricity consumption.Along with the development of energy storage technology, stored energy application is progressively feasible in electric system, and it provides a kind of effective method to electrical power storage.Along with the increase of power distribution network load peak-valley difference, power supply growing tension, utilizes the energy storage can peak load shifting, improves the utilization factor of controller switching equipment, delays electrical network upgrading, alleviates mains supply pressure, and therefore energy storage will have broad application prospects in following power distribution network.
Energy storage technology is mainly divided into four classes such as physics energy storage, Power Flow, batteries to store energy and phase-change accumulation energy, and wherein batteries to store energy has that the speed of discharging and recharging is fast, efficiency is high, long service life, can realize extensive utilization and the advantages such as geographical conditional request is low be received to more concern and research.Therefore energy-storage system of accumulator is more suitable for urban distribution network.For accumulator, capacity and power can separate configurations, and an extensive batteries to store energy equipment is made up of power model and the energy module of multiple unit.As required, can accumulators accumulator system power model and the energy module of configuration different units number.In power distribution network, energy-storage system of accumulator is generally arranged on middle voltage distribution networks side, uses as the peaking power source of load side, can give full play to so the low storage of energy storage advantage occurred frequently, also can reduce the electric energy loss regulating in load process simultaneously.
Differential evolution algorithm is a kind of heuristic search algorithm based on Swarm Evolution, and this algorithm is applied at aspects such as electric system Electric Power Network Planning, load economical distribution and idle work optimizations at present.Differential evolution algorithm adjusting parameter simple to operate is few, processes discrete variable convenient, have global optimizing ability, but computing velocity is slow.Former dual interior point computing velocity is fast, optimizing ability is strong but processing discrete variable difficulty.Hybrid algorithm based on differential evolution and interior point method can solve the linear/non-linear hybrid optimization problem that contains discrete-continuous variable, can and overcome deficiency separately in conjunction with the advantage of differential evolution and interior point method.
Summary of the invention
Goal of the invention: technical matters to be solved by this invention is for capacity and power configuration problem that batteries to store energy device is installed in power distribution network, proposes a kind of hybrid algorithm based on differential evolution and interior point method for solving the configuration of power distribution network accumulator and realizing the optimization that day part charge/discharge operates.
Technical scheme: the present invention for achieving the above object, adopts following technical scheme: a kind of new power distribution network energy-storage system of accumulator distribute algorithm rationally, it is characterized in that, described method realizes according to the following steps successively in calculating:
(1) obtain power distribution network and energy-storage system of accumulator parameter information.
(2) Population Size, maximum evolutionary generation, zoom factor, the intersection factor of setting differential evolution algorithm; Set slack variable, Lagrange multiplier and penalty factor initial value and the convergence precision of former dual interior point;
(3) using the power model number of energy-storage system of accumulator and energy module number as discrete variable to be optimized, continuous variable peak clipping rate together participates in the optimization of differential evolution algorithm, generates initial population;
(4) adopt former dual interior point to be optimized each individual continuous variable of population, i.e. the charge/discharge power of day part accumulator, and the target function value that calculates, as individual fitness, obtains global optimum's individuality of initial population with this after optimizing;
(5) carry out Population Variation operation according to following formula:
v i,j(t+1)=x r1,j(t)+F(x r2,j(t)-x r3,j(t))
(6) carry out interlace operation according to following formula:
u i , j ( t + 1 ) = v i , j ( t + 1 ) , ifrand ( 0,1 ) ≤ C R orj = randi ( 1 , n ) x i , j ( t + 1 ) , else ;
(7) keep discrete variable and the continuous variable of each individuality that above-mentioned differential evolution algorithm obtains constant, adopt the continuous variable (be day part accumulator charge/discharge power) of former dual interior point to the each individuality of population to be optimized, and the target function value f that optimization is obtained is as the individual fitness of population, global optimum's individuality of Population Regeneration;
(8) select operation according to following formula:
x i ( t + 1 ) = u i ( t + 1 ) , iff ( u i ( t + 1 ) ) ≤ f ( x i ( t ) ) x i ( t ) , else ;
(9) judge whether to reach maximum evolutionary generation, if so, Output rusults, quits a program; If not, put evolutionary generation t and add 1, return to (5) and continue iteration.
As optimization, described parameter information comprises that daily load is meritorious, the year operation expense of the cost of the cost of the year load growth rate in tou power price, power distribution network transfer cost, electrical network upgrading construction cost, power distribution network area, inflation rate, rate of discount, battery cell's charge/discharge power, unit capacity, energy storage specific power, accumulator tenure of use, year days running etc.;
Beneficial effect: the present invention compared with prior art: the power distribution network energy-storage system of accumulator method of distributing rationally that the present invention proposes, life cycle management based on energy storage is set up the Economic Benefit Model of power distribution network batteries to store energy, has taken into account energy storage and has been realized arbitrage, reduces transfer cost, delayed the electrical network upgrading profit of three aspects: and fixed investment cost, the operation expense of energy storage by the charge/discharge operation of different time.For the linear/non-linear optimization problem that contains continuously-mixed discrete variable, algorithm effectively combines the advantage of differential evolution algorithm and interior point method herein, adopt differential evolution algorithm to optimize power model group number and the energy module group number of discrete variable accumulator, and the peak clipping rate of continuous variable energy storage, in the iteration each time of differential evolution algorithm, adopt former dual interior point to be optimized and to optimize an individual fitness assessment energy storage 24 period charge/discharge power, thereby the algorithm that is can effectively be processed hybrid optimization problem, and have concurrently and process that discrete-continuous variable is convenient and robustness is good, the feature that numerical stability is strong.
Accompanying drawing explanation
Fig. 1 is the inventive method process flow diagram;
Fig. 2 is the accumulator that the present invention is based on structural representation at power distribution network;
Fig. 3 is tou power price curve synoptic diagram of the present invention;
Fig. 4 is power distribution network transfer cost schematic diagram of the present invention;
Fig. 5 is the average daily load curve schematic diagram of power distribution network of the present invention;
Fig. 6 is that the present invention adopts NAS(sodium-sulphur battery) convergence curve schematic diagram;
Fig. 7 is the charge/discharge curve schematic diagram of NAS of the present invention.
Embodiment
Differential evolution (differentialevolution, DE) algorithm is proposed in nineteen ninety-five by StornR and PriceK, it is a kind of heuristic search algorithm based on Swarm Evolution, and this algorithm is applied at aspects such as electric system Electric Power Network Planning, load economical distribution and idle work optimizations at present.The same with intelligent algorithm, first DE algorithm will generate at random initialization population X (0)=[x in variable edge bound constrained 1(0) ..., x n(0)], x wherein i(0)=[x i1(0) ..., x in(0)] t, N is population quantity .. is dimension.
Select three individual x current t is random in for population r1(t), x r2(t), x r3(t), must make a variation according to following formula
v i(t+1)=x r1(t)+F(x r2(t)-x r3(t)),r1≠r2≠r3≠i
In formula: .., x r2and x (t) r3(t) three different individualities for choosing at random in population, subscript represents current population at individual; v i(t+1) be i the individuality of variation population; F is zoom factor, characterizes individual degree of variation, generally gets [0.4,1.0].
In order to increase the diversity of population at individual, initial population and variation population are carried out to interlace operation:
u i , j ( t + 1 ) = v i , j ( t + 1 ) , if : rand ( 0,1 ) ≤ C R orj = randi ( 1 , n ) x i , j ( t + 1 ) , else ;
In formula: u i,j(t+1) be i j the individual component of intersection population; Rand (0,1) is for obeying [0,1] equally distributed random number; Randi (1, N) be [1 ..., n] between the integer chosen at random; C rfor intersecting the factor, in the middle of characterizing, individual component replaces the probability of current individual component, C r∈ [0,1].
Finally, from current population and Experimental population, carry out preferably according to fitness value.For maximization problems, be greater than original individuality if test individual fitness value, test is individual replaces original individuality, otherwise retains original individuality, forms initial population of future generation.
x i ( t + 1 ) = u i ( t + 1 ) f ( u i ( t + 1 ) ) > f ( x i ( t ) ) x i ( t + 1 ) f ( u i ( t + 1 ) ) ≤ f ( x i ( t ) )
In formula: f (*) is ideal adaptation degree functional value.
Former dual interior point (primal-dualinteriorpointmethod, PDIPM) proposed in 1984 by Karmarkar, because its convergence rapidly, the advantages such as strong robustness have won the favor of optimizing field scholar, are widely used in the field such as Optimal Power Flow Problems, state estimation.Interior point method also expands to nonlinear optimization field by linear optimization field originally.
Optimization Problems In Power Systems generally comprises equality constraint and inequality constrain, and its mathematical model can be described with following formula:
min f ( x ) s . t . h ( x ) = 0 g ‾ ≤ g ( x ) ≤ g ‾
Wherein x is variable to be optimized, and f (x) is objective function, and h (x), g (x) are respectively equality constraint and inequality constrain,
Figure BDA0000462231570000044
with gbe respectively the bound of g (x).
The basic ideas of interior point method are: inequality constrain is converted into equality constraint by slack variable, recycling Lagrange multiplier is incorporated into constraint in objective function, and slack variable is retrained with barrier function method.For OPF problem, structure Lagrangian function is as follows:
L = f ( x ) - y T h ( x ) - z T [ g ( x ) - l - g ‾ ] - w T [ g ( x ) + u - g ‾ ] - μ Σ j = 1 r ln ( l j ) - μ Σ j = 1 r ln ( u j )
In formula: y=[y 1..., y m] tfor the Lagrange multiplier of equality constraint, z=[z 1..., z r] t, w=[w 1..., w r] tfor the Lagrange multiplier of inequality constrain, l=[l 1..., l r] t, u=[u 1..., u r] tfor the slack variable of inequality constrain, μ is the penalty factor of barrier function, and μ is obstacle constant, the number that r is inequality constrain.
KKT (Karush-Kuhn-Tucker) condition of this problem is:
The saddle point of LagrangianL is the smallest point of objective function.
L x = ▿ x f ( x ) - ▿ x h ( x ) y - ▿ x g ( x ) ( z + w ) = 0 L y = h ( x ) = 0 L z = g ( x ) - l - g ‾ = 0 L w = g ( x ) + u - g ‾ = 0 L l = z - μ U - 1 e = 0 L u = - w - μL - 1 = 0
In formula: ▽ xf (x) is 1 order derivative of f (x) to x, ▽ xh (x), ▽ xg (x) is respectively the Jacobian matrix of h (x), g (x).L=diag(l 1,…,l r),U=diag(u 1,…,u r),Z=diag(z 1,…,z r),W=diag(w 1,…,w r),L -1=diag(1/l 1,…,1/l r),U -1=diag(1/u 1,…,1/u r),e=[1,…,1] T
By in formula KKT condition latter two equation can be in the hope of obstacle constant
Figure BDA0000462231570000053
definition C gap=l tz-u tw.
Practice is general to be adopted
μ = σ C Gap 2 r
Wherein σ is called Center Parameter, generally gets 0.1.Nonlinear System of Equations in KKT condition can solve by the inferior method of newton-pressgang, by its linearization, can obtain:
H ′ ▿ x h ( x ) ▿ x T h ( x ) 0 Δx Δy = L x ′ - L y
I L - 1 Z 0 I Δz Δl = - L - 1 L l μ L z + ▿ x T g ( x ) Δx
I U - 1 W 0 I Δw Δu = - U - 1 L u μ - L w - ▿ x T g ( x ) Δx
In formula: Δ x, Δ y, Δ z, Δ l, Δ u, Δ w are the correction of x, y, z, l, u, w,
L ′ x = L x + ▿ x g ( x ) [ L - 1 ( L l μ + ZL z ) + U - 1 ( L u μ + WL w ) ] ,
H ′ = H - ▿ x g ( x ) [ L - 1 Z - U - 1 W ] ▿ x T g ( x ) ,
H = - [ ▿ x 2 f ( x ) - ▿ x 2 h ( x ) y - ▿ x 2 g ( x ) ( z + w ) ] .
The above-mentioned three prescription journeys of solving equation can obtain the correction of the k time iteration of interior point method.
Differential evolution algorithm adjusting parameter simple to operate is few, processes discrete variable convenient, have global optimizing ability, but computing velocity is slow.Former dual interior point computing velocity is fast, optimizing ability is strong but processing discrete variable difficulty.The relative merits of comprehensive this two classes algorithm, propose the hybrid algorithm of a kind of combination DE and PDIPM herein, and numerical results shows, this algorithm the convergence speed is fast, and optimizing ability is strong.
The core concept of hybrid algorithm is: take DE algorithm as framework, optimize rated power P, rated capacity E and the peak clipping rate λ of discrete variable accumulator, in the iterative process each time of DE, adopt interior point method individuality to be carried out to optimization and the fitness assessment of continuous variable (energy storage 24 period charge/discharge power).
Consider that the charge/discharge operation of energy storage by different time realizes arbitrage, reduces transfer cost, delays the income of electrical network upgrading three aspects:.Below in conjunction with accompanying drawing, the technical scheme of invention is elaborated:
Within one day, be divided into 24 periods, " low storage the is occurred frequently " arbitrage in energy storage one day is
B 1 = Σ i = 1 24 ( P dis ( i ) U dis ( i ) - P ch ( i ) U ch ( i ) ) p e ( i ) .
In formula: i is period sequence number, P dis(i), P ch(i) be charge power and the discharge power of i period accumulator, U dis, U chfor the charging and discharging state variable of i period accumulator, p e(i) be the electricity price of the i period shown in Fig. 3.
It is pointed out that charging and discharging state variable meets constraint:
U dis ( i ) + U ch ( i ) = 1 U dis ( i ) × U ch ( i ) = 0
In the electricity market separating in transmission & distribution, electric power for, just need distribution company to pay certain electric energy transfer cost.The transshipment charge difference of different time as shown in Figure 4, and general and load positive correlation.Utilize the difference of different time electric energy transfer cost, by the transmission time of energy storage transfer part electric energy, reduce transfer cost.Install additional after batteries to store energy, the transfer cost that can reduce in a month is
B 2 = Σ i = 1 24 ( P dis ( i ) - P ch ( i ) ) p r ( i )
In formula: p r(i) be delivery of electrical energy expense in i period power distribution network as shown in Figure 4.
In power distribution network, when a certain line load increase year after year exceed capacity, need to upgrade to electrical network.The classic method of distribution upgrading is to increase the transformer of building or change the outfit, or distribution line is transformed, to meet the demand of load growth.The cost of distribution upgrading is higher, and installs after energy storage by peak load shifting, realizes peak load regulation network, can improve grid equipment utilization factor, delay electrical network upgrading, thereby reduce electric grid investment construction cost.If the annual growth of load is τ, the peak clipping rate of energy storage is λ, installs the year number that can delay electrical network upgrading after energy storage additional to be
Δn = log 10 ( 1 + λ ) log 10 ( 1 + τ )
The income that delays electrical network upgrading is
B 3 = C inv ( 1 - ( 1 + i r 1 + d r ) Δn )
In formula: C invfor electrical network upgrading construction cost, i rfor inflation rate, d rfor rate of discount.
The overall life cycle cost of energy storage mainly comprises fixed investment cost and operation expense.Fixed investment cost can be expressed as
C 1=C pP+C eE
In formula: C pfor the cost of energy storage specific power, the specified charge/discharge power that P is energy storage device, C efor the cost of energy storage unit capacity, the rated capacity that E is energy storage device.
The year operation expense of BESS is main relevant to the rated power of energy-storage battery:
C 2=C mP
In formula: C mfor the year operation expense of energy storage unit's charge/discharge power.
Total economic benefit in energy storage life cycle management is installed in power distribution network after accumulator is
B = Σ t = 1 T B 1 D ( 1 + i r 1 + d r ) t + Σ t = 1 T B 2 M ( 1 + i r 1 + d r ) t + B 3 - C 1 - Σ t = 1 T C 2 ( 1 + i r 1 + d r ) t
In formula: in the use time that t is BESS, in the life-span that T is BESS, D is the number of days that utilizes of BESS 1 year, and M is the moon umber comprising for a year.
For energy-storage battery can be recycled, accumulator needs to meet energy conservation in a charge/discharge cycle,
Σ i = 1 24 ( P dis ( i ) - P ch ( i ) η ) = 0
In formula: the energy conversion efficiency that η is batteries to store energy, for the energy storage battery of different medium, η is difference to some extent.
The accumulator system of having determined for rated capacity and specified charge/discharge power must meet the constraint of maximum charge/discharge power in the process of its operation, and the constraint of total charge volume.
P-P dis(i)≥0,i=1,...,24
P-P ch(i)≥0,i=1,...,24
Σ i = 1 24 P dis ( i ) ≤ E
In addition, by discharging and recharging of energy storage, system equivalent load should be not more than the load peak after peak clipping:
P load ( i ) - P dis ( i ) + P ch ( i ) ≤ ( 1 - λ ) P load ‾
In formula: P load(i) be the load of i period as shown in Figure 5,
Figure BDA0000462231570000084
it is the load peak of 24 periods.
Be objective function to the maximum with economic benefit total in energy storage life cycle management herein, the Economic Benefit Model of power distribution network BESS is expressed as
obj.max.B(x,y)
s.t.h(x)=0
g ( x ) ≤ g ‾ ( y )
In formula: x=[P dis(1), P ch(1) ..., P dis(24), P ch(24)] t, represent that one day day part BESS's discharges and recharges power, y=[E, P, λ] t, h (x)=0 is equality constraint,
Figure BDA0000462231570000086
for inequality constrain,
Figure BDA0000462231570000087
be the function about y, represent the upper limit of inequality constrain.
Power distribution network batteries to store energy distribute rationally with day part charge/discharge operation optimization problem in, adopt DE algorithm to be optimized discrete variable P, E and continuous variable λ, then for each individual definite P, E and λ, optimize day part energy storage charge/discharge power by PDIPM, concrete steps are as follows:
(1) obtain power distribution network and energy-storage system of accumulator parameter information.Comprise: daily load is meritorious, the year operation expense of the cost of the cost of the year load growth rate in tou power price, power distribution network transfer cost, electrical network upgrading construction cost, power distribution network area, inflation rate, rate of discount, battery cell's charge/discharge power, unit capacity, energy storage specific power, accumulator tenure of use, year days running etc.;
(2) program initialization.Comprise: Population Size, maximum evolutionary generation, zoom factor, the intersection factor of setting differential evolution algorithm; Set slack variable, Lagrange multiplier and penalty factor initial value and the convergence precision of former dual interior point;
(3) generate at random initial population.Using the power model number of energy-storage system of accumulator and energy module number as discrete variable to be optimized, continuous variable peak clipping rate together participates in the optimization of differential evolution algorithm, generates initial population; (4) initial value of each individual optimal solution and initial population globally optimal solution in calculating population.Adopt former dual interior point to be optimized each individual continuous variable of population, i.e. the charge/discharge power of day part accumulator, and the target function value that calculates, as individual fitness, obtains global optimum's individuality of initial population with this after optimizing;
(5) carry out Population Variation operation according to following formula:
v i,j(t+1)=x r1,j(t)+F(x r2,j(t)-x r3,j(t))
(6) carry out interlace operation according to following formula:
u i , j ( t + 1 ) = v i , j ( t + 1 ) , ifrand ( 0,1 ) ≤ C R orj = randi ( 1 , n ) x i , j ( t + 1 ) , else
(7) optimize continuous variable.Keep discrete variable and the continuous variable of each individuality that above-mentioned differential evolution algorithm obtains constant, adopt the continuous variable (be day part accumulator charge/discharge power) of former dual interior point to the each individuality of population to be optimized, and the target function value f that optimization is obtained is as the individual fitness of population, global optimum's individuality of Population Regeneration;
(8) select operation according to following formula:
x i ( t + 1 ) = u i ( t + 1 ) , iff ( u i ( t + 1 ) ) ≤ f ( x i ( t ) ) x i ( t ) , else
(9) judge whether to reach maximum evolutionary generation, if so, Output rusults, quits a program; If not, put evolutionary generation and add 1, return to (5) and continue iteration.
The present invention adopts the hybrid algorithm based on differential evolution algorithm and former antithesis adytum algorithm to solve distributing rationally with the charge/discharge of day part of power distribution network energy-storage system of accumulator and operates.By Simulation Example, verify the validity of algorithm of the present invention.
Introduce one embodiment of the present of invention below:
The present invention adopts the hybrid algorithm based on DE and PDIPM to carry out simulation calculation to the distribution network system take Fig. 3-Fig. 5 as feature, and correlation parameter is as shown in table 1.NAS (sodium-sulphur battery) the effect energy-storage battery of selecting current widespread use, NAS correlation parameter is as shown in table 2.
Table 1 distribution network system correlation parameter
Figure BDA0000462231570000101
Table 2NAS correlation parameter
Figure BDA0000462231570000102
Cell power module and energy module are taken as respectively 200kW and 360kWh.The specified charge/discharge power setting of accumulator is 1-15MW (power model 5-75 group), and rated capacity is set as 20-70MWh (energy module 55-195 group), and peak clipping rate is set as 0-10%.Set the population scale N=100 of DE algorithm, maximum evolutionary generation K max=100, zoom factor is got C r=0.9, the factor of intersecting is got F=0.8.
Optimum results is that power model configures 41 groups, energy module and configures 134 groups, and the rated power of NAS is 8.2MW, and rated capacity is 48.24MWh.In life cycle management, the total benefit of batteries to store energy is 720446 $.
This convergence of algorithm curve as shown in Figure 6.
Can find out, iterative process can reach balance before 40 generations, and this has also verified that invention algorithm has good convergence.Algorithm of the present invention combine DE algorithm regulate search capability strong, be applicable to hybrid variable optimization and PDIPM robustness is good, computing velocity is fast advantage, the hybrid algorithm better numerical value stability proposing, optimizing ability is strong.
With negative number representation NAS charging, positive number represents electric discharge, and the filling of 24 period accumulators/electric curve as shown in Figure 7.

Claims (2)

  1. New power distribution network energy-storage system of accumulator distribute algorithm rationally, it is characterized in that, described method is to realize according to the following steps successively in computing machine:
    (1) obtain power distribution network and energy-storage system of accumulator parameter information;
    (2) program initialization, comprises and sets the Population Size of differential evolution algorithm, maximum evolutionary generation, zoom factor, the intersection factor; Set slack variable, Lagrange multiplier and penalty factor initial value and the convergence precision of former dual interior point;
    (3) using the power model number of energy-storage system of accumulator and energy module number as discrete variable to be optimized, continuous variable peak clipping rate together participates in the optimization of differential evolution algorithm, generates initial population;
    (4) adopt former dual interior point to be optimized each individual continuous variable of population, i.e. the charge/discharge power of day part accumulator, and the target function value that calculates, as individual fitness, obtains global optimum's individuality of initial population with this after optimizing;
    (5) carry out Population Variation operation according to following formula:
    v i,j(t+1)=x r1,j(t)+F(x r2,j(t)-x r3,j(t));
    (6) carry out interlace operation according to following formula:
    u i , j ( t + 1 ) = v i , j ( t + 1 ) , ifrand ( 0,1 ) ≤ C R orj = randi ( 1 , n ) x i , j ( t + 1 ) , else ;
    (7) keep discrete variable and the continuous variable of each individuality that above-mentioned differential evolution algorithm obtains constant, adopt the continuous variable (be day part accumulator charge/discharge power) of former dual interior point to the each individuality of population to be optimized, and the target function value f that optimization is obtained is as the individual fitness of population, global optimum's individuality of Population Regeneration;
    (8) select operation according to following formula:
    x i ( t + 1 ) = u i ( t + 1 ) , iff ( u i ( t + 1 ) ) ≤ f ( x i ( t ) ) x i ( t ) , else ;
    (9) judge whether to reach maximum evolutionary generation, if so, Output rusults, quits a program; If not, put evolutionary generation t and add 1, return to (5) and continue iteration.
  2. New power distribution network energy-storage system of accumulator according to claim 1 distribute algorithm rationally, it is characterized in that, described parameter information comprises that daily load is meritorious, the year operation expense of the cost of the cost of the year load growth rate in tou power price, power distribution network transfer cost, electrical network upgrading construction cost, power distribution network area, inflation rate, rate of discount, battery cell's charge/discharge power, unit capacity, energy storage specific power, accumulator tenure of use, year days running etc.
CN201410038489.1A 2014-01-26 2014-01-26 Novel distribution network battery energy storage system optimal allocation algorithm Pending CN103824123A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201410038489.1A CN103824123A (en) 2014-01-26 2014-01-26 Novel distribution network battery energy storage system optimal allocation algorithm

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201410038489.1A CN103824123A (en) 2014-01-26 2014-01-26 Novel distribution network battery energy storage system optimal allocation algorithm

Publications (1)

Publication Number Publication Date
CN103824123A true CN103824123A (en) 2014-05-28

Family

ID=50759174

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201410038489.1A Pending CN103824123A (en) 2014-01-26 2014-01-26 Novel distribution network battery energy storage system optimal allocation algorithm

Country Status (1)

Country Link
CN (1) CN103824123A (en)

Cited By (14)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104459560A (en) * 2014-12-29 2015-03-25 合肥工业大学 Method for predicting remaining service life of lithium battery based on wavelet denoising and relevant vector machine
CN105552914A (en) * 2016-01-27 2016-05-04 江苏大烨智能电气股份有限公司 Alternating-current/direct-current hybrid micro-grid layered control method based on electricity price
CN105867131A (en) * 2016-04-18 2016-08-17 福州华鹰重工机械有限公司 Control efficiency allocation method and device for electric automobile
CN106451504A (en) * 2016-10-19 2017-02-22 上海电力设计院有限公司 Control method and device for configuration cost of hybrid energy storage system
CN108258710A (en) * 2018-02-02 2018-07-06 珠海派诺科技股份有限公司 A kind of battery energy storage system Optimal Configuration Method counted and battery capacity decays
CN108876004A (en) * 2018-05-04 2018-11-23 云南电网有限责任公司 A kind of microgrid group's layered distribution type economic load dispatching method based on block coordinate descent
CN110414733A (en) * 2019-07-26 2019-11-05 国网辽宁省电力有限公司沈阳供电公司 The optimum design method and its device of energy storage device, storage medium and terminal
CN110705810A (en) * 2019-12-02 2020-01-17 河海大学常州校区 User side energy storage capacity configuration optimization model based on differential evolution algorithm
CN110912283A (en) * 2019-12-11 2020-03-24 河北工业大学 Parameter adjusting method and device of wireless power transmission system
CN112734166A (en) * 2020-12-20 2021-04-30 大连理工大学人工智能大连研究院 Robust coordination and significant error detection method for copper industry data
CN113346526A (en) * 2021-05-24 2021-09-03 国网综合能源服务集团有限公司 Multi-node energy storage system configuration method based on discrete-continuous hybrid method
CN113343433A (en) * 2021-05-19 2021-09-03 暨南大学 KKT condition and differential evolution algorithm-based first-order reliability analysis method
CN116683482A (en) * 2023-07-28 2023-09-01 国网江苏省电力有限公司苏州供电分公司 Three-phase unbalanced power grid dynamic state estimation method and system
CN112734166B (en) * 2020-12-20 2024-05-03 大连理工大学人工智能大连研究院 Copper industry data robust coordination and significant error detection method

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1564416A (en) * 2004-03-17 2005-01-12 西安交通大学 Reactive optimizing method of power system based on coordinate evolution
US20130268132A1 (en) * 2010-04-06 2013-10-10 Battelle Memorial Institute Grid regulation services for energy storage devices based on grid frequency

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1564416A (en) * 2004-03-17 2005-01-12 西安交通大学 Reactive optimizing method of power system based on coordinate evolution
US20130268132A1 (en) * 2010-04-06 2013-10-10 Battelle Memorial Institute Grid regulation services for energy storage devices based on grid frequency

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
卫志农等: "计及VSC-HVDC的交直流系统最优潮流统一混合算法", 《中国电机工程学报, HTTP://WWW.CNKI.NET/KCMS/DETAIL/11.2107.TM.20140110.0912.001.HTML》 *
苏虎等: "储能电池系统经济价值的评估", 《上海电力学院学报》 *

Cited By (21)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104459560B (en) * 2014-12-29 2017-04-05 合肥工业大学 Lithium battery method for predicting residual useful life based on wavelet de-noising and Method Using Relevance Vector Machine
CN104459560A (en) * 2014-12-29 2015-03-25 合肥工业大学 Method for predicting remaining service life of lithium battery based on wavelet denoising and relevant vector machine
CN105552914A (en) * 2016-01-27 2016-05-04 江苏大烨智能电气股份有限公司 Alternating-current/direct-current hybrid micro-grid layered control method based on electricity price
CN105552914B (en) * 2016-01-27 2017-11-21 江苏大烨智能电气股份有限公司 A kind of alternating current-direct current mixing micro-capacitance sensor hierarchical control method based on electricity price
CN105867131A (en) * 2016-04-18 2016-08-17 福州华鹰重工机械有限公司 Control efficiency allocation method and device for electric automobile
CN106451504A (en) * 2016-10-19 2017-02-22 上海电力设计院有限公司 Control method and device for configuration cost of hybrid energy storage system
CN108258710A (en) * 2018-02-02 2018-07-06 珠海派诺科技股份有限公司 A kind of battery energy storage system Optimal Configuration Method counted and battery capacity decays
CN108876004A (en) * 2018-05-04 2018-11-23 云南电网有限责任公司 A kind of microgrid group's layered distribution type economic load dispatching method based on block coordinate descent
CN110414733A (en) * 2019-07-26 2019-11-05 国网辽宁省电力有限公司沈阳供电公司 The optimum design method and its device of energy storage device, storage medium and terminal
CN110705810B (en) * 2019-12-02 2022-08-16 河海大学常州校区 User side energy storage capacity configuration optimization method based on differential evolution algorithm
CN110705810A (en) * 2019-12-02 2020-01-17 河海大学常州校区 User side energy storage capacity configuration optimization model based on differential evolution algorithm
CN110912283A (en) * 2019-12-11 2020-03-24 河北工业大学 Parameter adjusting method and device of wireless power transmission system
CN110912283B (en) * 2019-12-11 2021-06-22 河北工业大学 Parameter adjusting method and device of wireless power transmission system
CN112734166A (en) * 2020-12-20 2021-04-30 大连理工大学人工智能大连研究院 Robust coordination and significant error detection method for copper industry data
CN112734166B (en) * 2020-12-20 2024-05-03 大连理工大学人工智能大连研究院 Copper industry data robust coordination and significant error detection method
CN113343433A (en) * 2021-05-19 2021-09-03 暨南大学 KKT condition and differential evolution algorithm-based first-order reliability analysis method
CN113343433B (en) * 2021-05-19 2022-08-09 暨南大学 KKT condition and differential evolution algorithm-based first-order reliability analysis method
CN113346526A (en) * 2021-05-24 2021-09-03 国网综合能源服务集团有限公司 Multi-node energy storage system configuration method based on discrete-continuous hybrid method
CN113346526B (en) * 2021-05-24 2022-05-20 国网综合能源服务集团有限公司 Multi-node energy storage system configuration method based on discrete-continuous hybrid method
CN116683482A (en) * 2023-07-28 2023-09-01 国网江苏省电力有限公司苏州供电分公司 Three-phase unbalanced power grid dynamic state estimation method and system
CN116683482B (en) * 2023-07-28 2023-10-27 国网江苏省电力有限公司苏州供电分公司 Three-phase unbalanced power grid dynamic state estimation method and system

Similar Documents

Publication Publication Date Title
CN103824123A (en) Novel distribution network battery energy storage system optimal allocation algorithm
Liu et al. Optimal dispatch for participation of electric vehicles in frequency regulation based on area control error and area regulation requirement
Mohseni et al. A multi-agent system for optimal sizing of a cooperative self-sustainable multi-carrier microgrid
CN103217900B (en) Based on pressing microgrid chaotic PSO optimal load flow implementation method in Spot Price
Galus et al. Investigating PHEV wind balancing capabilities using heuristics and model predictive control
CN107465204B (en) Multi-battery pack power optimal distribution method and device in energy storage power station
Ulbig et al. General frequency control with aggregated control reserve capacity from time-varying sources: The case of PHEVs
CN110138006B (en) Multi-microgrid coordinated optimization scheduling method considering new energy electric vehicle
CN110289622B (en) Day-ahead economic optimization scheduling method for optical storage and energy charging router
CN110633854A (en) Full life cycle optimization planning method considering energy storage battery multiple segmented services
CN105225022A (en) A kind of economy optimizing operation method of cogeneration of heat and power type micro-capacitance sensor
CN109472394A (en) A kind of economic optimization method and system of energy storage costs and benefits
Haque et al. Exploration of dispatch model integrating wind generators and electric vehicles
CN116151486B (en) Multi-time-scale random optimization method and device for photovoltaic charging station with energy storage system
CN104794533B (en) It is included in the capacity optimal configuration method of the distribution network users photovoltaic plant for the electric vehicle that can network
CN105391092B (en) The optimising and adjustment method that virtual plant multiple target based on Dependent-chance Programming is bidded
CN105576699A (en) Independent micro-grid energy storage margin detection method
CN109787221B (en) Electric energy safety and economy scheduling method and system for micro-grid
Bartolucci et al. PV assisted electric vehicle charging station considering the integration of stationary first-or second-life battery storage
CN105243600A (en) Grid power generation adjustment method
Han et al. An optimal dynamic pricing and schedule approach in V2G
CN104578160A (en) Micro network energy control method
CN103915851B (en) A kind of step-length and all variable energy-storage system optimal control method of desired output of going forward one by one
CN105976065A (en) Environment economic dispatching two-level dispatching solution method including centralized charging stations
Banu et al. Artificial intelligence with attention based BiLSTM for energy storage system in hybrid renewable energy sources

Legal Events

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

Application publication date: 20140528

RJ01 Rejection of invention patent application after publication