mirror of
https://github.com/ANL-CEEESA/MIPLearn.git
synced 2025-12-07 18:08:51 -06:00
Implement ObjectiveValueComponent
This commit is contained in:
@@ -23,5 +23,5 @@ class Component(ABC):
|
||||
pass
|
||||
|
||||
@abstractmethod
|
||||
def fit(self, solver):
|
||||
def fit(self, training_instances):
|
||||
pass
|
||||
|
||||
Reference in New Issue
Block a user