You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: SKILL.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -88,7 +88,7 @@ if __name__ == "__main__":
88
88
#### evaluator.py
89
89
90
90
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).
0 commit comments