I looked at google and the stack, but have not yet found an answer to this problem. I continue to find results related to the simplex method or the results for finding the smallest arbitrary simplex (i.e. vertices are not limited). I also cannot think of an analytical solution.
For a set of N-dimensional points M and an arbitrary N-dimensional point q, how to find the smallest N-dimensional simplex, S , which contains q as an interior point if the vertices S must be in M ? I am sure that I can solve this problem with optimization, but, if possible, I would like to get an analytical solution. The deterministic algorithm will also be in order.
I initially used the K nearest neighbors approach, but then I realized that it is possible that N + 1 nearest neighbors to q will not necessarily create a simplex containing q.
Thanks in advance for your help.
source share