I’m running a problem for which i suspect it will yield a solution by setting the tolerance somewhat below the default.
I’m having trouble implementing the option stated in the manual (option convergence_tolerance = 1e-5)
Anyone know the right syntax for this?
Thanks!
PS. the program is stated right here
model ras
/
EQ_VKMTARGET
EQ_TOTALDISTANCE
EQ_SSQ
/
;
KMCAR_NEW.L(arrv,arra,geo,road,mode) = 1;
KMCAR_NEW.LO(arrv,arra,geo,road,mode) = 0.1;
KMCAR_NEW.FX(arrv,arra,geo,road,mode)$(sum((motief),KMCAR_DAL_PLANET_EST(arrv,arra,geo,road,motief,mode)) = 0) = 0;
SSQ.L = 10;
*ras.iterlim = 0
solve ras minimizing SSQ using NLP;