ChrisTimperley / RepairChain

AIxCC: automated vulnerability repair via LLMs, search, and static analysis
Apache License 2.0
3 stars 0 forks source link

Determine limits on number of patches that should be generated (per strategy + globally) #69

Open ChrisTimperley opened 2 months ago

ChrisTimperley commented 1 month ago

With the (quick) implementation of generate + validate rounds (reversion, YOLO, templates), we no longer enforce global limits on patches. We do, however, enforce per strategy limits. We need to decide a reasonable number of patches that we will generate from any single strategy.

That number is currently set at 20. I think that this is a pretty reasonable number. I wouldn't go any higher.