Skip to content

CandidateSelector

gepa.proposer.reflective_mutation.base.CandidateSelector

Bases: Protocol

Functions

select_candidate_idx(state: GEPAState) -> int

Source code in gepa/proposer/reflective_mutation/base.py
def select_candidate_idx(self, state: GEPAState) -> int: ...