package owl

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type typ = Owl_optimise_generic.Make(Owl_dense_ndarray.D).Learning_Rate.typ =
  1. | Adagrad of float
  2. | Const of float
  3. | Decay of float * float
  4. | Exp_decay of float * float
  5. | RMSprop of float * float
  6. | Schedule of float array
val run : typ -> int -> 'a -> t -> t
val default : typ -> typ
val update_ch : typ -> t -> t -> t
val to_string : typ -> string