Implement InstanceFeaturesExtractor and ObjectiveValueExtractor

This commit is contained in:
2020-02-23 12:22:40 -06:00
parent b428a4fc36
commit 7de1db047f
3 changed files with 43 additions and 15 deletions

View File

@@ -12,6 +12,8 @@ from .components.branching import BranchPriorityComponent
from .extractors import (UserFeaturesExtractor,
SolutionExtractor,
CombinedExtractor,
InstanceFeaturesExtractor,
ObjectiveValueExtractor,
)
from .benchmark import BenchmarkRunner
from .instance import Instance