Module Optimise.Stopping

type typ = Owl_neural_generic.Make_Embedded(Engine).Neuron.Optimise.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