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: f64Expand description
A spread factor.
distribution_factor: f64Expand description
The factor of distribution (FD), used in error distribution stage, 0 < FD < 1
learning_rate: f64Expand description
Initial learning rate.
rebalance_memory: usizeExpand description
A rebalance memory.
Auto Trait Implementations
impl RefUnwindSafe for NetworkConfig
impl Send for NetworkConfig
impl Sync for NetworkConfig
impl Unpin for NetworkConfig
impl UnwindSafe for NetworkConfig
Blanket Implementations
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]pub fn borrow_mut(&mut self) -> &mut T[src]
pub fn borrow_mut(&mut self) -> &mut T[src]Mutably borrows from an owned value. Read more
impl<T> Pointable for T
impl<T> Pointable for Timpl<V, T> VZip<V> for T where
V: MultiLane<T>,
impl<V, T> VZip<V> for T where
V: MultiLane<T>,