GEPA.StopCondition.MaxCandidateProposals (GEPA v0.3.0)

Copy Markdown View Source

Stops after a maximum number of proposal iterations.

Summary

Types

t()

@type t() :: %GEPA.StopCondition.MaxCandidateProposals{max_proposals: pos_integer()}

Functions

new(max_proposals)

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