Get a simple evaluator for evolution testing
()
| 158 | """ |
| 159 | |
| 160 | def 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 | """ |
no outgoing calls
no test coverage detected