This repository contains the source code for “Thompson sampling efficient multiobjective optimization” (TSEMO).
BSD 2-Clause "Simplified" License
93
stars
16
forks
source link
Unrecognized function or variable 'getIpOptions' #5
Closed
Theo3199 closed 4 years ago
Hey ! New little error which migh come from me : Do you know if it's due to any of the files in the .ZIP ? I never had this issue before : "
Error in fmincon (line 822) options = getIpOptions(options,sizes.nVar,mEq,flags.constr,defaultopt,10,0.01);
Error in TSEMO_V4>TrainingOfGP (line 396) hypResult = fmincon(obj_fun.f,x0,[],[],[],[],lb,ub,[],LSoptions);
Error in TSEMO_V4 (line 49) Opt.GP(j).hyp = TrainingOfGP(Xnew,Ynew(:,j),Opt.GP(j));
Error in TSEMO_Example (line 34) [Xpareto,Ypareto,X,Y,XparetoGP,YparetoGP,YparetoGPstd,hypf] = TSEMO_V4(f,X,Y,lb,ub,opt);
"