Hello all,
I am dealing minimization problem for sizing of PV and ESS . I am using particle swarm optimization algorithm as solver (matlab).
Initially i set the lb and ub to very large number and then started trying out the different values finally arrived at lb:[20 4];Ub:[35 8].
It worked fine. Now when i change the variables like EV battery capacity , no of people , the simulation doesn't end. It keeps going on and on . a)I have some important variables like no of people to decide the load consumption. please find the attached file to have a look at the functions modeledb)Ev capacity, etc
1) What is the logic behind setting the bounds in PSO ?
2) If the variables are changed are the logics too to be changed accordingly ? i mean every time i change the ev battery capacity should the crate , etc needed to be changed?
3) How to assess the authenticity of results ?
thanks in advance !