MATLAB: How can write PSO constraints

constraintsstability

Hi
I would like to stabilize the dc bus voltage using PSO algorithm
The objective function is minimize the voltage déviation f=min(dVdc)
with Vmin<Vdc<Vmax
how can this constraint
Thank you

Best Answer

Use the lower and upper bounds input argument, like shown in the documentation:
Related Question