Hi everyone, I am trying to implement a modified PSO algorithm to Dynamic Economic Load Dispatch Problem. Following is some important data:
P_min = [10, 20, 30, 40, 50];
P_max = [75, 125, 175, 250, 300];
No_of_Units = 5
No_of_Hours = 24
Power_demand: [410 435 475 530 558 608 626 654 690 704 720 740 704 690 654 580 558 608 654 704 680 605 527 463]; % in MW
I need help to initialize population random within the P_min and P_max, for each hour and each unit. ?