ArgMax

Input: ArgMax(f(x), ForElement(x, S))
$$\mathop{\operatorname{arg\,max}}\limits_{x \in S} f(x)$$

Gives the set of $x$ such that $f(x) = \mathop{\max}\limits_{t \in S} f(t)$.

Input: ArgMax(f(x), ForElement(x, S), P(x))
$$\mathop{\operatorname{arg\,max}}\limits_{x \in S,\,P(x)} f(x)$$

Gives the set of $x$ such that $f(x) = \mathop{\max}\limits_{t \in S,\,P(t)} f(t)$.

Last updated: 2020-03-06 00:22:16