mirror of
https://github.com/ANL-CEEESA/MIPLearn.git
synced 2025-12-06 01:18:52 -06:00
Call new fit method
This commit is contained in:
@@ -415,6 +415,7 @@ class LearningSolver:
|
||||
return
|
||||
for component in self.components.values():
|
||||
logger.info(f"Fitting {component.__class__.__name__}...")
|
||||
component.fit(training_instances)
|
||||
component.fit_old(training_instances)
|
||||
|
||||
def _add_component(self, component: Component) -> None:
|
||||
|
||||
Reference in New Issue
Block a user