openopt / copt

A Python library for mathematical optimization
http://openo.pt/copt
Other
135 stars 35 forks source link

Added sublinear stepsize to FW overlap example #72

Open GeoffNN opened 4 years ago

GeoffNN commented 4 years ago

Seems interesting that the sublinear step size never chooses the same two vertices in a row. My guess is that this is due to zigzagging behavior.

image

fabianp commented 4 years ago

Could be. But never? I'm surprised. I'll take a closer look into it