package owl

  1. Overview
  2. Docs
OCaml Scientific and Engineering Computing

Install

Dune Dependency

Authors

Maintainers

Sources

owl-1.0.0.tbz
sha256=d91ba09488edd602dad845f68db1f980a601bdbb55d9516e3b59681eca20debe
sha512=9b31c3474a94c3b11d1dedba00639e770737e61f2e724a1288066ed976e4d0f8afe891a430e17ecf525fbca92e433d71d1b66d3ba17d4e299a4f8fdc3b902461

doc/owl/Owl_regression_generic/Make/argument-1-Optimise/Batch/index.html

Module Optimise.Batch

Batch module

type typ =
  1. | Full
  2. | Mini of int
  3. | Sample of int
  4. | Stochastic

Types of batches.

val run : typ -> Algodiff.t -> Algodiff.t -> int -> Algodiff.t * Algodiff.t

Execute the computations defined in module ``typ``.

val batches : typ -> Algodiff.t -> int

Return the total number of batches given a batch ``typ``.

val to_string : typ -> string

Convert the module ``typ`` to its string representation.

OCaml

Innovation. Community. Security.