Cost Effective Operating Strategy for Unit Commitment and Economic Dispatch of Thermal Power Plants with Cubic Cost Functions Using TLBO Algorithm

Abstract

This paper deals with a Unit Commitment (UC) problem of a power plant aimed to find the optimal scheduling of the generating units involving cubic cost functions. The problem has non convex generator characteristics, which makes it very hard to handle the corresponding mathematical models. However, Teaching Learning Based Optimization (TLBO) has reached a high efficiency, in terms of solution accuracy and computing time for such non convex problems. Hence, TLBO is applied for scheduling of generators with higher order cost characteristics, and turns out to be computationally solvable. In particular, we represent a model that takes into account the accurate higher order generator cost functions along with ramp limits, and turns to be more general and efficient than those available in the literature. The behavior of the model is analyzed through proposed technique on modified IEEE-24 bus system.

Share and Cite:

Elanchezhian, E. , Subramanian, S. and Ganesan, S. (2015) Cost Effective Operating Strategy for Unit Commitment and Economic Dispatch of Thermal Power Plants with Cubic Cost Functions Using TLBO Algorithm. Journal of Power and Energy Engineering, 3, 20-30. doi: 10.4236/jpee.2015.36003.

1. Introduction

The non-storable nature of electrical energy calls for permanent adjustment of production to consumption. Since consumption varies constantly throughout a day, any utility should forecast these variations, and each day, draw up a schedule for its production facilities for the next day. These processing functions are an essential stage in preparation of “real time” control of an electrical network. One of these processing functions is the determination of thermal Unit Commitment (UC). The UC problem is a large-scale, non-convex, non-linear, and mixed integer optimization problem. The optimal solution of the problem can be obtained by complete enumeration, which is prohibitive in practice owing to its excessive computational resource requirements. So, attempts are being continuously made to solve this problem by reliable iterative and heuristic methods.

A bibliographical survey on UC reveals that a good amount of numerical optimization techniques [1] -[4] and meta-heuristic [5] -[13] methods have been applied to achieve efficient and near optimal solutions. Traditionally to solve the UC effectively, conventional techniques need the incremental fuel cost curves to be featured of monotonically increasing and continuous. But practically, the generating units actually have non-monotonic incremental fuel cost curves. For simplicity and easy solving purposes, the input-output characteristics of thermal generators are usually approximated by quadratic functions or piecewise linear functions [1] -[13] . However, many approaches have been addressed that the Economic Dispatch (ED) solution accuracy can be improved or the exact cost can be obtained with higher order functions or Cubic Cost Functions (CCF) [14] -[17] . Earlier papers in the literature have not considered the third order cost functions because they focus on their algorithms and lost the accuracy by approximating the realistic cost curve. In our previous work, we proposed an economic dispatch model using CCF [17] . Even though the UC research is solved for past years, less work is carried out for UC with Cubic Cost Functions (UC-CCF).

The evolutionary and population based techniques in the literature survey are probabilistic techniques and necessitate some common controlling parameters like population size, number of generations and elite size. Moreover, the algorithms also require finding of some of their own control parameters. Genetic Algorithm (GA) needs crossover rate and mutation rate, Particle Swarm Optimization (PSO) has its own parameters like inertia weight, and social and cognitive parameters. The global solution of any function is only achieved with the proper tuning of these algorithm-specific parameters. Improper tuning may lead to local optimal solution or increase in convergence time.

In this paper, a recently developed heuristic algorithm named teaching learning based optimization (TLBO) algorithm based on the effect of the influence of a teacher on the output of learners in a class, introduced by Rao et al. [18] , is utilized for the solution of UC problem. This TLBO algorithm has been implemented in various problem domains of engineering and technology. Most recently, it has been utilized in solving a few areas in power system [17] [19] -[21] . Unlike other population based techniques, TLBO requires only determination of common controlling parameters like population size and number of generations for its functionality. In the present work, TLBO based UC (TLBO-UC) with CCF (TLBO-UC-CCF) is carried on 26-unit test system considering ramp rate constraints for a time horizon of 24 hours to prove the scalability of the algorithm.

2. Unit Commitment Problem Formulation

