Abstract

Generators startup sequence plays a significant role in achieving a suitable and effective restoration strategy. This paper outlines an ant colony search algorithm in order to determine the generator starting times during the bulk power system restoration. The algorithm attempts to maximize the system generation capability over a restoration period, where the dynamic characteristics of different types of units and system constraints are considered. Applying this method for the 39-bus New England test system, and comparing the results with backtracking-search and P/t methods, it is found that proposed algorithm improved generation capability.

1. Introduction

In recent years, power systems are operated fairly close to their limits primarily due to economic competition and deregulation. At the same time, they have increased in size and complexity. Both factors increase the risk of major power outages [1]. After a blackout, power needs to be restored as quickly and reliably as possible, and consequently detailed restoration plans are necessary [2, 3]. While most restoration plans have been developed on a trial-and-error principle, there is a tendency to employ a more systematic planning and analysis of restoration procedures [410].

In the case of a total system outage, system restoration must begin from the black-start unit(s). Black-start units are units that do not require off-site power to start, such as: diesel generator sets and hydroelectric units [5]. As the Black-start units themselves can only supply a small fraction of the system load, these units must be used to assist in the starting of larger units, which need their station service loads to be supplied by outside power sources. Full restoration of system load can only occur when these larger units can come on line. In order to achieve a suitable and effective restoration strategy, deciding on the generators startup sequence is an important task [710]. It should be pointed out that a proper sequence of generators start-up can increase the system MW outputs and keep the constraints satisfied. Optimal generators start-up strategy in system restoration is a multistage decision optimization problem.

A number of studies have been carried out to determine generators start-up sequence [710] using heuristic methods which do not guarantee their optimality. In this paper, from the global optimization point of view, a novel approach based on the Ant Colony Search (ACS) algorithm is proposed.

The goal of the proposed method is to maximize the total system generation capability over a restoration period whilst considering the corresponding static and dynamic constraints including the cranking power, critical maximum interval, and critical minimum interval constraints.

In the following sections, first the problem formulation is presented. The proposed ACS algorithm is then described. Finally, the simulation results for a 39-bus New England test system are illustrated and compared with those obtained by backtracking search and p/t methods.

2. Problem Formulation

During total blackout, the initial power source to crank non-black-start generators must be found. The initial source of power is provided by starting black-start generator quickly. For non-black-start generators, different physical characteristics and the starting requirements in each power station need to be considered. Table 1 shows startup characteristics of different types of units [7]. If a unit with a critical maximum interval is not started within the interval, there may be a delay of hours before the unit becomes available again. A unit with a critical minimum interval cannot be started until the interval ends. Hence, consideration of unit’s constraints is essential for start-up sequence planning.

Figure 1 shows start up timing for a typical unit [11], where we have:restartup time,:synchronization time,:time to reach minimum load,:time to reach maximum load.

Finding proper cranking priorities for non-black-start units can increase the system MW output. The goal is to maximize G, the total system generation capability in MWH, which can be produced during the restoration period as described below:

where is the start time for the ith generating unit whose generating capability is ; is the planning ending time.

The constraints to be considered in this problem are as follows:(a)maximum MW output of units,(b)reactive power over and under excitation limits (from generator capability curve),(c)start-up times,(d)start-up and house-load MW requirement,(e)ramping rates.

To deliver cranking power from black-start to non-black-start units, it is necessary to build transmission paths between them. The number of required switching as well as limitations of the units MVAR are the two most important issues in path selection. Wherever units MVAR limitations permit, the shortest path (i.e., the path requiring the minimal number of switching action) between the supplying unit and the non-black-start unit is selected. A heuristic algorithm, called search [12], is used to identify the shortest path. This algorithm also examines sum of line charging for the selected path as a constraint. This must be smaller than the limit MVAR absorbing capabilities of generating units.

Load restoration and power supply must coincide with each other to guarantee the stability of system frequency and voltage, because the restoration of power plants and that of loads are synchronous.

3. Ant Colony System Algorithm

Ant Colony Optimization (ACO) method handles successfully various combinatorial complex problems. Dorigo, inspired by the behavior of real ant colonies, proposed ACO method for the first time in his Ph. D. thesis [13]. The method is postulated on the basis of a set of artificial ants which cooperate in solving a problem by exchanging information via pheromone deposited on a graph. It can be used to solve both continuous and discontinuous, nonconvex, nonlinear constrained optimization problems. The characteristics of ACO include positive feedback, distributed computation, and utilization of constructive greedy heuristic.

Recently a large number of different ACO algorithms have become available. All of these algorithms contain a strong exploitation of the best solutions found during the search; the most successful of which add explicit features to the search in order to avoid premature stagnation. The main differences between the various ant system extensions consist of the techniques used to control the search process. ACS is reported to be the most aggressive of the ACO algorithms [13] returning the best solution quality for very short computation times.

In power systems, the ACO has been applied to solve the optimum generation scheduling problems [14], unit commitment [15], economic dispatch [16], and the constrained load flow [17].

Once the search space of generators start-up problem is established using multi-process decision making concept, the ACS algorithm can be applied to problems such as traveling salesman problem (TSP). TSP defines the task of finding a tour of minimal total cost given a set of fully connected nodes and costs associated with each pair of nodes. The tour must be closed and contain each node exactly once. This can be represented as a sequence of n items, where the actual order of the sequence determines a particular solution to the problem. Thus, in general, the search space consists of all permutations.

The sequence in which generators are started up during system restoration is important since different sequences yield different MWH outputs. Figure 2 shows the search space of ant sequence determination where the first generator is a black-start unit. For the kth sequence (Sk), the generator will be started up at ; the exact time of which depends on the system condition and the generator start-up MW requirement. The cost function for sequence S is where is the transition cost between the sequence and , defined as follows: where , and are starting time, MW output, and cranking power of generator at th sequence, respectively. It should be noted that the cost function in (3.1) is in fact equal to in quantity at (2.1) but with negative sign and should, therefore, be minimized.

The two main phases of the ACS algorithm constitute the ants’ solution construction and the pheromone update.

In this algorithm, ants find solutions starting from a start node and move to feasible neighbor nodes in the process of ants’ generation and activity. During the process, information collected by ants is stored in the so-called pheromone trails. During the process, ants can also release pheromone while building the solution (local pheromone trail update) or after the solution is built (global pheromone trail update). An ant-decision rule, made up of the pheromone and heuristic information, governs ants’ search toward neighbor nodes stochastically. Pheromone evaporation is a process of decreasing the intensities of pheromone trails over time. This process is used to avoid local convergence and explore more search areas.

3.1. Sequence Construction

Sequences are constructed by applying the following simple constructive procedure to each ant: choose a start unit (black-start unit) at which the ant is positioned; use pheromone and heuristic values to construct a sequence on probability basis, by iteratively adding units that the ant has not yet visited. This will continue until all units have been visited. In ACS, when located at unit i, ant k moves to a unit j chosen according to the so called pseudorandom proportional rule, given by where is the pheromone trail, is the problem-specific heuristic information, and is a parameter representing the importance of heuristic information, is a random number uniformly distributed in [], is a prespecified parameter () and can be interpreted as trail evaporation, is the set of units currently not passed by ant k, and J is a random variable selected according to the probability distribution given by In other words, with probability q0 the ant makes the best possible move as indicated by the learned pheromone trails and the heuristic information (in this case, the ant is exploiting the learned knowledge), while with probability it performs a biased exploration of the arcs. Tuning the parameter allows modulation of the degree of exploration and the choice of whether to concentrate the search of the system around the best-so-far solution or to explore other sequences.

3.2. Global Pheromone Trail Update

In ACS, following each iteration, only one ant (the best-so-far ant) is allowed to add pheromone such that the new pheromone trail becomes a weighted average between the old pheromone value and the amount of pheromone deposited. Thus, the update in ACS is implemented by the following equation: where ’s are the edges belonging to , the best minimum cost sequence since the beginning of the trial, 0 < ρ < 1 is a parameter governing global pheromone decay, and change in pheromone is given by

where is the best-so-far cost. It is important to note that in ACS the pheromone trail update, both evaporation and new pheromone deposit, only applies to the best sequence.

3.3. Local Pheromone Trail Update

In addition to the global pheromone trail updating rule, in ACS the ants use a local pheromone update rule that they apply immediately after having crossed a sequence during the sequence construction: where is a constant governing the local pheromone decay process and is the initial value of the pheromone trails. The effect of the local updating rule is that each time an ant uses a sequence its pheromone trail is reduced, so that the sequence becomes less desirable for the following ants. In other words, ants do not converge to the generation of a common sequence.

The flowchart of the ACS algorithm for optimal generators start-up is shown in Figure 3.

3.4. Parameter Settings

Good convergence behavior of ACS algorithm can be achieved by suitable selection of parameters. The parameters that affect the computation of ACS algorithm directly or indirectly include ant number, ρ, ξ, and .

The settings are done for 39-bus New England system whose characteristics are given in next section. They are tested for each parameter taking several values within a boundary limit, all others being constant. More than 10 simulations for each setting are performed in order to achieve some statistical information about the average evolution. The range of interval considered for each parameters are , , and .

The initial trail level is set as . The number of ants allowed to pass through the search space is taken as the generators’ number. The final combination of parameters (ρ, ξ, β, ) that provided the best results is (0.1, 0.1, 2, 0.98).

4. Case Study

In this section, the proposed method is used for restoration of 39-bus New England system (see Figure 4). The system includes 39 buses, 10 generators, 35 lines, and 12 transformers, and generators in buses 30 and 35 are black-start units, and thus there are 2 subsystems (islands) for simultaneous restoration.

The results of proposed method are compared with results of P/t and backtracking search method. In P/t method, the priority for generators start-up is determined based on the ratio of MW capability and the time required for the plant to be synchronized with the system, whose, the generator that its P/t is greater than others has priority for start-up [7]. Backtracking search method determines problem solutions by systematically searching the solution space using a tree organization [9].

Figure 5 shows the performances of ACS algorithm during starting sequence optimization.

Tables 2, 3, and 4 show the results of generators start-up sequence using the proposed method, backtracking search method, and P/t method, respectively.

Figure 6 shows generation capability of the system after system restoration for the three generators start-up sequences.

During the first 800 minutes of system restoration, the system generation capability for the proposed method, backtracking search method, and P/t method are 51402, 48535, and 46946 MWH, respectively. This indicates that determination of optimal sequence for start-up can increase generation capability of the system during system restoration.

These simulation results and other test cases show the improved effectiveness and accuracy of the proposed method in identifying the optimal generator’s start-up sequence.

During restoration of large power system, it is advantageous in most cases to split the power system into subsystems in order to allow parallel restoration of islands, and to reduce the overall restoration time. Within each subsystem, the proposed method can be used to determine optimal starting sequence. Then the subsystems are interconnected and remaining loads are picked up and the system performs its transition to the normal state.

5. Conclusion

A method for unit start-up sequence determination during system restoration is described in this article. Once the search space of generators start-up problem is established using multiprocess decision-making concept, the ACS algorithm is used to determine the units starting times to maximize the generation capability dispatch during restoration period. The dynamic characteristics of different types of units and system constraints are also considered. The proposed method has been tested on the 39-bus New England test system in order to determine the optimal start-up sequence. The results are then compared with those obtained by the backtracking search method and P/t method, which indicated improved effectiveness and accuracy of the proposed method.