from gekko import GEKKO m = GEKKO(remote=False) m.options.SOLVER=3 # Select IPOPT m.solver_options = ['linear_solver mumps',\ 'mu_strategy adaptive']