shutdown schedule for generators to meet the forecasted load demand and spinning ... problem, the on/off scheduling problem of generators and real power ...
World Applied Sciences Journal 30 (12): 1826-1833, 2014 ISSN 1818-4952 © IDOSI Publications, 2014 DOI: 10.5829/idosi.wasj.2014.30.12.1892
Genetic Algorithm Based Generator Scheduling-A Review Syed Basit Ali Bukhari, Aftab Ahmad, Syed Auon Raza and Atta Ul Munim Zaki Department of Electrical Engineering, University of Engineering and Technology Taxila, Pakistan Abstract: Generator Scheduling (GS) problemis a non-linear, mixed integer, combinatorial and constrained optimization problem. The main objective of generator scheduling is to prepare the most economic startup and shutdown schedule for generators to meet the forecasted load demand and spinning reservefor a scheduled time horizon while satisfying various constraints. GS problemcan be realized as two interlinked optimization problem, the on/off scheduling problem of generators and real power allocation problem. A feasible generators schedule must satisfy various system and plant constraints.Variousoptimization approaches have been developed for generator scheduling problem. Natural evolution based techniques are widelyusedto obtain global optimal solution. Genetic algorithm is one of the evolutionary technique. This paper presents a comprehensive review on genetic algorithm based generator scheduling problemsolution. A surveyof all of research papers up to 2013 on this topic is given. Key words: Unit commitment (UC) Optimization methods scheduling Constraint satisfaction INTRODUCTION Generator scheduling problem (GSP) in the power system determines hourly on/off schedules for the generators with their power output over a specified time horizon. The objective of generator scheduling is minimize the total operating cost of system while satisfying different system, envoirment and unit constraints. Mathematically it is a complex non-linear combinatorial optimization problem.The exponential increasein search space with number of generating units and various system, environmentaland unit constraint make the GS problem a complex optimization problem. The exact optimal solution for GSP can be obtained by complete enumeration but this is not applicable to large systems because it requires exhaustive computational time. So different techniques have been developed to solve this problem [1, 2]. These techniques can broadly classified as deterministic, meta-heuristic and hybridized approaches. Deterministic approaches such as Integer programming, dynamic programming (DP), branch and bound method have a problem of dimensionality [3-5]. These method requires high computational time and
Genetic Algorithm (GA)
Generation
computer memory. So different heuristic approaches such as priority list [6], modified DP and Langrangian relaxation (LR) [7, 8] have been developed to reduce the computational time and search space. But these techniques find solution that is far away from global optimal solution. To obtain a global optimal solution in reasonable computational time meta-heuristic techniques have been developed and most widely used for generator scheduling. Simulated annealing is a stochastic approach and finds global optimum solution but in more computing time. Artificial neural network, Particle Swarm optimization, Ant colony, evolutionary programming, tabu search and Genetic algorithm are some random search technique and give more feasible and near-optimal solutions [9-13]. Hybrid techniques are the combination of deterministic and meta-heuristic approaches and are extensively used to solve UCP [12, 14-16]. Generator Scheduling Mathematical Formulation Objective Function: The objective of the generator scheduling is to minimize the total production cost and mathematically given as follow.
Corressponding Author: Syed Basit Ali Bukhari, Department of Electrical Engineering, University of Engineering and Technology Taxila, Pakistan. Cell: +923000926502.
1826
World Appl. Sci. J., 30 (12): 1826-1833, 2014
= MinTC
T
N
∑∑ui (t ) F ( pi (t ) + ui (t ) (1 − ui (t − 1) ) C (tioff ) =t 1 =i 1
(1)
Here T defines the scheduling period, N defines no. of generating units, ui(t) is the status of unit at specified period, SC(tioff) represents the transition cost andF(Pi) is the operating cost of a unit for a specified time interval and it is given as follow. F ( Pi ( t ) ) = i+
where i, iand
i Pi i
(t ) +
i Pi
2
(t )
Fig. 1: No. of papers published each year on UCP basedon GA
(2)
are machine constants.
Constraints Real Power Balance Constraint: Total power generated at time t must be equal to the load demand at that time. ∀t :
N
Pd (t ) ∑ ui (t ).Pi (t ) =
Genetic Algorithm: Genetic algorithm isa stochastic search technique established on natural evolution principle. Genetic algorithm is a particularclass of evolutionary algorithms that use techniques inspired by evolutionary biology such as inheritance, mutation, selection and recombination. A typical genetic algorithm requires two things to be defined:
(3)
A genetic representation of the solution domain. A fitness function to evaluate the solution domain.
i =1
Here Pd(t) represents the demand at time t. Spinning Reserve: To increase reliability of system there must be some extra power available in the system for emergency conditions such as load forecast error, generator failure and generator shortage. ∀t :
N
∑ui (t ) Pimax ≥ Pd (t ) + PR ( t )
(4)
i =1
Here Pimax is the maximum power that a unit generate andPR(t) represents the spinning reserve at time t. Generation Output Limits: Pimin ≤ Pi ( t ) ≤ Pi max
(5)
Initial population is randomly generated and Genetic operators such as cross over, mutation are used to produce the off springs. A crossover operator exchanges information between two different chromosome and mutation randomly changes the value of one or more strings and is used to search theunexplored search space. Several other operators have been developed to enhance the performance of GA. Although the work on genetic algorithm based optimization started in 80’s but Research papers regarding genetic algorithm for solving unit commitment problem has been found from year 1993. Figure 1 indicates the no. of research papers on unit commitment using GA from 1993 to present. Genetic algorithm techniques for solving generatorscheduling/unit commitment problem can be categorized in:
where Pimin and Pimax are the minimum and maximum power generation limits.
Traditional Genetic algorithm Hybridized genetic algorithm approaches (combination of genetic algorithm and other techniques)
Minimum Up-Time Constraints(MUT): X ion ≥ Tion
(6)
Minimum Down-Time Constraints(MDT): X ioff ≥ Tioff
(7)
Application of Genetic Algorithm for Generator Scheduling: D. Dasgupta, et al. [17] proposed simple genetic algorithm for determining the near optimal solution for the unit commitment planning. Penalty function is used in this approach for constraint violation.
1827
World Appl. Sci. J., 30 (12): 1826-1833, 2014
An elitism scheme is proposed so that the best solution are copied in a group and passed to next step. The scheme was implemented on 10 generators over time base of 24-hours. The work of Dasgupta was extended byX. Ma, et al. [18]. The results of genetic algorithm approach to solveGenerator scheduling problem were improved by using two point crossover.A forced mutation operator was proposed forhandling constraints. Two types of coding scheme with different string length were used. The scheme having smaller string length was found best for 10 unit system. The introduction of forced mutation operator improved the performance of the algorithm. In [19] a new coding scheme for UC variables was developed in GA. In the proposed coding scheme MUT/MDT constraints were directly integrated in the binary string which was used torepresent the on/off status of unit. Other constraints like splining reserves, power balance etc. were handled by adding a fixed Penalty term in objective function. Test results for 38-units practical system showthe proficiency of proposed approach. The search space and results of traditional genetic algorithm were improved by T.M. Field [20]. A new domain specific operator for flipping of a bit and multi UC scheduling was proposed. Multi scheduling with different reserve help the utility while choosing economical scheduling. S. Orero et al. [21] developed the genetic algorithm to handle unit ramps rate limits while solving UCP. Ramping was considered only in generation scheduling and not in economic dispatch sub problem. Quadratic loss factor for MUT/MDT handling and an absolute value penalty factor for the spinning reserve/load demand constraint violation are used in proposed strategy. The robustness of the algorithm depends on the selection and grading of the penalty factors. The scheduling was obtained for 26 generators. In [22] the author used a mixed binary and decimal coding scheme in genetic algorithm to solve UCP. Total operating cost based penalty less fitness function has been used in this strategy. The combinatorial problem was solved by GA and quadratic programming was used for generation allocation. Simulation results show that the scheme produced global optimal solution in a reasonable CPU time. For constraint optimization in genetic algorithm a dynamic fitness function method was proposed by V. Petridis [23]. To generate only feasible solution
domain specific recombination and permutation operators were proposed. A new decoding scheme is designed to reduce the probability of generating infeasible solution. Penalized value depending upon the degree of violation is added in the objective function for constraint handling. Results show superiority of proposed method compared with non-varying fitness function strategies. T. Senjyu, et al. [24] presented a new GA, in which he developed unit characteristics based operator and intelligent technique for producing initial population. The initial population was produced base on load curve data for the feasible initial population generation. New shift, intelligent mutation and crossover operator were introduced. Unit were classified in different groups based on MUT/MDT constraint. The scheduling is obtained up to 100-generators over a time of 24-hours. In [25] the suitability of parallel repair GA for generation planning were discussed in detail. The approach gave a model framework that was less restrictive compared to DP and LR. A hybrid parallel model was developed to avoid local convergence and to minimize Computing time. A comparison of results of LR method and proposed genetic algorithm, demonstrate the performance of proposed strategy. A new scheme was applied in [26] for chromosome representation and encoding the variables for solving large scale commitment problem. To ensure the feasible solution genetic operators were applied after the satisfaction of power balance constraint. Remaining constraints were added in the objective function. Schedule for 10-generators was obtained over a time span of 24-hour. I.G. Damousis, et al. [27] proposed a new solution for UCP based on the integer coded GA in which string size and computational time is reduced as compared to binary coded GA. To avert distortion in the search space created from the penalty function method used for constraint violation, MUT/MDT were directly coded in the chromosome. Unit swapping operator and Excessivereserve elimination operator were proposed to improve the performance of ICGA. In [28] some new search operators were introduced in genetic algorithm to obtain generator scheduling. The proposed strategy uses Production cost, Unit startup cost and load demand for defining mutation probability. Repair algorithm was used to handle system and unit constraints. The schedule was obtained for a practical
1828
World Appl. Sci. J., 30 (12): 1826-1833, 2014
system consisting of 12-generators. The proposed algorithm produced near optimal solution but consumed more time. In [29]a genetic algorithm for solving large scale UCP was presented. To increase computational speed and to handle the MUT/MDT constraint, units having similar characteristics were clustered in a group and then genetic algorithm was applied to obtain the generator schedule. Test results had showed an improvement in the cost compared with cost obtained traditional GA. T. Wei, et al. [30] updated the result of genetic algorithm by using adaptive crossover rate that varies with the maximum colony adaptation and the average colony adaptation degree of each generation. Rate of variation was adjusted by evolutionary generation and colony adaptation degree. The approach was found to be more precise and good convergent than simple GA. In [31] a real coded GA and hybrid Taguchi GA method was applied to solve the UCP. The Taguchi technique was used to enhance the offspring’s quality created from crossover and mutation operation. The proposed strategy not only enhanced search space but also produced optimal solution with improved convergence. Results indicated that the HTGA had improved efficiency as compared real genetic algorithm. An optimal unit commitment schedule using genetic algorithm was developed by the author in [32]. A hill climbing method is applied to improve the performance of genetic algorithm. The proposed strategy combined the features of accelerated search and easy convergence. Test results revealed that the approach has better practical value for optimal generator unit commitment problem with good sharpness and high flexibility. In [33]a three dimensional matrix based GA approachwas proposed for representation of chromo some and unit commitment schedule. The strategy used Binary coded GA for UCP and real coded GA for EDP. To ensure the feasibility of solution power balance constraint was satisfied prior to genetic operation. Tests on 10-generators revealed the feasibility of proposed method. In [34] a new integer coded GA was applied for generation planning. A hybrid crossover based on average modified bound and swapped operator and a hybrid uniform and non-uniformed mutation operator were proposed. Test results for system up to 300generators are given and justify the efficiency of proposed approach.
A new genetic algorithm using parallel structure was proposed to handle the constraint violation and solution infeasibility [35]. The proposed approach used unit characteristics classification and computational method to attain better results. By using parallel structure the computation time was much reduced compared to traditional GA method. In [36] the author proposed a genetic algorithm based approach to solve the UCP in which Optimal flow of power with line constraints is also included. In first step UC scheduling was obtained with prevailing constraint and in the second step line constraint violations were reduced using genetic algorithm based optimal power flow. A practical system with 12-generators, 66 buses and 93 transmission lines was used to test the effectiveness of proposed approach. In [37] the author used deterministic genetic algorithm to solve unit commitment. A deterministic selection procedure and an annular crossover operator was proposed to avoid premature convergence. Increased possibility of genetic information exchange was achieved by proposed annular crossover operator. A repair algorithm was used for constraint handling. A better convergence was obtained by proposed strategy when compared with traditional GA approaches. A parallel structure integrated with improved and optimized genetic algorithm was proposed in [38]. The proposed approach effectively handles the infeasibility of the solution. An intelligent mutation and a scaling function for selection in each generation was proposed. The strategy gave better economy, speedy GA performance and increased probability to find global optimal feasible solution. In [39] author applied genetic algorithm to solve multi objective function optimization problem. Unit commitment problem along with constraint emission was discussed in the proposed strategy. To handle minimum up time and minimum down time constraints in genetic algorithm the integer base coding method was proposed for generating initial feasible solution. No penalty function was used for MUT/MDT constraints. Constrained Emission was also considered in proposed approach.Commitment schedule over 24 hours was obtained for 10-generators. Test results provide evidence for the effectiveness of the proposed approach. An intelligent coding scheme for genetic algorithm was proposed by D. Sundararajan, et al. [40] to solve the scheduling problem. The Minimum up time and minimum
1829
World Appl. Sci. J., 30 (12): 1826-1833, 2014
down time constraint were satisfied by proposed intelligent coding scheme. Penalty parameter constraint handling technique was used to obtain a satisfactory balance of power constraints. The scheme produced much improved results for 10 and 26-generators over 24 hours. The startup and shut down time in genetic algorithm were represented in the binary strings of variables in [41]. Penalty function method was used to handle other constraint. A new operator known as transportation operator was proposed. Exchange of information takes place between chromosomes of two randomly chosen units. The proposed approach helped in improving the computational efficiency genetic algorithm. An improved genetic algorithm with an approach to solve both real and integer parts of the UCP was proposed in [42]. Ramp rate constraints are also incorporated in the proposed strategy. Multi point variable crossover technique was used. Experiments were performed up to 100-units and performance of proposed strategy was found satisfactory. Application of Hybridized GA for Generator Scheduling: X-Qiang, et al. [43] developed a dynamic programming crossover operator to create off springs. The DP is included in place of crossover parameter without affecting the GA and DP algorithm. The proposed approach uses dynamic programming on genetic algorithm based parent population to produce new chromosome. The penalty function or repair algorithm was not used for handling constraints as DP crossover generates the feasible off springs if the initial population satisfy the constraints. The approach worked well for non-linear optimization problem. A genetic based neural network and dynamic programming (DP) strategy was proposed by H. Shyh-Jier [44]. At initial phase a genetic based enhanced neural network was applied to generate the initial commitment schedule and then DP was used to ameliorate this schedule. Computation performance of proposed method was more compared to other approaches. A.H. Mantawy, et al. [45] developed hybrid method using genetic algorithm and tabu search method. The solution was coded as combination of binary number and decimal number to save memory and to reduce the computation time for the GA. The approach uses genetic algorithm for generation of initial population and tabu search algorithm in the reproduction phase. The proposed method reduces the probability of premature convergence of genetic algorithm.
T. Takata, et al. [46] presented a hybrid genetic algorithm and langrangian relaxation technique for solving unit commitment problem. To overcome the limitations of Langrangian Relaxation in handling constraint genetic algorithm was employed. In Genetic algorithm constraint satisfaction can easily be obtainedby simply adding penalty factor in the objective function. Moreover, the introduction of heuristics to facilitate genetic manipulation of the string, which improved the efficiency of the optimization. Simulation results had shown that this method was effective in solving practical UCP. In [47] a hybrid fuzzy logic and genetic algorithm was developed to solve the generator scheduling problem. The fuzzy logic based model was proposed to deal with load balance and spinning reserve constraint and to calculate penalty term for other constraint handling. GA was then used for generation planning. A high quality solution was obtained from proposed approach compared to results obtained from traditional GA, LR and integer programming. A hybrid approach containing genetic algorithm and simulated annealing was developed to obtain the unit on/off scheduling in [48]. The proposed approach increases the speed of SA and improves the performance of genetic algorithm. Scheduling was obtained for a practical system of 40-generators. A chaos search immune algorithm embedded in the genetic algorithm was proposed by C.C. Liao in [49]. Initially immune and genetic algorithm were nested then the fuzzy logic and chaos search was implemented to solve the UC problem. Crossover and mutation probability are changed from constant value to varying value and calculated by using fuzzy logic. The proposed strategy guaranteed Global optimal convergence of solution. Test results showed the proficiency of proposed method. A fuzzy logic to make the fuzzy based unit commitment model and genetic based approach for scheduling was proposed by A.H. Mantawy [50]. The model takes the uncertainty in the expected load demand and spinning reserve in the framework of fuzzy. A penalty term is calculated by the proposed fuzzy model to converge the solution to more optimal solution. The economic dispatch part of problem was solved by dynamic programming. A two-layer strategy consisting of genetic algorithm and improved lambda iteration was presented by the author in [51]. Unit level and population level crossover were introduced to increase the search space. A swap
1830
World Appl. Sci. J., 30 (12): 1826-1833, 2014
mutation operator was proposed for committing the unit on/off based on unit’s FLAPC. Lambda iteration approach was used for power allocation. J. Zhang, et al. [52] developed a hybrid genetic algorithm and particle swarm optimization. The approach uses genetic algorithm for optimizing unit commitment problem and particle swarm optimization for economic load dispatch problem. Probability of Local optimal convergence is prevented by using PSO. Feasible UC scheduling is obtained for 10-generator over a time horizon of 24-hours.
7.
CONCLUSION
10.
8.
9.
Generation scheduling is very critical in daily operation of power system. The optimal Generator scheduling gives significant production cost savings. A comprehensive review genetic algorithm based generator scheduling is discussed in this paper. The GA approach has been found very effective to find an optimal solution. The GA based techniques not only produce better solution but also reduces the computational time and search effort. Various GA based schemes are discussed in this paper and it is found that intelligent genetic algorithm, parallel structure genetic algorithm and hybrid GA techniques appear to be best among all proposed GA strategies. REFERENCES 1.
2.
3.
4.
5.
6.
11.
12.
13.
14.
Yamin, H., 2004. Review on methods of generation scheduling in electric power systems. Electric Power Systems Research, 69(2): 227-248. Padhy, N.P., 2004. Unit commitment-a bibliographical survey. Power Systems, IEEE Transactions on, 19(2): 1196-1205. Lowery, P., 1966. Generating unit commitment by dynamic programming. Power Apparatus and Systems, IEEE Transactions on, 5: 422-426. Takriti, S. and J.R. Birge, 2000. Using integer programming to refine Lagrangian-based unit commitment solutions. Power Systems, IEEE Transactions on, 15(1): 151-156. Chen, C.L. and S.C. Wang, 1993. Branch-and-bound scheduling for thermal generating units. Energy Conversion, IEEE Transactions on, 8(2): 184-189. Senjyu, T., K. Shimabukuro, K. Uezato and T. Funabashi, 2003. A fast technique for unit commitment problem by extended priority list. Power Systems, IEEE Transactions on, 18(2): 882-888.
15.
16.
17.
18.
1831
Ouyang, Z. and S. Shahidehpour, 1991. An intelligent dynamic programming for unit commitment application. Power Systems, IEEE Transactions on, 6(3): 1203-1209. Ongsakul, W. and N. Petcharaks, 2004. Unit commitment by enhanced adaptive Lagrangian relaxation. Power Systems, IEEE Transactions on, 19(1): 620-628. Zhao, B., C. Guo, B. Bai and Y. Cao, 2006. An improved particle swarm optimization algorithm for unit commitment. International Journal of Electrical Power & Energy Systems, 28(7): 482-490. Sum-Im, T. and W. Ongsakul, 2003. Ant colony search algorithm for unit commitment. In the proceedings the 2003 Industrial Technology, 2003 IEEE International Conference on, pp: 72-77. Juste, K., H. Kita, E. Tanaka and J. Hasegawa, 1999. An evolutionary programming solution to the unit commitment problem. Power Systems, IEEE Transactions on, 14(4): 1452-1459. Victoire, T. and A. Jeyakumar, 2005. Unit commitment by a tabu-search-based hybrid-optimisation technique. In the proceedings the 2005 Generation, Transmission and Distribution, IEE Proceedings, pp: 563-574. Mantawy, A., Y.L. Abdel-Magid and S.Z. Selim, 1998. A simulated annealing algorithm for unit commitment. Power Systems, IEEE Transactions on, 13(1): 197-204. Nayak, R. and J. Sharma, 2000. A hybrid neural network and simulated annealing approach to the unit commitment problem. Computers & Electrical Engineering, 26(6): 461-477. Rajan, C.C.A. and M. Mohan, 2004. An evolutionary programming-based tabu search method for solving the unit commitment problem. Power Systems, IEEE Transactions on, 19(1): 577-585. Rajan, C.A., M. Mohan and K. Manivannan, 2003. Neural-based tabu search method for solving unit commitment problem. IEE Proceedings-Generation, Transmission and Distribution, 150(4): 469-474. Dasgupta, D. and D.R. McGregor, 1993. Short term unit-commitment using genetic algorithms. In the proceedings the 1993 Tools with Artificial Intelligence, 1993. TAI'93. Proceedings., Fifth International Conference on, pp: 240-247. Ma, X., A. El-Keib, R. Smith and H. Ma, 1995. A genetic algorithm based approach to thermal unit commitment of electric power systems. Electric Power Systems Research, 34(1): 29-36.
World Appl. Sci. J., 30 (12): 1826-1833, 2014
19. Yang, H.T., P.C. Yang and C.L. Huang, 1995. Applications of the genetic algorithm to the unit commitment problem in power generation industry. In the proceedings the 1995 Fuzzy Systems, 1995. International Joint Conference of the Fourth IEEE International Conference on Fuzzy Systems and The Second International Fuzzy Engineering Symposium., Proceedings of 1995 IEEE International Conference on, pp: 267-274. 20. Maifeld, T.T. and G.B. Sheble, 1996. Genetic-based unit commitment algorithm. Power Systems, IEEE Transactions on, 11(3): 1359-1370. 21. Orero, S. and M. Irving, 1996. A genetic algorithm for generator scheduling in power systems. International Journal of Electrical Power & Energy Systems, 18(1): 19-26. 22. Mantawy, A., Y.L. Abdel-Magid and S.Z. Selim, 1997. A New Genetic Algorithm Approach for Unit Commitment. 23. Petridis, V., S. Kazarlis and A. Bakirtzis, 1998. Varying fitness functions in genetic algorithm constrained optimization: the cutting stock and unit commitment problems. Systems, Man and Cybernetics, Part B: Cybernetics, IEEE Transactions on, 28(5): 629-640. 24. Senjyu, T., H. Yamashiro, K. Uezato and T. Funabashi, 2002. A unit commitment problem by using genetic algorithm based on unit characteristic classification. In the proceedings the 2002 Power Engineering Society Winter Meeting, 2002. IEEE, pp: 58-63. 25. Arroyo, J.M. and A.J. Conejo, 2002. A parallel repair genetic algorithm to solve the unit commitment problem. Power Systems, IEEE Transactions on, 17(4): 1216-1224. 26. Swarup, K. and S. Yamashiro, 2002. Unit commitment solution methodology using genetic algorithm. Power Systems, IEEE Transactions on, 17(1): 87-91. 27. Damousis, I.G., A.G. Bakirtzis and P.S. Dokopoulos, 2004. A solution to the unit-commitment problem using integer-coded genetic algorithm. Power Systems, IEEE Transactions on, 19(2): 1165-1172. 28. Dudek, G., 2004. Unit commitment by genetic algorithm with specialized search operators. Electric Power Systems Research, 72(3): 299-308. 29. Senjyu, T., A. Saber, T. Miyagi, K. Shimabukuro, N. Urasaki and T. Funabashi, 2005. Fast technique for unit commitment by genetic algorithm based on unit clustering. IEE Proceedings-Generation, Transmission and Distribution, 152(5): 705-713.
30. Wei, T., 2006. Unit Commitment of Power System Based on Improved Genetic Algorithm. Electrotechnical Application, 1 023. 31. Chen, C.Y., 2006. Integration of Genetic Algorithm and Taguchi Method for Thermal Unit Commitment. 32. Jia, J. and J.F. Zhang, 2007. Research on Generator Unit Optimal Commitment Based on the Genetic Algorithm. Journal of Hohai University Changzhou, 1 003. 33. Wen-Ping, C. and L. Xian-Jue, 2008. Application of double matrix hybrid coded genetic algorithm in unit commitment. In the proceedings the 2008 Electricity Distribution, 2008. CICED 2008. China International Conference on, pp: 1-6. 34. Amjady, N. and A. Shirzadi, 2009. Unit commitment using a new integer coded genetic algorithm. European Transactions on Electrical Power, 19(8): 1161-1176. 35. Abookazemi, K., M.W. Mustafa and H. Ahmad, 2009. Structured genetic algorithm technique for unit commitment problem. International Journal of Recent Trends in Engineering, 1(3): 135-139. 36. Senthil, Kumar V. and M. Mohan, 2010. Solution to security constrained unit commitment problem using genetic algorithm. International Journal of Electrical Power and Energy Systems, 32(2): 117-125. 37. Pavez-Lazo, B. and J. Soto-Cartes, 2011. A deterministic annular crossover genetic algorithm optimisation for the unit commitment problem. Expert Systems with Applications, 38(6): 6523-6529. 38. Abookazemi, K., H. Ahmad, A. Tavakolpour and M.Y. Hassan, 2011. Unit commitment solution using an optimized genetic system. International Journal of Electrical Power & Energy Systems, 33(4): 969-975. 39. Shobana, S. and R. Janani, Optimization of Unit Commitment Problem and Constrained Emission using Genetic Algorithm. 40. Dhanalakshmi, S., S. Baskar, S. Kannan and K. Mahadevan, 2013. Generation scheduling problem by intelligent genetic algorithm. Computers & Electrical Engineering, 39(1): 79-88. 41. Dudek, G., 2013. Genetic algorithm with binary representation of generating unit start-up and shut-down times for the unit commitment problem. Expert Systems with Applications. 42. Datta, D., 2013. Unit commitment problem with ramp rate constraint using a binary-real-coded genetic algorithm. Applied Soft Computing.
1832
World Appl. Sci. J., 30 (12): 1826-1833, 2014
43. Cai, X.Q. and K.M. Lo, 1997. Unit commitment by a genetic algorithm. Nonlinear Analysis: Theory, Methods & Applications, 30(7): 4289-4299. 44. Huang, C.L., 1997. Application of genetic-based neural networks to thermal unit commitment. Power Systems, IEEE Transactions on, 12(2): 654-660. 45. Mantawy, A., Y.L. Abdel-Magid and S.Z. Selim, 1999. A new genetic-based tabu search algorithm for unit commitment problem. Electric Power Systems Research, 49(2): 71-78. 46. Takata, T., J. Takahashi, H. Yokoi, H. Nakano, M. Aoyagi, M. Kato, K. Shimada and J. Arai, 1999. Advanced method for unit commitment problem using genetic algorithm and mathematical programming. Transactions-institute of Electrical Engineers of Japan B, 119: 333-343. 47. Mantawy, A., 2000. A genetic-based algorithm for fuzzy unit commitment model. In the proceedings the 2000 Power Engineering Society Summer Meeting, 2000. IEEE, pp: 250-254.
48. Cheng, C.P., C.W. Liu and C.C. Liu, 2002. Unit commitment by annealing-genetic algorithm. International Journal of Electrical Power & Energy Systems, 24(2): 149-158. 49. Liao, G.C. and T.P. Tsao, 2004. Application embedded chaos search immune genetic algorithm for short-term unit commitment. Electric Power Systems Research, 71(2): 135-144. 50. Mantawy, A., 2004. A genetic algorithm solution to a new fuzzy unit commitment model. Electric Power Systems Research, 72(2): 171-178. 51. Kumar, V.S. and M. Mohan, 2008. Genetic Algorithm with Improved Lambda-Iteration Technique to solve the Unit Commitment Problem. proc. of Intl. Journal on Electrical and Power Engineering, 2(2): 85-91. 52. Zhang, J., T.Q. Liu, P. Su and X. Zhang, 2009. Unit commitment optimization based on genetic algorithm and particle swarm optimization hybrid algorithm [J]. Power System Protection and Control, pp: 9.
1833