My algorithm has 2 variables , illumination level and cooling capacity, the lower and upper bounds are as follows: lb =[200,1.8]; ub =[500,17.5].
The objective function relies on these two variables to calculate the energy consumption of lighting and cooling and I'm using quadratic penalties.
After simulating the code on MATLAB , the best objective is a huge number and remains the same over 100 iterations.
I've tried to change the inertia weight,cognitive and social coefficient,but the results remain the same.
Therefore I would like to know if there are any things that I should consider in my algorithm to have relatable results.