GEPA.Strategies.CandidateSelector.TopKPareto (GEPA v0.3.0)

Copy Markdown View Source

Selects randomly from the top-k scoring candidates on the Pareto frontier.

Summary

Types

t()

@type t() :: %GEPA.Strategies.CandidateSelector.TopKPareto{k: pos_integer()}

Functions

new(opts \\ [])

@spec new(keyword()) :: t()