GEPA.Strategies.BatchSampler.Simple (GEPA v0.3.0)

Copy Markdown View Source

Simple deterministic circular sampler.

Summary

Types

t()

@type t() :: %GEPA.Strategies.BatchSampler.Simple{
  batch_size: pos_integer(),
  current_offset: non_neg_integer()
}

Functions

new(batch_size \\ 3)