mirror of
https://github.com/ANL-CEEESA/MIPLearn.git
synced 2025-12-06 09:28:51 -06:00
Fix time limits
This commit is contained in:
@@ -33,8 +33,8 @@ logging.getLogger('miplearn').setLevel(logging.INFO)
|
|||||||
logger = logging.getLogger("benchmark")
|
logger = logging.getLogger("benchmark")
|
||||||
|
|
||||||
n_jobs = 10
|
n_jobs = 10
|
||||||
test_time_limit = 3600
|
train_time_limit = 3600
|
||||||
train_time_limit = 900
|
test_time_limit = 900
|
||||||
internal_solver = "gurobi"
|
internal_solver = "gurobi"
|
||||||
|
|
||||||
args = docopt(__doc__)
|
args = docopt(__doc__)
|
||||||
|
|||||||
Reference in New Issue
Block a user