optuna.search_space

The search_space module provides functionality for controlling search space of parameters.

optuna.search_space.IntersectionSearchSpace

A class to calculate the intersection search space of a Study.

optuna.search_space.intersection_search_space

Return the intersection search space of the given trials.