Tagged Questions

0
votes
2answers
101 views

Find a point that maximizes total distance from a set of points within a bounded area

Given a set of points p, I would like to find a point within the space b that bounds the region of p that is as far distant as possible from all points within p. This is in regards to implementing ...