Optimise.Stopping
type typ = Make_Embedded(A).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