The issue of the allow_full_rewrites #174
Replies: 3 comments
-
I removed the |
Beta Was this translation helpful? Give feedback.
-
I see. Thank you so much. Could you please check the controller.py in the main branch? Since I didn't find out changed part in controller.py based on cfb3022#diff-463219ee5ff29defd64e3ccdec7940e9660053d4d04096075577cfe3416c694f |
Beta Was this translation helpful? Give feedback.
-
It is used In prompt/sampler.py:94: openevolve/openevolve/prompt/sampler.py Line 94 in e152825 In iteration.py:85-104: openevolve/openevolve/iteration.py Lines 85 to 104 in e152825
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
When I tried to use the 'allow_full_rewrites' to update the code, I also found the problem that sometimes, it could lose the EVOLVE-BLOCK-START / END markers. Then, I checked the issues-106 .
I saw that you have removed it. Meanwhile, I checked your update.
cfb3022#diff-463219ee5ff29defd64e3ccdec7940e9660053d4d04096075577cfe3416c694f
But it's so weird. For your updated code in openai/controller. py, there is the code about full_rewrite_user, these three lines.
However, in your main branch openai/controller. py, there is no code about it.
.
Could you please check or review the code? Thanks for your time.
Beta Was this translation helpful? Give feedback.
All reactions