GEPA.EvaluationCache.Entry (GEPA v0.3.0)

Copy Markdown View Source

Cached result for one candidate/example pair.

Summary

Types

t()

@type t() :: %GEPA.EvaluationCache.Entry{
  objective_scores: %{required(String.t()) => float()} | nil,
  output: term(),
  score: float()
}