FLI

FLI factory

tohubohu.fli.fli(n: int, mapping: Callable[[...], jax.Array], *, normalize: bool = False, window: jax.Array | None = None) Callable[[...], jax.Array][source]

FLI factory

Parameters:
  • n (int) – number of iterations to perform

  • mapping (Callable[[Array, *Any], Array]) – state transformation mapping

  • normalize (bool, default=False) – normalization flag

  • window (Optional[Array]) – window

Return type:

Callable[[Array, *Any], Array]

Note

Not differentiable (max over iterations is used for FLI computation)