Fix time limits

pull/3/head
Alinson S. Xavier 6 years ago
parent 6b50b707a9
commit 84351b3ac3
No known key found for this signature in database
GPG Key ID: A796166E4E218E02

@ -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__)

Loading…
Cancel
Save