Optimise.Stopping
Stopping module
type typ =
| Const of float
| Early of int * int
| None
Types of stopping functions.
val run : typ -> float -> bool
Execute the computations defined in module typ.
typ
val default : typ -> typ
Create module typ with default values.
val to_string : typ -> string
Convert the module typ to its string representation.