Hi,
I am currently focusing on the Erdős problem, and I noticed that the initial_program and prompt template used in TTT-Discover (https://github.com/test-time-training/discover/blob/main/examples/erdos_min_overlap/env.py) are different from those in OpenEvolve. For example, OpenEvolve’s initial program uses JAX, whereas TTT-Discover does not.
I would like to run the TTT-Discover-style version within the OpenEvolve framework. Do you have any tips or suggestions on how I could best adapt or integrate it?