GEPA.StopCondition.MaxReflectionCost (GEPA v0.3.0)

Copy Markdown View Source

Stops when a reflection LLM's reported cumulative cost reaches a budget.

Summary

Types

t()

@type t() :: %GEPA.StopCondition.MaxReflectionCost{
  max_cost: number(),
  reflection_lm: term()
}

Functions

new(max_cost, reflection_lm)

@spec new(number(), term()) :: t()