SampledNamedFunction

SampledNamedFunction#

class SampledNamedFunction#
__copy__() SampledNamedFunction#
__deepcopy__(_memo: Any) SampledNamedFunction#
__repr__() str#
from_bytes(bytes: bytes) SampledNamedFunction#
to_bytes() bytes#
property description: Optional[str]#

Read-only property.

Get the description

property evaluated_values: dict[int, float]#

Read-only property.

Get the sampled values for all samples

property id: int#

Read-only property.

Get the named function ID

property name: Optional[str]#

Read-only property.

Get the named function name

property parameters: dict[str, str]#

Read-only property.

Get the parameters

property subscripts: list[int]#

Read-only property.

Get the subscripts

property used_decision_variable_ids: set[int]#

Read-only property.