package owl

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type typ = Owl_optimise_generic.Make(Owl_algodiff_generic.Make(Owl_algodiff_primal_ops.S)).Batch.typ =
  1. | Full
  2. | Mini of int
  3. | Sample of int
  4. | Stochastic
val run : typ -> Algodiff.t -> Algodiff.t -> int -> Algodiff.t * Algodiff.t
val batches : typ -> Algodiff.t -> int
val to_string : typ -> string