Module Owl_neural_optimise.Stopping

module Stopping: sig .. end

type typ = 
| Early of int * int
| None
val run : typ -> bool
val default : typ -> typ
val to_string : typ -> string