Page 1 of 1

Setting solver tolerance for PATHNLP

Posted: Mon Oct 04, 2021 4:48 pm
by Epicurus_BE
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;

Re: Setting solver tolerance for PATHNLP

Posted: Tue Oct 05, 2021 3:55 pm
by bussieck