Enum argmin::backtracking::TerminationReason [] [src]

pub enum TerminationReason {
    MaxNumberIterations,
    Converged,
    Unkown,
}

Reasons why it stopped -- shouldnt be here probably

Variants

Maximum number of iterations reached

It converged before reaching the maximum number of iterations.

dont know

Trait Implementations

impl Debug for TerminationReason
[src]

[src]

Formats the value using the given formatter.