Closed RobertTLange closed 2 years ago
Think about refactoring rich dashboard and experiment protocol into yet another subpackage mle-monitor
. The toolbox then in its core only implements the different experiment types and ties everything together. mle-monitor
would implement the following core functionality:
The toolbox would interface by providing configuration data and calling the different core parts throughout mle run
, etc.
See mle-monitor
Right now the GridEngine monitoring is very much overfit to the SprekelerLab setup. Make it more general and efficient (too many nested loops).
P.S.: Think of writing a test for local monitoring at least.