File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -253,7 +253,7 @@ def metric(
253253 Note: When both instruction_proposer and reflection_lm are set, the instruction_proposer is called
254254 in the reflection_lm context. However, reflection_lm is optional when using a custom instruction_proposer.
255255 Custom instruction proposers can invoke their own LLMs if needed.
256- component_selector: Custom component selector implementing the [ ReflectionComponentSelector](https://github.com/gepa-ai/gepa/blob/main/src/gepa/proposer/reflective_mutation/base.py) protocol,
256+ component_selector: Custom component selector implementing the ReflectionComponentSelector protocol,
257257 or a string specifying a built-in selector strategy. Controls which components (predictors) are selected
258258 for optimization at each iteration. Defaults to 'round_robin' strategy which cycles through components
259259 one at a time. Available string options: 'round_robin' (cycles through components sequentially),
You can’t perform that action at this time.
0 commit comments