Point with extreme property

Find a point on the plane the sum of distances from which to the given points is minimal
Найти точку на плоскости, сумма расстояний от которой до заданных точек минимальна

Options:
How to draw points:

Number of points:


Basic Information: The problem is known as the geometric median problem or the Fermat–Weber problem. The geometric median is a point that minimizes the sum of distances to a given set of points. There isn't a simple formula to compute the geometric median, especially for a large number of points. However, there are algorithms to approximate it. One common algorithm to find an approximate solution is the Weiszfeld's algorithm. It's an iterative algorithm where you start with an initial guess for the geometric median and iteratively refine it until convergence.