pub struct ArgminLogger { /* private fields */ }
Expand description

Container for ArgminLoggers

Implementations

Constructor

Push another ArgminLog to the logger field

Trait Implementations

By implementing ArgminLog for ArgminLogger we basically allow a set of ArgminLoggers to be used just like a single ArgminLogger.

Log general info

This should be used to log iteration data only (because this is what may be saved in a CSV file or a database)

Returns the “default value” for a type. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.