View Source CEM.Log (cem v0.1.0)
Module that defines the log of optimization progress.
Summary
Functions
Create a new instance of Log
as an empty list.
Update the log by prepending a new entry with the provided step, parameters, and score.
Types
Functions
@spec new() :: t()
Create a new instance of Log
as an empty list.
Update the log by prepending a new entry with the provided step, parameters, and score.