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

`path.conf`should be a string not a file #19

Closed alperyeg closed 4 years ago

alperyeg commented 4 years ago

When starting the script a config file, path.conf is required which sets the path to the results. This should be a string, instead a config file. Additionally the path should be checked a directory should be added if the folder is missing.

sdiazpier commented 4 years ago

Yes I think this is a good idea, to remove the path.conf file and leave a string which has to be defined by the user before the execution.

alperyeg commented 4 years ago

With the experiment class this is issue can be closed or is discussion still needed?

sdiazpier commented 4 years ago

I think this can be closed now. the experiment class works well now.