What's $argmax$ in multiobjective optimization? Is it component-wise or something else?
Such as in the weighting method:
$$\sum_{i=1}^n w_i p_i$$
then what is
$$argmax_p\sum_{i=1}^n w_i p_i$$
Is it the $p$ that produces the largest sum? Or that has some kind of component-wise dominance?
It is the value of $p_1,\ldots,p_n$ (possibly under some constraints) that maximizes $\sum_{i=1}^n w_i p_i$.