Suppose that we have the following (unconstrained) optimization problem:
$$ \min_{\mathbf{w},b} \frac{1}{2}\Arrowvert\mathbf{w}\Arrowvert^2 + C\sum_{i=1}^{l}g_i(\mathbf{w},b), $$
where $\mathbf{w}\in\mathbb{R}^n$, $b\in\mathbb{R}$. Moreover, for $i=1,\dots,l$, the functions $g_i: \mathbb{R}^n\times \mathbb{R} \to \mathbb{R}$ are differentiable and their partial derivatives with respect to $\mathbf{w}$, $b$ are known.
Which optimization methods should I use for that end? Is there a specially appropriate technique for the specific objective function?
Any useful comment/advice will be fully appreciated! Thanks a lot!