Enum metaheuristics_nature::Task[][src]

pub enum Task {
    MaxGen(u32),
    MinFit(f64),
    MaxTime(f32),
    SlowDown(f64),
}
Expand description

The terminal condition of the algorithm setting.

Variants

MaxGen(u32)

Max generation.

MinFit(f64)

Minimum fitness.

MaxTime(f32)

Max time in second.

SlowDown(f64)

Minimum delta value.

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

Performs the conversion.

Performs the conversion.

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.