Mathematically, the unit commitment problem can be formulated as a mixed integer non-linear problem. The objective function and constraints are formulated as given below.

2.1. Objective Function

The objective function of UC problem is the minimization of the total cost (FTuc) (Equation (1)) which is the sum of the fuel cost (F) and the start up cost (SUC) of individual units (N) for the given period (T) subject to various constraints. Mathematically, the UC problem model can be formulated as

(1)

where FTuc is the total operating cost in $, Fi (Pi (t)) is the fuel cost of unit i at hour t, Pi (t) is the output power of ith unit at hour t, Uit is the on/off status of ith unit at hour t.

The major component of the operating cost, for thermal units, is the power production cost of the committed units that is modelled as third order cubic function as shown in Equation (2)

(2)

where ai, bi, ci, di are cost function coefficients of unit i in $, $/MW, $/MW2, $/MW3 respectively.

2.2. Constraints

2.2.1 System Power Balance

(3)

where Pd (t) is the power demand at tth interval.

2.2.2. Spinning Reserve Constraints

The sum of the maximum power generating capacities of all the committed units at a time instant should be at least equal to the sum of the known power demand and minimum spinning reserve requirement at that time instant, i.e.

(4)

where Pi (max) is the known maximum power that can be generated by unit i at any time instant and Rt is the minimum spinning reserve requirement at time t.

2.2.3. Generation Limit Constraints

(5)

where Pi (min) and Pi (max) represents the minimum and maximum generation limits of thermal units.

2.2.4. Unit Minimum up/down Time Constraints

(6)

(7)

where and is the time duration for which unit i has been on and off respectively at hour t.

2.2.5. Ramp Rate Limits

As generation increases (8)

As generation decreases (9)

where UR and DR represents the generator ramp up and ramp down limits

3. Teaching Learning Based Optimization

By inspiring a teaching-learning process, Rao et al. proposed relatively a new population based meta-heuristic optimization algorithm called, Teaching Learning Based Optimization (TLBO). It works on the effect of influence of a teacher on the output of learners in a class. The key advantage of this algorithm is it has no user-de- fined parameter which makes it better than other optimization algorithms. The TLBO method works on the philosophy of teaching and learning. Teacher and learners are the two vital components of the algorithm. The working of TLBO is divided into two parts, “teacher phase” and “learner phase”. In this algorithm, a group of learners is considered as population and design variables are considered as different subjects offered to the learners and the learner’s result is analogous to the “fitness” value of the optimization problem. In the entire population, the best solution is considered as the teacher. The UC problem is a highly combinatorial optimization problem can be solved in two folds: optimal unit selection and dispatch among online generating units. Usually, unit selection is expressed as binary variables and real numbers for dispatch. Thus, the problem contains both types of variables. The applicability of TLBO for solving such mixed integer problems is explored. The steps involved in the search procedure of the TLBO algorithm for the proposed UC-CCF problem is illustrated by flowchart in Figure 1 and are summarized as follows.

Initialization of TLBO-UC-CCF problem

Step 1: Define the UC-CCF optimization problem as minimization problem.

Step 2: Population size (Ps), number of design variables (Nd) which represents number of generating units, minimum up/down time, initial status, maximum and minimum generation limits (limits of design variables) and stopping criteria (maximum number of iterations) are defined in this step.

Teacher phase

Step 3: Evaluate the difference between existing mean and best mean result by utilizing Teaching factor (Tf).

Learner phase

Figure 1. Flowchart of TLBO based UC-CCF.

Step 4: Update the learner’s generation solution with the help of teacher’s generation.

Step 5: Update the learner’s generating solution by utilizing the generating solution of some other learner.

Termination criteria

Step 6: Repeat the procedure from Step 2 to 5 till the maximum number of iterations is met.

Constraint Handling Techniques

