Search found 2 matches

by marcelbpunkt
5 years ago
Forum: API
Topic: How to receive GAMS performance data in Java API
Replies: 0
Views: 3028

How to receive GAMS performance data in Java API

Hi everyone, I am currently writing my Bachelor's Thesis about improving the performance and memory usage of GAMS for a specific model. Therefore, I would need to get my hands on some metadata of the current solver instance such as memory usage, execution time, if the solution is optimal or if the t...
by marcelbpunkt
6 years ago
Forum: Archive Google Group
Topic: Parameter Error
Replies: 3
Views: 5227

Re: Parameter Error

Hey Archiver, thanks a lot for that solution. I had a similar issue when I tried starting several solver instances from within Java threads. Sometimes, GAMS threw a "parameter error", sometimes it didn't. Now I tried creating different temporary working directories first (using UUID's for ...