You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Given that GenX models have large sizes in most cases (and are quite sparse) we should set as default method the Barrier algorithm. Also, when using the Barrier method, we should not set feasibility and optimality tolerances, and just use BarConvTol, which applies to both feasibility and optimality - as explained here (slide 38). So I suggest we change the defaults to:
GenX currently sets these default settings for Gurobi:
Given that GenX models have large sizes in most cases (and are quite sparse) we should set as default method the Barrier algorithm. Also, when using the Barrier method, we should not set feasibility and optimality tolerances, and just use BarConvTol, which applies to both feasibility and optimality - as explained here (slide 38). So I suggest we change the defaults to:
The user is always free to change more options when setting up the gurobi_settings.yml file, but this should be our basic configuration.
The text was updated successfully, but these errors were encountered: