Closed nabenabe0928 closed 7 months ago
As we removed samplers.intersection_search_space, we adapt the corresponding code.
samplers.intersection_search_space
Replace samplers.intersection_search_space with search_space.intersection_search_space.
search_space.intersection_search_space
@eukaryo The CI passed! Could you confirm the change?
Motivation
As we removed
samplers.intersection_search_space
, we adapt the corresponding code.Description of the changes
Replace
samplers.intersection_search_space
withsearch_space.intersection_search_space
.