Implement ObjectiveValueComponent

This commit is contained in:
2020-02-23 15:09:57 -06:00
parent 7de1db047f
commit ccd694af9b
7 changed files with 125 additions and 37 deletions

View File

@@ -23,5 +23,5 @@ class Component(ABC):
pass
@abstractmethod
def fit(self, solver):
def fit(self, training_instances):
pass