suggest# BayesOptSearch.suggest(trial_id: str) → Dict | None[source]# Return new point to be explored by black box function. Parameters: trial_id (str) – Id of the trial. This is a short alphanumerical string. Returns: Either a dictionary describing the new point to explore or None, when no new point is to be explored for the time being. Return type: Dict | None