Module Optimise.Stopping

type typ = Owl_optimise_generic.Make(Owl_algodiff_generic.Make(A)).Stopping.typ =
  1. | Const of float
  2. | Early of int * int
  3. | None
val run : typ -> float -> bool
val default : typ -> typ
val to_string : typ -> string