Typing#

These section contains Fortuna’s custom typings.

fortuna.typing.Array#

alias of Union[Array, ndarray]

fortuna.typing.Batch#

alias of Tuple[Union[Array, ndarray, Dict[str, Union[Array, ndarray]]], Union[Array, ndarray]]

fortuna.typing.Params#

alias of FrozenDict[str, FrozenDict[str, Any]]

fortuna.typing.Mutable#

alias of FrozenDict[str, FrozenDict[str, Any]]

fortuna.typing.Path#

alias of Union[str, Path]

fortuna.typing.OptaxOptimizer#

alias of GradientTransformation

fortuna.typing.CalibParams#

alias of FrozenDict[str, Any]

fortuna.typing.CalibMutable#

alias of FrozenDict[str, Any]

fortuna.typing.Status#

alias of Dict[str, Union[Array, ndarray]]