Optimise.Batch
type typ = Owl_neural_neuron.Make(Owl_optimise_generic.Make(Owl_algodiff_generic.Make(A))).Optimise.Batch.typ =
| Full
| Mini of int
| Sample of int
| Stochastic
val run : typ -> Algodiff.t -> Algodiff.t -> int -> Algodiff.t * Algodiff.t
val batches : typ -> Algodiff.t -> int
val to_string : typ -> string