Optimise.Momentum
Momentum module
type typ =
| Standard of float
| Nesterov of float
| None
Types of momentum functions.
val run : typ -> Algodiff.t -> Algodiff.t -> Algodiff.t
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.