View Source CEM.Log (cem v0.1.1)

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.

@spec update(t(), map()) :: t()

Update the log by prepending a new entry with the provided step, parameters, and score.