GECKO
GECKO copied to clipboard
scaling of gecko model
without a directly reproducible example, I note that upper bounds for protein draw reactions are often very small. With both cplex and glpk I have noted that this causes numerical instability, switching between growth and no-growth randomly. Have you also noted this @BenjaSanchez ? Have you experimented with scaling the problem?
Hi @hredestig! I rarely get numerical instability with Gurobi. How often did you see this issue? Scaling could solve the issue if it presents often, by increasing let's say by 1e6 both the UB and the coefs in the S matrix related to enzymes. Any thoughts on this @Midnighter?
for the cases I looked it was very frequent but I didn't try gurobi. I would have thought the solver would take care of this itself but perhaps need to be activated..
I have no immediate thoughts on this issue. I will run the Python package on the 1st release model as you suggested in #1 and see if I run into any of these issues.
Great! Do let me know if you see this issue pop up again. Will leave it open for now.
This scaling is solved in #147