coleygroup / desp

Double-Ended Synthesis Planning with Goal-Constrained Bidirectional Search (NeurIPS 2024)
MIT License
16 stars 4 forks source link

FIX: convert building block array in small chunks to avoid memory spike #3

Open randyshee opened 1 week ago

randyshee commented 1 week ago

This PR resolves issue #2 related to memory usage by converting bb_fps to an array in smaller chunks. This might not be the most elegant way to solve this problem though.