[][src]Trait vrp_core::algorithms::gsom::Input

pub trait Input: Send + Sync {
    pub fn weights(&self) -> &[f64];
}

Represents an input for network.

Required methods

pub fn weights(&self) -> &[f64][src]

Returns weights.

Loading content...

Implementors

Loading content...