Skip to content Skip to sidebar Skip to footer
Showing posts with the label Gekko

Solving Pendulum2 From Schittkowski Dae Test Suite?

I just tried to solve one of the DAE problems from Schittkowski DAE test suite (http://klaus-schitt… Read more Solving Pendulum2 From Schittkowski Dae Test Suite?

How To Set Variable Value At X[3]=6 (not Initial Condition) In Python Gekko?

I can set an initial condition y(0)=5 in Gekko with y = m.Var(5) but how do I set a value that is n… Read more How To Set Variable Value At X[3]=6 (not Initial Condition) In Python Gekko?

Question About The Conditional Statement ('m.if3') In The Gekko

I would like to add some conditional statements in the GEKKO code. I added the below statement wit… Read more Question About The Conditional Statement ('m.if3') In The Gekko

Infrequent Measurements In Gekko With Extra Simulation Points

I'm solving a more complex dynamic data reconciliation problem that is similar to the example p… Read more Infrequent Measurements In Gekko With Extra Simulation Points

How To Do Parallel Python Gekko?

Sometimes my Python Gekko application is solved better with one solver over another. It is difficul… Read more How To Do Parallel Python Gekko?

Mpc With Arx Model Using Gekko

I am modelling an MPC to control a fridge and keep the temperature within a given interval while mi… Read more Mpc With Arx Model Using Gekko

Solving PENDULUM2 From Schittkowski DAE Test Suite?

I just tried to solve one of the DAE problems from Schittkowski DAE test suite (http://klaus-schitt… Read more Solving PENDULUM2 From Schittkowski DAE Test Suite?

Question About The Conditional Statement ('m.if3') In The GEKKO

I would like to add some conditional statements in the GEKKO code. I added the below statement wit… Read more Question About The Conditional Statement ('m.if3') In The GEKKO