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

Class SimpleAlgorithm

tests/test_api.py:290–292  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

288 def test_evolve_algorithm_basic(self):
289 """Test evolve_algorithm with simple class"""
290 class SimpleAlgorithm:
291 def process(self, data):
292 return sum(data)
293
294 def benchmark(instance):
295 result = instance.process([1, 2, 3])

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected