I have the following target function
$$ f(m,q)=\sum^{N}_{i=1}|m_i-q_i| $$, where $$m,q\in R^N$$ and $$\sum^{N}_{i=1}m_i=1, \forall m_i>0$$ $$\sum^{N}_{i=1}q_i=1, \forall q_i>0$$
I would like to find such vectors $$q,m$$ that deliver maximum of the target function.
My initial guess - any vectors $$m,q$$ will be the solution of the defined above problem if $$\sum^{N}_{i}m_i=1, \sum^{N}_{i}q_i=0$$
The logic is that the set described by the boundaries is compact and the target function is monotonic. Since the maximum will be delivered on the boundaries of the set.