MaxScoreOverTranslations.init_state#

MaxScoreOverTranslations.init_state()[source]#

Initialize the analysis state.

Returns:
tuple

Initial state tuple containing (scores, rotations, rotation_mapping) where: - scores : BackendArray of shape self._shape filled with score_threshold. - rotations : BackendArray of shape self._shape filled with -1. - rotation_mapping : dict, empty mapping from rotation bytes to indices.