Best weighted-sum approximation of a given weighted-maximum solution
Determine, for a multi-objective shortest-path problem on a graph G=(V,E) with objective costs F_1,...,F_n and a fixed evaluation weight vector w in the unit simplex defining WM(P)=max_i w_i F_i(P), a weight vector \hat{w} in the unit simplex such that the path P that minimizes the weighted-sum cost \sum_i \hat{w}_i F_i(P) yields the smallest possible weighted-maximum value WM(P) with respect to w. In other words, select weighted-sum scalarization weights that minimize the approximation error to the weighted-maximum objective for the given w.
References
The n-factor bound provides a worst-case guarantee. However, an open question remains on how the weights for the WS problem can be selected to minimize the approximation error for a given WM solution.