Search found 3 matches

by serdar
4 years ago
Forum: API
Topic: gams_job.interrupt() does not work in Python 3.6
Replies: 3
Views: 4496

gams_job.interrupt() does not work in Python 3.6

I create GamsJob instances to run my optimization problems and I want to be able to stop them running whenever I want. However, when i run gams_job.interrupt() method, in Windows 10 I get the following error: ArgumentError: argument 4: <class 'OverflowError'>: int too long to convert I tried this in...
by serdar
5 years ago
Forum: Syntax
Topic: Collecting results after using grid facility
Replies: 2
Views: 3587

Re: Collecting results after using grid facility

Thank you for the reply! I gave the command line argument gdir already, that was not the problem. I found out the problem. There are a few models that I solve for. Apparently, while I was recording the results to parameters, I made a mistake and tried to assign results to parameters for the wrong mo...
by serdar
5 years ago
Forum: Syntax
Topic: Collecting results after using grid facility
Replies: 2
Views: 3587

Collecting results after using grid facility

I used the grid facility to solve for numerous scenarios. However when I want to collect my results with a collection loop, I get the following error for a few result files: --- VAcollect_serdar.gms(716) 6 Mb 1 Error 45 secs *** GDXopenRead failed /home/serdar/data/VA_d2/grid0/gmsgrid.gdx *** Msg: N...