Records all training metrics into a history list.
Useful for plotting training curves or post-hoc analysis.
Usage
callbacks: [
ExBurn.Training.HistoryCallback.new()
]Access the history after training:
history = ExBurn.Training.HistoryCallback.get_history(pid)The :history_pid key is added to the metrics map by new/0.