Optimise.Stopping
type typ = Owl_neural_generic.Make_Embedded(Engine).Neuron.Optimise.Stopping.typ =
| Const of float
| Early of int * int
| None
val run : typ -> float -> bool
val default : typ -> typ
val to_string : typ -> string