mirror of
https://github.com/ANL-CEEESA/MIPLearn.git
synced 2025-12-08 02:18:51 -06:00
Collect features 3 times (after-load, after-lp, after-mip)
This commit is contained in:
@@ -33,6 +33,9 @@ class Instance(ABC, EnforceOverrides):
|
||||
def __init__(self) -> None:
|
||||
self.training_data: List[TrainingSample] = []
|
||||
self.features: Features = Features()
|
||||
self.features_after_load: List[Features] = []
|
||||
self.features_after_lp: List[Features] = []
|
||||
self.features_after_mip: List[Features] = []
|
||||
|
||||
@abstractmethod
|
||||
def to_model(self) -> Any:
|
||||
|
||||
Reference in New Issue
Block a user