mirror of
https://github.com/ANL-CEEESA/MIPLearn.git
synced 2025-12-07 18:08:51 -06:00
Component: rename iteration_cb and lazy_cb
This commit is contained in:
@@ -22,8 +22,8 @@ class Component(ABC):
|
||||
def fit(self, training_instances):
|
||||
pass
|
||||
|
||||
def after_iteration(self, solver, instance, model):
|
||||
def iteration_cb(self, solver, instance, model):
|
||||
return False
|
||||
|
||||
def on_lazy_callback(self, solver, instance, model):
|
||||
def lazy_cb(self, solver, instance, model):
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user