mirror of
https://github.com/ANL-CEEESA/MIPLearn.git
synced 2025-12-07 18:08:51 -06:00
Add ObjectiveValueComponent.xy
This commit is contained in:
@@ -136,8 +136,8 @@ class Component(ABC):
|
||||
) -> None:
|
||||
return
|
||||
|
||||
@staticmethod
|
||||
def xy(
|
||||
self,
|
||||
instance: Any,
|
||||
training_sample: TrainingSample,
|
||||
) -> Tuple[Dict, Dict]:
|
||||
|
||||
Reference in New Issue
Block a user