mirror of
https://github.com/ANL-CEEESA/MIPLearn.git
synced 2025-12-06 09:28:51 -06:00
Benchmark: Always use default components
This commit is contained in:
@@ -72,7 +72,6 @@ def test_baseline():
|
|||||||
"baseline": LearningSolver(
|
"baseline": LearningSolver(
|
||||||
time_limit=time_limit,
|
time_limit=time_limit,
|
||||||
solver=internal_solver,
|
solver=internal_solver,
|
||||||
components={},
|
|
||||||
),
|
),
|
||||||
}
|
}
|
||||||
benchmark = BenchmarkRunner(solvers)
|
benchmark = BenchmarkRunner(solvers)
|
||||||
|
|||||||
Reference in New Issue
Block a user