Search found 2 matches

by SBR
5 years ago
Forum: API
Topic: Fastest interaction between GAMS and Python
Replies: 2
Views: 4777

Re: Fastest interaction between GAMS and Python

Thanks a lot Clemens. I already used the SolveLink Option, and still have performance problems (other modelers are 6x faster). I do not keep .lst temporary files anymore since I use the supress option but still got a lot of temporary gdx files (50K for my use case!). Regarding the create_out_db = Fa...
by SBR
5 years ago
Forum: API
Topic: Fastest interaction between GAMS and Python
Replies: 2
Views: 4777

Fastest interaction between GAMS and Python

Hello, I need to run successively hundred of thousand times a small model in python, with each time different dimensions and values for the sets and parameters. Before parallelizing , I'd like to know if there are few tricks to reduce computation time. What is the faster ? load model from string or ...