Optimise.Stopping
type typ = Owl_neural_neuron.Make(Owl_optimise_generic.Make(Owl_algodiff_generic.Make(A))).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