optax.ScaleByAdaDeltaState# class optax.ScaleByAdaDeltaState( e_g: optax.Updates, e_x: optax.Updates, )[source]# State for the rescaling by Adadelta algorithm.