Support

_images/gekko_support.png

Bugs

GEKKO is in its early stages and still under active development. If you identify a bug in the package, please submit an issue on GitHub.

If you would like to contribute to GEKKO development, please make pull requests on the GitHub repo.

Questions

Further clarification regarding GEKKO, please visit Stack Overflow with questions tagged gekko for human-generated questions and answers. Generative AI is built into Gekko with the support module.

from gekko import support
a = support.agent()
a.ask("Can you optimize the Rosenbrock function?")

Create a support agent with support.agent() and then ask any questions. Prior questions and answers are stored as context for follow-up questions.

Advanced Debugging

The files read/written by GEKKO are in the folder indicated in m._path. Information on debugging these files is available on APMonitor.

Generative AI

Generative AI can also help with basic and advanced questions. Most Large Language Models (LLMs) have knowledge of the Gekko syntax and are able to help with generating prototype applications, suggesting performance improvements, answering questions that would be found in the documentation, designing applications, and working through errors. A specially trained OpenAI GPT4 model is available for Gekko GPT4 Support as well as RAG-enabled Gekko Chatbot Support.