A key factor in the application of heuristic algorithms to UC problem is how the algorithm handles the constraints relating to the problem. In the proposed solution method, the constraints of the UC are implemented using a combination of preservation and penalty function methods. The generating capacity limits and ramp up/down rate constraints are also handled by the preservation method. The production of the initial population and in the two phases of TLBO, the output of all committed units minus the reference unit are chosen arbitrary within their respective generating capacity limits, whereas the output of the reference unit is constrained by the system power balance constraint. So, for the dispatchable units other than reference unit, the generating capacity limit constraint is automatically satisfied in both initial population and two phases of TLBO. Therefore, the violation of the capacity limit constraint should be only considered as the penalty term for the reference unit. The minimum up-time/down-time duration constraints of the UC problem are checked for each unit over the scheduling horizon in each interval. If there is any violation in the minimum up or minimum down time constraint then repair mechanism [11] is used to overcome the violation.

4. Numerical Simulation Results and Discussions

In this section, the numerical results aimed at showing the efficiency and the effectiveness of the proposed approach is presented. The proposed TLBO-UC method is tested on modified IEEE-24 bus system having 26 units over a 24-hour scheduling horizon. In order to avoid misleading results due to the stochastic nature of the TLBO, 100 runs were averaged with each run starting with random initial populations. The performance of the proposed problem is implemented using MATLAB-7.9 and realized in 2.40 GHz, i3 processor with 4 GB RAM. The obtained results are compared with other methods in the literature.

This test system consists of 26 units involving cubic cost equations. System particulars involving system data, load demand, ramp rate and capacity limits of the aforementioned units are obtained from literature [2] [3] [14] [15] . In order to determine the best parameters of the proposed TLBO, a number of simulations are carried out. After a number of careful experimentation, following optimal values of TLBO-UC parameters have finally been settled and most appropriate to adopt: Population size (Ps) = 30 and Number of iterations = 100. These parameters are obtained from fine tuning process which is problem dependant task. Simulations are carried out for a 24 hour horizon. The generation cost, % reserve and start-up cost for 24 hour horizon is shown in Table 1. The optimal commitment schedule and generation output derived by the proposed algorithm considering the ramp rate and cubic cost equation is shown in Table 2 for 24 hour horizon.

In this combination for unit scheduling and generation output, the total generation cost obtained by the proposed approach is $795488.869. Table 3 shows the comparison of the total generation cost and execution time achieved by TLBO method with the popular methods, e.g. Piecewise Linear Iterative (PLI) [15] and Dynamic Programming-Sequential and Truncated Combination (DP-STC) [15] . The corresponding generation cost using the PLI and DP-STC is $795698.33 and $795489.09 respectively. The total operation cost considering start-up cost obtained by TLBO is $800158.869.

For the 26 unit system, the number of units committed for the entire scheduling period is shown in Figure 2. Figure 3 illustrates variation of load demand and the summation of the maximum capacity of the committed units for each hour in the entire time horizon. Figure 4 exemplify the generating units ON/OFF status of the 26 unit system for 24 hour horizon. Execution time complexity of each optimization method is very important for its application to real systems. Table 3 shows the execution time of 0.32 seconds which is less than the other methods in literature. The performance analysis of the test system involving CCF as considered by the authors of the present work being totally a new one, no comparison could be done with regard to the performance analysis results. The best, average and worst fuel costs among the 100 runs of algorithm satisfying the system constraints are listed in Table 4.

In this case, two criteria of goodness are considered. First, the popular “Mean” and “Standard Deviation” that has been used approximately in all of optimization algorithms are computed and listed in Table 4. The small

Figure 2. Number of units switched ON for 24 hours.

Figure 3. Power demand and sum of maximum capacity of committed units for 24 hours.

values of the standard deviation confirm the capability and reliability of the TLBO to find the best compromise solution. The success rate is defined as (RunSuccess/RunTot) x 100, where RunSuccess is the number of successful experiments which converge to the best solution within the range and RunTot is the total number of runs performed. Results of the success rate for 26-unit with cubic cost functions is 63% and is listed in Table 4 which demonstrates that TLBO has satisfactory success rate. From the results, it is clear that the proposed method is robust and it is applicable to practical systems.

