package owl

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Optimise.BatchSource

Batch module

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

Types of batches.

Execute the computations defined in module typ.

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

Return the total number of batches given a batch typ.

Sourceval to_string : typ -> string

Convert the module typ to its string representation.