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

Investigate logfile usage L2L #38

Open w-klijn opened 3 years ago

w-klijn commented 3 years ago

Find out how logfiles are produced in L2L. Check if important information is logged.

find out important messages and start thinking about the regex to parse

w-klijn commented 3 years ago

Logfile is already in use in the L2L framework. based on current assessment standard loglines are used. Aditionaly the loglines appear to be added at the leaf level of code. Log of boiled plate code need for doing logging.

Next steps: add logline formatting to logging. Go over each of the log messages asses if they are informative. Maybe move logging upwards to calling functions