Thank you very much for the series and for the package, you did a great job. I am going to use gekko for an autonomous race car control. Can't wait for the results
@apm6 жыл бұрын
That sounds like a good application. Thanks for the update.
@annasosnovskaya7296 жыл бұрын
I have a problem: {ImportError}Results files not found. APM did not find a solution or the server is unreachable. What i shoud do to make it works???
@apm6 жыл бұрын
If the server is ever down, you can switch to a local solve (available for Windows or Linux). To do that, you can set "remote=False" when creating your model such as: m = GEKKO(remote=False). I upgraded the server yesterday and am working through an issue. You can also switch to the development server that is currently working with m.server='xps.apmonitor.com'. If you switch servers, leave remote=True (as default).
@apm6 жыл бұрын
The server is working again so it should work for you without any modification.