Tim Neumann
Tim Neumann
Thank you for your very helpful code additions, @jonppe! I have tried to implement querying the original Codey LLM over a Google API in your code, and upon some smaller...
Thank you very much @jonppe. Upon making the suggested changes and hardcoding some edge cases, I got the code to run using the Codey API. Interestingly, in every dimension I...
Using the Google Vertex AI API costs me around 1$ per 1000 API calls to the code-bison model.
Hello all, I wanted to share a working implementation including a documentation of how to use it. Based on @jonppe's architectural work, I ran FunSearch on a math problem similar...
Here you go: https://github.com/timneumann1/Senior-Thesis-m-general-sets.
I think the true power of FunSearch lies in the immense number of iterations it runs through. It seems reasonable to rescale some parameters if the number of iterations is...
I have encountered the same issue. Is it recommended to proceed with the downgraded version of GLMakie?
Activating the master branch and trying to reinstall GLMakie 0.24 indeed gives an incompatibility warning. My mistake was trying to add packages manually from scratch instead of using the master...