Say, I select 50 generation for Genetic Algorithm. I choose multi-objective (Power loss and voltage)

Step 1:

(a) To obtain minimum and maximum value after 50 generation, run the algorithm for single objective (Power loss).

(b) Obtain minimum and maximum value after 50 generation, Run the algorithm for single objective (Voltage).

Step 2: say, Power loss range [1100 kW to 3500 kW] and the voltage range [15 A to 100 A]. Both are not in same scale. So, normalization is required. And multiply the weighting factor (W1 and W2, W1+W2 = 1).

So, for multi-objective

F_obj = W1 * [(Power loss_each generation – 1100)/ (3500 – 1100)]

+ W2 * [(Voltage_each generation – 15)/ (100 -15)]

But how to choose suitable value of W1 and W2?

It is also advised that vary W1 from 0 to 1 while W1+W2 = 1. If I do so, I need a fixed value of Power loss and voltage whereas power loss and voltage values are changing at each generation.

More Md RABIUL Islam's questions See All
Similar questions and discussions