You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Experimental research on the asymptotic behaviour of this algorithm
Welzl claims he has an O(n) algorithm where n is the number of points. How are we doing?
Can we write a super fast version for three points?
We could probably do something with cp.Parameter here. Such small problems are at the core of Welzl but there they are using the circumcircle rather the optimal minimum enclosing circle
We use a Second Order Cone program. Can we do better with some first order?
Compare with more naive implementations of cvxpy, e.g. loops where we say constraints = cp.norm(center - p) for p in points
No description provided.
The text was updated successfully, but these errors were encountered: