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 13def select_candidate_idx(self, state: GEPAState) -> int: ...