7.2.3: Location Problems

The Fermat-Weber problem is to find a point such that the sum of the Euclidean distances to given points is minimized. Thus our loss function is where the are positive weights. Other names are the single facility location problem or the spatial median problem.

An early iterative algorithm to solve the Fermat-Weber problem was proposed by Weiszfeld [1937]. For a translation see Plastria [].

Here we show how to use the arithmetic mean-geometric mean inequality for majorization. Suppose our problem is to minimize where the are non-negative weights, and the are again Euclidean distances. This is a location problem. To make it interesting, we suppose that some of the points (facilities) are fixed, others are the variables we have to minimize over. Observe that this is a convex, but non-differentiable, optimization problem.

We use the AM-GM inequality in the form If then Using the notation from Example a.a we now find which gives us a quadratic majorization.

If is partitioned into and with rows which are fixed and rows which are to be determined (facilities which have to be located), and is partitioned correspondingly, then the algorithm we find is