flixOpt.utils
This module contains several utility functions used throughout the flixOpt framework.
Functions
as_vector
Macht aus Skalar einen Vektor. Vektor bleibt Vektor. -> Idee dahinter: Aufruf aus abgespeichertem Vektor schneller, als für jede i-te Gleichung zu Checken ob Vektor oder Skalar)
Parameters:
Name | Type | Description | Default |
---|---|---|---|
aValue
|
|
required | |
aLen
|
|
required |
label_is_valid
Function to make sure '__' is reserved for internal splitting of labels
convert_numeric_lists_to_arrays
convert_numeric_lists_to_arrays(d: Union[Dict[str, Any], List[Any], tuple]) -> Union[Dict[str, Any], List[Any], tuple]
Recursively converts all lists of numeric values in a nested dictionary to numpy arrays. Handles nested lists, tuples, and dictionaries. Does not alter the original dictionary.