Electric Vehicle Charge Station MATLAB Code - IEEE 33 - PSO Algorithm
Base Case without optimizatin is totally free.
Case using PSO algorithm is paid.
%% Problem Definition
nVar=Num_EV; % Number of Decision Variables (EV Station)
LC=[2 19 20 21 22 22 22 22 22
3 23 24 25 25 25 25 25 25
4 5 6 26 27 28 29 31 33
9 10 11 12 12 12 12 12 12
13 14 15 16 17 18 18 18 18]; % Bus of Each Region
VarSize=[1 nVar]; % Size of Decision Variables Matrix
VarMin=[1 1 1 1 1]; % Decision Variables Lower Bound Size of DG
VarMax=[9 9 9 9 9]; % Decision Variables Upper Bound Size of DG
Add to wishlist