pe.logger.logger module
- class pe.logger.logger.Logger[source]
Bases:
ABC
The abstract class for logging the metrics
- abstract log(iteration, metric_items)[source]
Log the metrics.
- Parameters:
iteration (int) – The PE iteration number
metric_items (list[
pe.metric_item.MetricItem
]) – The metrics to log