Top AI Repos — open-source AI, indexed and scored
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
GEKKO Python for Machine Learning and Dynamic Optimization
| Date | Stars |
|---|---|
| 2026-07-31 | 708 |
| 2026-08-03 | 708 |
| 2026-08-06 | 709 |
Today
+1 stars today
This week
— stars this week
This month
— stars this month
Momentum
0.0
growth rate 0.00%/day
# GEKKO [GEKKO](http://gekko.readthedocs.io/en/latest/) is a Python package for [machine learning and optimization](https://apmonitor.com/gekko), specializing in time series and differential algebraic equations (DAE) systems. GEKKO provides a user-friendly interface to the [APMonitor optimization suite](http://apmonitor.com/wiki/). It is coupled with large-scale solvers for linear, quadratic, nonlinear, and mixed integer programming (LP, QP, NLP, MILP, MINLP). Modes of operation include parameter regression, dynamic data reconciliation, real-time optimization, dynamic simulation, and nonlinear predictive control.  ### Installation A pip package is available: ```sh pip install gekko ``` The [most recent version is listed on PyPi](https://pypi.org/project/gekko/). You can upgrade from the command line with the upgrade flag: ```sh pip install --upgrade gekko ``` GEKKO runs in remote mode (solved on high performance server) or on a local CPU when option ```remote=False``` such as ```m=GEKKO(remote=False)```. The pip package includes the Windows executable (apm.exe), a Linux executable (apm), a MacOS executable (apm_mac), and a Linux ARM processor executable such as for a Raspberry Pi (apm_arm). With Linux under WSL on x86 platform, the Windows executable is used. Gekko can be used with remote server access (default option) for all operating systems. ## What does GEKKO do? GEKKO is optimization software for machine learning and optimization of mixed-integer and differential algebraic equations. It is coupled with large-scale solvers for linear, quadratic, nonlinear, and mixed integer programming (LP, QP, NLP, MILP, MINLP). Modes of operation include data reconciliation, real-time optimization, dynamic simulation, and nonlinear predictive control. The client or server is freely available with interfaces in MATLAB, Python, or from a web browser. GEKKO is a high-level abstraction of mathematical optimization problems. Values in the models are defined by Constants, Parameters, and Variables. The values are related to each other by Intermediates or Equations. Objective functions are defined to maximize or minimize certain values. Objects are built-in collections of values (constants, parameters, and variables) and relationships (intermediates, equations, and objective functions). Objects can build upon other objects with object-oriented relationships. The APMonitor executable on the back-end compiles a model to byte-code and performs model reduction based on analysis of the sparsity structure (incidence of variables in equations or objective function) of the model. For differential and algebraic equation systems, orthogonal collocation on finite elements is used to transcribe the problem into a purely algebraic system of equations. APMonitor has several modes of operation, adjustable with the imode parameter. The core of all modes is the nonlinear model. Each mode interacts with the nonlinear model to receive or provide information. The 9 modes of operation are: 1. Steady-state simulation (SS) 2. Model parameter update (MPU) 3. Real-time optimization (RTO) 4. Dynamic simulation (SIM) 5. Moving horizon estimation (EST) 6. Nonlinear control / dynamic optimization (CTL) 7. Sequential dynamic simulation (SQS) 8. Sequential dynamic estimation (SQE) 9. Sequential dynamic optimization (SQO) Modes 1-3 are steady state modes with all derivatives set equal to zero. Modes 4-6 are dynamic modes where the differential equations define how the variables change with time. Modes 7-9 are the same as 4-6 except the solution is performed with a sequential versus a simultaneous approach. Each mode for simulation, estimation, and optimization has a steady state and dynamic option. APMonitor provides the following to a Nonlinear Programming Solver (APOPT, BPOPT, IPOPT, MINOS, SNOPT) in sparse form: * Variables with default values and constraints * Objective function * Equa
Excerpt of 6,927 characters
Read on GitHubWould you bet a product on this? Bounded 0–100 and slow moving.
matched fp:f5bc9945a30daa3d, llm:Repository description: 'GEKKO Python for Machine Learning and Dynamic Optimization'
matched fp:f5bc9945a30daa3d, llm:Repository description: 'GEKKO Python for Machine Learning and Dynamic Optimization'
matched fp:f5bc9945a30daa3d, llm:Repository description: 'GEKKO Python for Machine Learning and Dynamic Optimization'