GEPA.StopCondition.MaxCalls (GEPA v0.3.0)

Copy Markdown View Source

Stops after a maximum number of metric evaluations.

This is the most common stop condition for budgeting optimization runs.

Summary

Types

t()

@type t() :: %GEPA.StopCondition.MaxCalls{max_calls: non_neg_integer()}

Functions

new(max_calls)

@spec new(non_neg_integer()) :: t()