MATLAB: Constrained pso : how to set initial population

constrained pso

hi, i tried
options = optimoptions('particleswarm', 'InitialPopulation', tous_xi);
where tous_xi contains initial positions, and i get the error :
'InitialPopulation' is not an option for PARTICLESWARM.
Can you help me to set that initial population? Thank you

Best Answer

InitialSwarmMatrix is the option