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