PSO IN APP DESIGNER

3 次查看(过去 30 天)
Riah Ann Fermin-Cayanan
I am creating a project in App Designer that needs optimization and I got an error saying (Unrecognized field name "Position").
% Update Velocity
particle(i).Velocity(y) = w*particle(i).Velocity(y) ...
+ c1*rand(VarSize).*(particle(i).Best.Position(y) - particle(i).Position(y)) ...
+ c2*rand(VarSize).*(GlobalBest.Position(y) - particle(i).Position(y));

回答(1 个)

Kumar Pallav
Kumar Pallav 2021-9-1
Could you share the code to analyze the issue further. The issue is caused if you are accessing a variable or property which is not defined or accesible.

类别

Help CenterFile Exchange 中查找有关 Particle Swarm 的更多信息

产品


版本

R2021a

Community Treasure Hunt

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

Start Hunting!

Translated by