.. _SingleSelectorVariable: Single-selector variable ------------------------ This variable selects one input name of a surrogate model or a multi-output variable. .. _ActiveLearning.SingleSelector.name: name (str) """""""""" The name of the variable under which it can be addressed by other variables or objectives. The name must be distinct from any surrogate name. Default: ``"v"`` .. _ActiveLearning.SingleSelector.input: input (str) """"""""""" The name of a surrogate or a multi-output variable. Default: ``"loss"`` .. _ActiveLearning.SingleSelector.select_by_name: select_by_name (str) """""""""""""""""""" One of the input names of the surrogate or an output name of a multi-output variable. Default: ``"loss"``