ChrisTimperley / RepairChain

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

Update PatchGenerator to yield candidate patches rather than return a list #18

Closed ChrisTimperley closed 2 months ago

ChrisTimperley commented 2 months ago

This will help to potentially cut down our LLM usage in cases when a patch is found early

ChrisTimperley commented 2 months ago

This wouldn't really yield any benefits unless we significantly refactor the way that we do parallel patch evaluation, so I'm not going to do this.