Module Make.BatchSource

Sourcetype typ =
  1. | Full
  2. | Mini of int
  3. | Sample of int
  4. | Stochastic
Sourceval batches : typ -> Algodiff.t -> int
Sourceval to_string : typ -> string