In a simple convex optimisation problem, the standard form is given by \begin{align}\min_{\bf x}&\qquad f({\bf x})\\\text{s.t.}&\qquad g_i({\bf x})\le 0,\quad i=1,\cdots,m\\&\qquad h_j({\bf x})=0,\quad j=1,\cdots,p\end{align} with ${\bf x}\in\Bbb R^n$ being the vector of variables to be optimised.
By changing the RHS of the constraints, we obtain a geometric optimisation problem, whose standard form is given by \begin{align}\min_{\bf x}&\qquad f({\bf x})\\\text{s.t.}&\qquad g_i({\bf x})\le 1,\quad i=1,\cdots,m\\&\qquad h_j({\bf x})=1,\quad j=1,\cdots,p\end{align} with ${\bf x}\in\Bbb R^n$ being the vector of variables to be optimised. This has the additional restrictions that $f,g_i$ are posynomials and $h_j$ are simple monomials.
Questions
Why is it so common to have 1 as the RHS of the constraints? That is, is there anything significant/geometrically convenient about it or is it by convention? For example, in a simple LP, the constraint is of the form $A{\bf x}\le \bf b$ and not usually written as $A{\bf x}{\bf b}^{-1}\le 1$.
Suppose that we replace 1 by the more general set of constraints \begin{cases}g_i({\bf x})\le a_i,\quad i=1,\cdots,m\\h_j({\bf x})=b_j,\quad j=1,\cdots,p.\end{cases} What is the terminology for this generalised problem?