Source:
Local role: Typed wrapper for scalar or vector utility evaluation results.
Big-picture role: Standard utility payload shared by model-level utility contracts and game-level rankers.
Inheritance:
- dataclass
Fields:
- value: float or list[float]
- framework_id: str
- criteria_labels: list[str]
- metadata: dict
Methods:
to_dict() -> dictfrom_dict(data) -> UtilityFrame
Properties:
is_multi_criteriascalar_value
See also:
