mirror of
https://github.com/ANL-CEEESA/MIPLearn.git
synced 2025-12-07 18:08:51 -06:00
Implement iteration_cb for LearningSolver; reactivate TSP
This commit is contained in:
@@ -21,3 +21,6 @@ class Component(ABC):
|
||||
@abstractmethod
|
||||
def fit(self, training_instances):
|
||||
pass
|
||||
|
||||
def after_iteration(self, solver, instance, model):
|
||||
return False
|
||||
|
||||
Reference in New Issue
Block a user