Mini Projects - PSO Course - June2020
Mini Projects - PSO Course - June2020
Mini Projects - PSO Course - June2020
Gr. 1: Write MATLAB program to simulate the following unit commitment problem using
particle swarm optimization technique.
U3 are 400, 200, 100, 1, 1, 0. U 1 , U 2 and U 3 are commitment variable of the units corresponding
to unit-1, 2 and 3 respectively. The value of variables U is either 1 or 0. 1 stands for running
condition of the unit and 0 stands for off-line condition of the unit. Note that start-up cost of the
units are ignored for the mentioned problem. (After updating position variables for U at the end
of 1st iteration, do round off the values to obtain either 1 or 0)
Gr. 2: Write MATLAB program to simulate the following economic load dispatch problem
using binary coded genetic algorithm
F3 = 78 + 7.97 P3 + 0.00482 P32 $ / hr respectively are needed to be allocated to meet total load
demand of 850 MW. Consider initial value of generation for P1 , P2 and P3 are 300 MW, 200 MW
and 300 MW respectively.
Gr. 3: Write MATLAB program to simulate the following economic load dispatch problem
using particle swarm optimization technique
F3 = 78 + 7.97 P3 + 0.00482 P 3
2
$ / hr respectively are needed to be allocated to meet total load
demand of 850 MW. Consider initial value of generation for P1 , P2 and P3 are 300 MW, 200 MW
and 300 MW respectively.
M.Tech in PESE Subject: Power System Optimization
Gr. 4: Write MATLAB program to simulate the following economic load dispatch problem
using gradient search method
F3 = 78 + 7.97 P3 + 0.00482 P32 $ / hr respectively are needed to be allocated to meet total load
demand of 850 MW. Consider initial value of generation for P1 , P2 and P3 are 400 MW, 300 MW
and 150 MW respectively.
Power loss of the system is given by Ploss = 0.00003 P12 + 0.00009 P22 + 0.00012 P32
Gr. 5: Write MATLAB program to simulate the following economic load dispatch problem
using lamda iteration method
F3 = 78 + 7.97 P3 + 0.00482 P3
2
$ / hr respectively are needed to be allocated to meet total load
demand of 850 MW. Consider initial value of generation for P1 , P2 and P3 are 400 MW, 300 MW
and 150 MW respectively.
Power loss of the system is given by Ploss = 0.00003 P12 + 0.00009 P22 + 0.00012 P32