LERP stands for linear interpolation (LinEar inteRPolation). It will move your object a certain percentage towards the target on every frame (e.g. smoothing 50 would move half of the way each frame). It's similar to exponential smoothing, except you can change the smoothing value dynamically!