Like other evolutionary algorithms, TLBO uses the stochastic techniques, thus randomness is an intrinsic feature of these techniques. Several runs with different initial learners have been conducted to test the performance and consistency of the proposed algorithm. The spread of best costs for 100 runs are calculated and graphically displayed in Figure 5 to illustrate the robustness of the proposed algorithm. To gain further insights into the solution quality of the test case, the obtained statistical results are reported in Table 4 by means of best, worst and average values. From the statistical results it is evident that the generation costs obtained by different trails are close to the best solution, thereby validating that the proposed method has the higher probability of attaining reliable and quality solution.

Figure 4. Units ON/OFF representation of 26 unit test system for 24 hours.

Table 1. Operation costs and available reserve for 24 hours.

Table 2. Optimal scheduling of modified IEEE-24 bus system.

Table 3. Comparison of best results obtained by different methods.

Table 4. Performance analysis of best feasible solution for 26 unit test system by TLBO.

Figure 5. Distribution of the best generation cost of each simulation run for 24 hours.

5. Conclusions

In this paper, a nature inspired TLBO technique has been proposed for solving unit commitment problem with ramp constraints on the thermal generating units involving cubic cost functions. The keys of the effectiveness of the approach are the efficient algorithm for ED problems with cubic cost equations recently proposed that exactly solves the UC problem involving non-convex higher order cost functions without any form of approximation. The sophisticated heuristics for producing a ramp feasible and demand feasible solution is developed. Solving ramp constrained UC problem turns out to be efficient with high provable accuracy on large scale realistic instances in reasonable computational time. The proposed TLBO-UC-CCF method remarkably reduces the generation cost and computation time, and yields more accurate generation scheduling, which shows its adaptability to any higher order generation cost functions.

Incorporating reserve constraints in the UC problem is usually difficult; indeed, they are often used in literature. However, extending our approach to reserve constrained UC with higher order cost functions is not straightforward, and it will be the subject of a future work.

Acknowledgements

The authors gratefully acknowledge the authorities of Annamalai University, Annamalai Nagar, Tamilnadu, India for the facilities provided to carry out this research work.

Conflicts of Interest

The authors declare no conflicts of interest.

References

[1] Wood, A.J. and Woolenberg, B.F. (1996) Power Generation, Operation and Control. Wiley, New York.
[2] Tong, S.K., Shahidehpour, S.M. and Ouyang, Z. (1991) A Heuristic Short-Term Unit Commitment. IEEE Transactions on Power Systems, 6, 1210-1216.
http://dx.doi.org/10.1109/59.119268
[3] Wang, C. and Shahidehpour, S.M. (1993) Effects of Ramp Rate Limits on Unit Commitment and Economic Dispatch. IEEE Transactions on Power Systems, 8, 1341-1350.
http://dx.doi.org/10.1109/59.260859
[4] Wang, S.J., Shahidehpour, S.M., Kirschen, D.S., Mokhtari, S. and Irisarri, G.D. (1995) Short Term Generation Scheduling with Transmission and Environmental Constraints Using an Augmented Lagrangian Relaxation. IEEE Transactions on Power Systems, 10, 1294-1301.
http://dx.doi.org/10.1109/59.466524
[5] Dudek, G. (2004) Unit Commitment by Genetic Algorithm with Specialized Search Operators. Electric Power Systems Research, 72, 299-308.
http://dx.doi.org/10.1016/j.epsr.2004.04.014
[6] Wang, L.F. and Singh, C. (2009) Unit Commitment Considering Generator Outages through a Mixed-Integer Particle Swarm Optimization. Applied Soft Computing, 9, 947-953.
http://dx.doi.org/10.1016/j.asoc.2008.11.010
[7] Eslamian, M., Hosseinian, S.H. and Vahidi, B. (2009) Bacterial Foraging-Based Solution to the Unit Commitment Problem. IEEE Transactions on Power Systems, 24, 1478-1488.
http://dx.doi.org/10.1109/TPWRS.2009.2021216
[8] Ebrahimi, J., Hosseinian, S.H. and Gharehpetian, G.B. (2011) Unit Commitment Problem Solution using Shuffled Frog Leaping Algorithm. IEEE Transactions on Power Systems, 26, 573-581.
http://dx.doi.org/10.1109/TPWRS.2010.2052639
[9] Abookazemi, K., Ahmad, H., Tavakolpour, A. and Hassan, M.Y. (2011) Unit Commitment Solution Using an Optimized Genetic System. International Journal of Electrical Power & Energy Systems, 33, 969-975.
http://dx.doi.org/10.1016/j.ijepes.2011.01.009
[10] Vaisakh, K. and Srinivas, L.R. (2011) Evolving Ant Colony Optimization Based Unit Commitment. Applied Soft Computing, 11, 2863-2870.
http://dx.doi.org/10.1016/j.asoc.2010.11.019
[11] Chandrasekaran, K., Hemamalini, S., Simon, S.P. and Padhy, N.P. (2012) Thermal Unit Commitment Using Binary/ Real Coded Artificial Bee Colony Algorithm. Electric Power Systems Research, 84, 109-119.
http://dx.doi.org/10.1016/j.epsr.2011.09.022
[12] Datta, D. and Dutta, S. (2012) A Binary-Real-Coded Differential Evolution for Unit Commitment Problem. International Journal of Electrical Power & Energy Systems, 42, 517-524.
http://dx.doi.org/10.1016/j.ijepes.2012.04.048
[13] Roy, P.K. and Sarkar, R. (2014) Solution of Unit Commitment Problem Using Quasi-Oppositional Teaching Learning Based Algorithm. International Journal of Electrical Power & Energy Systems, 60, 96-106.
http://dx.doi.org/10.1016/j.ijepes.2014.02.008
[14] Moon, Y.H., Park, J.K., Kook, H.J. and Lee, Y.H. (2001) A New Economic Dispatch Algorithm Considering Any Higher Order Generation Cost Functions. International Journal of Electrical Power & Energy Systems, 23, 113-118.
http://dx.doi.org/10.1016/S0142-0615(00)00043-0
[15] Lin, W.-M., Gow, H.-J. and Tsay, M.-T. (2007) A Partition Approach Algorithm for Non-Convex Economic Dispatch. International Journal of Electrical Power & Energy Systems, 29, 432-438.
http://dx.doi.org/10.1016/j.ijepes.2006.11.002
[16] Saber, A.Y., Chakraborthy, S., Abdur Razzak, S.M. and Senjyu, T. (2009) Optimization of Economic Load Dispatch of Higher Order General Cost Polynomials and Its Sensitivity Using Modified Particle Swarm Optimization. Electric Power Systems Research, 79, 98-106.
http://dx.doi.org/10.1016/j.epsr.2008.05.017
[17] Elanchezhian, E.B., Subramanian, S. and Ganesan, S. (2014) Economic Power Dispatch with Cubic Cost Models Using Teaching Learning Algorithm. IET Generation, Transmission & Distribution, 8, 1187-1202.
http://dx.doi.org/10.1049/iet-gtd.2013.0603
[18] Rao, R.V., Savsani, V.J. and Vakharia, D.P. (2012) Teaching-Learning-Based Optimization: An Optimization Method for Continuous Non-Linear Large Scale Problems. Information Sciences, 183, 1-15.
http://dx.doi.org/10.1016/j.ins.2011.08.006
[19] Sultana, S. and Roy, P.K. (2014) Optimal Capacitor Placement in Radial Distribution Systems Using Teaching Learning Based Optimization. International Journal of Electrical Power & Energy Systems, 54, 387-398.
http://dx.doi.org/10.1016/j.ijepes.2013.07.011
[20] Singh, M., Panigrahi, B.K. and Abhyankar, A.R. (2013) Optimal Coordination of Directional Over-Current Relays Using Teaching Learning-Based Optimization (TLBO) Algorithm. International Journal of Electrical Power & Energy Systems, 50, 33-41.
http://dx.doi.org/10.1016/j.ijepes.2013.02.011
[21] Patel, S.J., Panchal, A.K. and Kheraj, V. (2014) Extraction of Solar Cell Parameters from a Single Current-Voltage Characteristic Using Teaching Learning Based Optimization Algorithm. Applied Energy, 119, 384-393.
http://dx.doi.org/10.1016/j.apenergy.2014.01.027

Copyright © 2024 by authors and Scientific Research Publishing Inc.

Creative Commons License

This work and the related PDF file are licensed under a Creative Commons Attribution 4.0 International License.