GALI
GALI factory
- tohubohu.gali.gali(n: int, mapping: Callable[[...], jax.Array], *, normalize: bool = True, minimum: bool = False) Callable[[...], jax.Array] [source]
GALI factory
- Parameters:
n (int) – number of iterations to perform
mapping (Callable[[Array, *Any], Array]) – state transformation mapping
normalize (bool, default=True) – flag to normalize alignment vectors
minimum (bool, default=False) – flag to use running minimum
- Return type:
Callable[[Array, *Any], Array]