Convex minimization, a subfield of optimization, studies the problem of minimizing convex functions over convex sets.
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 cplexDoes 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-optimizationI found some solutions, but they're too messy.
algorithm linear-algebra linear-programming convex-optimization convex-polygonI am trying to use the fminunc function for convex optimization. However, in my case I am taking the gradient …
matlab convex-optimizationI want to solve this problem using CVXPY but I don't know why I get the following error message: DCPError: …
python convex-optimization cvxpyI'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