Is there a way to use a form of easing in BinarySearch?
It could be nice to have such an option built in. Or is there another way of doing such a thing? perhaps even make some bicubic filtering or something similar to get nice curves out of it.
I guess it would be possible to patch something using position, Lower Value and Upper Value and then some magics in-between. I would however like to have a smoother transition, kind of like a low pass filter on the data and then just the two values currently being morphed are not enough.