Module Owl_neural_optimise.Momentum

module Momentum: sig .. end

type typ = 
| Standard of float
| Nesterov of float
| None
val run : typ ->
Owl_algodiff.S.t -> Owl_algodiff.S.t -> Owl_algodiff.S.t
val default : typ -> typ
val to_string : typ -> string