IEA-ETSAP Forum
Changing tolerance in Answer TIMES - Printable Version

+- IEA-ETSAP Forum (https://iea-etsap.org/forum)
+-- Forum: Model Generators (https://iea-etsap.org/forum/forumdisplay.php?fid=2)
+--- Forum: TIMES (https://iea-etsap.org/forum/forumdisplay.php?fid=8)
+--- Thread: Changing tolerance in Answer TIMES (/showthread.php?tid=122)



Changing tolerance in Answer TIMES - vsaini - 17-05-2018

Hi,  I would like to know from where I can change the tolerance of a model in AnswerTIMES? Regards Vinay Saini


RE: Changing tolerance in Answer TIMES - vsaini - 18-05-2018

By tolerance, I mean tolerance level for convergence of the solution during optimization.


RE: Changing tolerance in Answer TIMES - Antti-L - 18-05-2018

I am not aware of any option in ANSWER for controlling the convergence of the solution during optimization. I believe such options must be specified by the user in the solver options file .opt. For additional details, see the documentation specific to the optimizer that you are running. For example, I found in the GAMS cplex solver manual (cplex.pdf) the following option called "convergence tolerance": barepcomp (real)
Determines the tolerance on complementarity for convergence of the barrier algorithm. The algorithm will terminate with an optimal solution if the relative complementarity is smaller than this value. (default = 1e-008)