optuna / optuna-examples

Examples for https://github.com/optuna/optuna
MIT License
692 stars 178 forks source link

Fix CI #258

Closed nabenabe0928 closed 7 months ago

nabenabe0928 commented 7 months ago

Motivation

As we removed samplers.intersection_search_space, we adapt the corresponding code.

Description of the changes

Replace samplers.intersection_search_space with search_space.intersection_search_space.

nabenabe0928 commented 7 months ago

@eukaryo The CI passed! Could you confirm the change?