To perform constrained maximization, we can construct the generalized Lagrange function of $-f(x)$, which leads to this optimization problem: $$ \min _{x} \max _{\lambda} \max _{\alpha, \alpha \geq 0}-f(x)+\sum_{i} \lambda_{i} g^{(i)}(x)+\sum_{j} \alpha_{j} h^{(j)}(x) . $$ We may also convert this to a problem with maximization in the outer loop: $$ \max _{x} \min _{\lambda} \min _{\alpha, \alpha \geq 0} f(x)+\sum_{i} \lambda_{i} g^{(i)}(x)-\sum_{j} \alpha_{j} h^{(j)}(x) . $$ *Deep Learning*, Bengio and al. page 93
I don't get why when converting only the original $f(x)$ function and the inequality constraint/term ($\sum_{j} \alpha_{j} h^{(j)}(x)$) change signs.