ComponentSelector¶ gepa.proposer.reflective_mutation.base.ReflectionComponentSelector ¶ Bases: Protocol Functions¶ __call__(state: GEPAState, trajectories: list[Trajectory], subsample_scores: list[float], candidate_idx: int, candidate: dict[str, str]) -> list[str] ¶ Source code in gepa/proposer/reflective_mutation/base.py 17 18 19 20 21 22 23 24def __call__( self, state: GEPAState, trajectories: list[Trajectory], subsample_scores: list[float], candidate_idx: int, candidate: dict[str, str], ) -> list[str]: ...