package owl

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type typ = Owl_optimise_generic.Make(A).Momentum.typ =
  1. | Standard of float
  2. | Nesterov of float
  3. | None
val run : typ -> t -> t -> t
val default : typ -> typ
val to_string : typ -> string