필터 지우기
필터 지우기

Error due to multiple causes in implementing optimization algorithm (PSO)

조회 수: 2 (최근 30일)
muhammad usama
muhammad usama 2023년 5월 22일
댓글: Sathvik 2023년 5월 31일
I am currently working on a research project involving particle swarm optimization (PSO) applied to a Simulink model for control system optimization. However, I am encountering an error that I am unable to resolve on my own. Given your expertise and experience in the field, I was hoping you could provide some guidance or insights to help me overcome this issue.
I'm dynamically updating the gains values for outer speed control loop of pmsm field oriented control. the optimisation algorithm works really well in cascaded linear control design and optimise PI gains of speed controller by minimizing the error(ITAE).
But model predictive control as a current loop and PI control as a speed loop and the optimisation algorithm doesnt works and gave the error under same condition employed for cascaded linear control design.
the error message is attached for better undersanding of the problem and any guidance in this regards
Error using pso_mpc_nn>fobj
Error due to multiple causes.
Error in pso_mpc_nn (line 37)
swarm{particle,errCol} = fobj(); - Show complete stack trace
Caused by:
Error using pso>fobj
Error evaluating parameter 'P' in 'SPMSM/PSO1' - Show complete stack trace
Error using pso>fobj
Undefined variable 'swarm'. - Show complete stack trace
Error using pso>fobj
Error evaluating parameter 'I' in 'SPMSM/PSO1' - Show complete stack trace
Error using pso>fobj
Undefined variable 'swarm'. - Show complete stack trace
the evaluating parameters are carefully assigned in simulink pso1 block but still it show the error undefined variables. swar = {} ;i s also define at the start of the code

답변 (0개)

카테고리

Help CenterFile Exchange에서 Particle Swarm에 대해 자세히 알아보기

제품


릴리스

R2023a

Community Treasure Hunt

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

Start Hunting!

Translated by