Feeds
提问
why does this code give an error ( Undefined function or variable 'ObjectiveFunction'. Error in psi_kozhin (line 44) Swarm.Particles(k).O = fobj(currentX); )?
clear all close all clc % Define the details of the table design problem nVar = 2; ub = [10 10]; lb = [-10 -10]; fobj ...
5 years 前 | 1 个回答 | 0