Top "Convex-optimization" questions

Convex minimization, a subfield of optimization, studies the problem of minimizing convex functions over convex sets.

Best open source Mixed Integer Optimization Solver

I am using CPLEX for solving huge optimization models (more than 100k variables) now I'd like to see if I …

mathematical-optimization linear-programming convex-optimization cplex
mathematical optimization library for Java --- free or open source recommendations?

Does anyone know of such a library that performs mathematical optimization (linear programming, convex optimization, or more general types of …

mathematical-optimization linear-programming cplex gurobi convex-optimization
Using fminunc function

I am trying to use the fminunc function for convex optimization. However, in my case I am taking the gradient …

matlab convex-optimization
Constraints do not follow DCP rules in CVXPY

I want to solve this problem using CVXPY but I don't know why I get the following error message: DCPError: …

python convex-optimization cvxpy
Local and global minima of the cost function in logistic regression

I'm misunderstanding the idea behind the minima in the derivation of the logistic regression formula. The idea is to increase …

machine-learning logistic-regression convex-optimization convex