# Economic-Load-dispatch-using-Genetic-Algorithm **Repository Path**: wang_jin_lei/Economic-Load-dispatch-using-Genetic-Algorithm ## Basic Information - **Project Name**: Economic-Load-dispatch-using-Genetic-Algorithm - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-03-24 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Economic-Load-dispatch-using-Genetic-Algorithm An efficient optimization procedure based on genetic algorithm for the solution of economic load dispatch Economic Load Dispatch (ELD) is a phenomenon where an optimal combination of power generating units are selected so as to minimize the total fuel cost while satisfying the load demand & several operational constraints. Total Cost of Poduction (C)= Σ PiCi For Electric Demand of (D) where, Pi = real power output of Generator i (in MW), D = total demand (in MW), Ci = Cost Function for ith Generator # Constraints min_i ≤ Pi ≥ max_i ΣPi = D # Plot ![image](https://user-images.githubusercontent.com/58733201/74538857-0efc6500-4f63-11ea-8024-dbc2a5f4aa0c.png) Plot may be changed everytime as most of the things in Genetic Algorithms are assigned randomly.