Meta-optimization / L2L

Learning to Learn: Gradient-free Optimization framework
https://meta-optimization.github.io/L2L/
GNU General Public License v3.0
15 stars 14 forks source link

Enhance the I/O performance of ERR and OUT files #111

Closed sdiazpier closed 3 months ago

sdiazpier commented 3 months ago

We now generate an err and out file for each individual. After each generation, these files should be consolidated into a single zip file and the individual files should be deleted. This will help keep the inode count under control and have a better structure for future analysis of the results.

HannaMohr commented 3 months ago

I added a function to create a zip file for every generation and the files for single individuals are deleted.