Closed selimrbd closed 2 years ago
Currently config sits in different modules. Regroup in 1 place, easier to manage.
Do research on best practices / packages to use
Tried hydra -> cumbersome, didn't get it to work. Instead created a custom class for handling configuration. CONFIG global object created when pyomd is imported.
Currently config sits in different modules. Regroup in 1 place, easier to manage.
Do research on best practices / packages to use