mirror of
https://github.com/ANL-CEEESA/MIPLearn.git
synced 2025-12-10 11:28:51 -06:00
Call new fit method
This commit is contained in:
@@ -154,3 +154,10 @@ class ObjectiveValueComponent(Component):
|
||||
if sample.lower_bound is not None:
|
||||
result["Lower bound"] = compare(pred["Lower bound"], sample.lower_bound)
|
||||
return result
|
||||
|
||||
@overrides
|
||||
def fit(
|
||||
self,
|
||||
training_instances: List[Instance],
|
||||
) -> None:
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user