kymata-atlas / kymata-core

Core Kymata codebase, including statistical analysis and plotting tools
https://kymata.org
MIT License
5 stars 0 forks source link

Delete variables after use to keep memory requirements down for gridsearch #314

Open young-x-skyee opened 1 month ago

young-x-skyee commented 1 month ago

When the number of derangements increases, the gridsearch in source space will stop in the middle (not the first function) if we are running on multiple functions. The should not be the case if we delete the variables related to the function after completing the gridsearch on it. Not difficult to solve, but may need to increase the number of derangements to check

neukym commented 3 weeks ago

It's not clear why Kiara is running out of memory after testing more than one function – all of the variables inside the gridsearch should have been deleted when the gridsearch returns the results.