pub fn track<M: ModelBase>(dest: &mut M, src: &mut M, tau: f64)
Apply soft update on a model.
Variables are identified by their names.