GEPA.StopCondition.MaxTrackedCandidates (GEPA v0.3.0)

Copy Markdown View Source

Stops after a maximum number of tracked candidate programs.

Summary

Types

t()

@type t() :: %GEPA.StopCondition.MaxTrackedCandidates{
  max_tracked_candidates: pos_integer()
}

Functions

new(max_tracked_candidates)

@spec new(pos_integer()) :: t()