Typing

These section contains Fortuna’s custom typings.

fortuna.typing.Array

alias of Array | ndarray

fortuna.typing.Batch

alias of Tuple[Array | ndarray | Dict[str, Array | ndarray], 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 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, Array | ndarray]