Error using fcnvectorizer (line 16)
The source code (C:\Program Files\MATLAB\R2020b\toolbox\globaloptim\globaloptim\private\fcnvectorizer.m) for the
parfor-loop that is trying to execute on the worker could not be found.
Error in stepGA (line 61)
nextScore = fcnvectorizer(pop,FitnessFcn,1,options.SerialUserFcn);
Error in galincon (line 67)
[score,population,state] = stepGA(score,population,options,state,GenomeLength,FitnessFcn);
[x,fval,exitFlag,output,population,scores] = galincon(FitnessFcn,nvars, ...
Error in CA_MW_E2E (line 82)
SMM_obj_func(param,mmts,'param_est',x,'parnames',estpar_names,'num_sim',num_sim),length(estpar_names),[],[],[],[],lb,ub,[],options_ga);
Undefined function 'G_w_inv_gip' for input arguments of type 'double'.
Error using remoteParallelFunction (line 84)
Worker unable to find file.
Undefined function 'G_w_inv_gip' for input arguments of type 'double'.
Failure in user-supplied fitness function evaluation. GA cannot continue.