MCPcopy Create free account
hub / github.com/algorithmicsuperintelligence/openevolve / get_evolution_test_evaluator

Function get_evolution_test_evaluator

tests/test_utils.py:160–164  ·  view source on GitHub ↗

Get a simple evaluator for evolution testing

()

Source from the content-addressed store, hash-verified

158"""
159
160def get_evolution_test_evaluator():
161 """Get a simple evaluator for evolution testing"""
162 return """def evaluate(program_path):
163 return {"score": 0.5, "complexity": 10, "combined_score": 0.5}
164"""

Callers 1

test_evaluator_fileFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected