MCPcopy Index your code
hub / github.com/algorithmicsuperintelligence/openevolve / get_evolution_test_program

Function get_evolution_test_program

tests/test_utils.py:152–158  ·  view source on GitHub ↗

Get a simple program for evolution testing

()

Source from the content-addressed store, hash-verified

150 ]
151
152def get_evolution_test_program():
153 """Get a simple program for evolution testing"""
154 return """# EVOLVE-BLOCK-START
155def solve(x):
156 return x * 2
157# EVOLVE-BLOCK-END
158"""
159
160def get_evolution_test_evaluator():
161 """Get a simple evaluator for evolution testing"""

Callers 1

test_program_fileFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected