I am new to optimization theory and I am facing this optimization problem.
\begin{equation} maximize \qquad f(x) = \sum_{i} \log\Big(\frac{\mathbf{c}_i^T\mathbf{x}+N}{\mathbf{d}_i^T\mathbf{x}+N}\Big) \\ s.t.\qquad (\mathbf{a}_k^{T}\mathbf{x}-b) \ge 0\qquad\qquad\forall k\in {1,2,...K} \\ 0 \preceq\mathbf{x}\preceq1 \end{equation}
where x (the optimization parameter) is a column vector and all the other parameters are constants, the inequalities in the last constraint are component wise. This is clearly not a convex optimization problem.
I was wondering if anyone could provide a description of the problem type and the algorithms or solutions available to it.