My question is as follows \begin{equation} \max_W\max_{D_k}D_kW \end{equation} where \begin{equation} D_k = ((x_{i}^{1}-x_{j}^{1})^{2},(x_{i}^{2}-x_{j}^{2})^{2},...(x_{i}^{n}-x_{j}^{n})^{2}) \end{equation}
$D_k$ is a $1 \times n$ vector and $W$ is an $n \times 1$ vector. We have $W > 0$ and $\sum w_i=1$.
$x_{i}, x_{j} \in X$ $X$ is a set of data points.
I wish to find a vector w that can maximize the value of the largest $D_kW$. This objective function aims to capture a $W$ that can make at least one pair of points $x_i$ and $x_j$ far away from each other.
I searched the web thoroughly and found a similar question like this problem. But it is different as it is a max operator inside a minimization objective function. it can be solved by introducing an auxiliary variable. However, for my question, if I should introduce an auxiliary variable, I would also need it to be as close to $\max_{D_k}(D_kW)$ as possible.