cog-imperial / entmoot

Multiobjective black-box optimization using gradient-boosted trees
https://entmoot.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
56 stars 12 forks source link

Can a Gurobi cloud env be used when using Gurobi as solver for Pyomo? #21

Closed R-M-Lee closed 9 months ago

spiralulam commented 11 months ago

Yes, should be possible (https://github.com/Pyomo/pyomo/issues/2408), but is not yet implemented. Will do.

spiralulam commented 9 months ago

I am afraid it is not a very easy fix since Pyomo's implementation requires to work with another Gurobi interface (SolverFactory) and that is not the one I worked with. For now, I would suggest to work with the gurobipy-Interface, if you want to use Gurobi and Pyomo for other Solvers. if that is okay for you, we can close this issue.