Skip to contents

Determines the search space from an objective's domain, handling TuneTokens. Used internally by OptimInstance and OptimInstanceAsync.

Usage

choose_search_space(objective, search_space)

Arguments

objective

(Objective) The objective function.

search_space

(paradox::ParamSet | NULL) Optional explicit search space.

Value

A paradox::ParamSet to use as the search space.