Hi,
For the Erdős problem, the setup runs JAX by default. If the CUDA version of jaxlib is not installed, it falls back to the CPU version of JAX. In that case, especially for smaller models, the execution often hits the timeout limit, which I believe can affect performance. Even if we increase the timeout, there still seems to be a practical limit.
Given this, I’m considering installing the CUDA-enabled version of JAX and running up to 200 max iterations. I’d appreciate your thoughts on this approach.