RayZhhh / funsearch

Implementation for "Mathematical discoveries from program search with large language models".
Apache License 2.0
16 stars 1 forks source link

About the result #1

Closed Eutopiax closed 7 months ago

Eutopiax commented 7 months ago

Hello author.Thank you for your greate work.When i use the repository code,i meet the problem that the result quickly rise from -500 to -212.Do you meet the same problem in your implementation?

RayZhhh commented 7 months ago

Hello! Thank you for your report! I think it's not a bug😂, this behavior is entirely normal. On this test dataset, it's common to get a score value of -212.75. If your 'priority' function returns an array of all zeros, it would also result in this value. This rapid increase is due to the simplicity of the problem, causing the score to rise quickly.

Eutopiax commented 7 months ago

ok.Thanks you a lot!