mirror of
https://github.com/ANL-CEEESA/MIPLearn.git
synced 2025-12-06 01:18:52 -06:00
Benchmark: Use default components to generate training data
This commit is contained in:
@@ -68,7 +68,6 @@ def train():
|
||||
solver = LearningSolver(
|
||||
time_limit=train_time_limit,
|
||||
solver=internal_solver,
|
||||
components={},
|
||||
)
|
||||
solver.parallel_solve(train_instances, n_jobs=n_jobs)
|
||||
save(train_instances, "%s/train_instances.bin" % basepath)
|
||||
|
||||
Reference in New Issue
Block a user