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