mirror of
https://github.com/ANL-CEEESA/MIPLearn.git
synced 2025-12-06 09:28:51 -06:00
Primal: Add end-to-end tests
This commit is contained in:
@@ -397,6 +397,7 @@ class LearningSolver:
|
||||
return stats
|
||||
|
||||
def fit(self, training_instances: Union[List[str], List[Instance]]) -> None:
|
||||
logger.debug("Fitting...")
|
||||
if len(training_instances) == 0:
|
||||
return
|
||||
for component in self.components.values():
|
||||
|
||||
Reference in New Issue
Block a user