Skip to content

Commit 52d6314

Browse files
DavyMorganCopilot
andauthored
Update SKILL.md
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 2676819 commit 52d6314

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

SKILL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ if __name__ == "__main__":
8888
#### evaluator.py
8989

9090
Must define `evaluate(program_path)` returning a dict of numeric metrics.
91-
The key `combined_score` (or the average of all numeric values) determines fitness.
91+
Fitness is taken from the `combined_score` key when present; otherwise it is computed as the average of all numeric metric values excluding any MAP-Elites feature dimensions (non-numeric and boolean values are ignored).
9292

9393
```python
9494
import importlib.util

0 commit comments

Comments
 (0)