Struct vrp_core::algorithms::gsom::NetworkConfig[][src]

pub struct NetworkConfig {
    pub spread_factor: f64,
    pub distribution_factor: f64,
    pub learning_rate: f64,
    pub rebalance_memory: usize,
}
Expand description

GSOM network configuration.

Fields

spread_factor: f64

A spread factor.

distribution_factor: f64

The factor of distribution (FD), used in error distribution stage, 0 < FD < 1

learning_rate: f64

Initial learning rate.

rebalance_memory: usize

A rebalance memory.

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 alignment of pointer.

The type for initializers.

Initializes a with the given initializer. Read more

Dereferences the given pointer. Read more

Mutably dereferences the given pointer. Read more

Drops the object pointed to by the given pointer. Read more

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.