pub fn scaled_movement<'a, T>(
    switching_cost: &Vec<f64>,
    x: &Config<T>,
    prev_x: &Config<T>,
    inverted: bool
) -> N64 where
    T: Value<'a>, 
Expand description

Movement scaled by dimension-dependent switching costs.