EE486_Lect7_Solution Methods of ELD Problem – the Lambda Iteration Method
EE486_Lect7_Solution Methods of ELD Problem – the Lambda Iteration Method
1. Set λ
2. Calculate Pi for all i = 1,2,…,N
3. Calculate ε = PLoad – sum of all Pi
4. If abs(ε) < tolerance, get schedule
Else, project λ and repeat from
step 2
Lambda Iteration Approach cont..
While 𝜆H − 𝜆L > 𝜀 Do
𝜆M = (𝜆H + 𝜆L )/2
If σ𝑚 𝑀 H
𝑖=1 𝑃𝐺𝑖 (𝜆 ) − 𝑃𝐷 > 0 Then 𝜆 = 𝜆
M
Else 𝜆L = 𝜆M
End While
Lambda Iteration Example
In the lambda iteration method, the limits are taken into account
when calculating 𝑃𝐺𝑖 (𝜆):
𝑃𝐺𝑖 (𝟐𝟎) − 1000 = 𝑃𝐺1 (20) + 𝑷𝑮𝟐 (𝟐𝟎) + 𝑃𝐺3 (20) − 1000
𝑖=1
= 250 + 𝟏𝟎𝟎 + 200 − 1000
= −450 MW (compared to − 670MW)
𝑚