GEPA.StopCondition.ScoreThreshold (GEPA v0.3.0)

Copy Markdown View Source

Stops once the best aggregate validation score reaches a threshold.

Summary

Types

t()

@type t() :: %GEPA.StopCondition.ScoreThreshold{threshold: number()}

Functions

new(threshold)

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