constrained pso : Not enough input arguments.

hi, in my code, I use
[x, fval, exitflag] = pso(mapse_vu_sd, 7, [], [], [], [], ...
lx, ux, mapse_CNL_sd_c)
and I get the error :
Not enough input arguments.
Error in mapse_vu_sd (line 13)
X = x.*MX;
Error in essai_pso (line 27)
[x, fval, exitflag] = pso(mapse_vu_sd, 7, [], [], [], [], ...
Can you help me ? Thank you

 Akzeptierte Antwort

Walter Roberson
Walter Roberson am 29 Dez. 2016
Bearbeitet: Walter Roberson am 29 Dez. 2016

0 Stimmen

[x, fval, exitflag] = pso(@mapse_vu_sd, 7, [], [], [], [], ...
lx, ux, mapse_CNL_sd_c)

Weitere Antworten (0)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by