Let's suppose for example that I have two vectors of size 19 with values between the range of 0 and 1. Now lets suppose the euclidean distance between vectors A and B is 0.5.
How would I develop an algorithm to make A randomly move closer to B (Like a mutation that randomly moves A closer to B). So the euclidean distance between these two points would be smaller than 0.5.