# `GEPA.Strategies.CandidateSelector.TopKPareto`
[🔗](https://github.com/nshkrdotcom/gepa_ex/blob/v0.3.0/lib/gepa/strategies/candidate_selector.ex#L114)

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

# `t`

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

# `new`

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

---

*Consult [api-reference.md](api-reference.md) for complete listing*
