Top "Convex" questions

Anything related to convex geometric shapes.

How do I determine if two convex polygons intersect?

Suppose there are a number of convex polygons on a plane, perhaps a map. These polygons can bump up against …

geometry polygon convex
What's a good convex optimization library?

I am looking for a C++ library, and I am dealing with convex objective and constraint functions.

c++ mathematical-optimization convex
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