python-qinfer
python-qinfer copied to clipboard
WIP: Approximate convex hulls
This work in progress PR aims to produce ε-apporixmate convex hulls using the algorithm of 1603.04422, with CVXOPT being used to solve the quadratic program at the innermost loop. Unfortunately, this approach results in CVXOPT taking up a truly absurd ratio of the runtime, so the current implementation is far too slow to be useful at the moment. That said, it seems to work reasonably well in local testing, even if its too slow to be usable.
Coverage decreased (-1.0%) to 66.722% when pulling 1c6be1e9928a7979128b5f78d2d7bbb14d4fbdc0 on feature-approx-chull into ddac8218f5367f303a7e98e191fbf4b7731e2af5 on master.
Coverage decreased (-1.0%) to 66.722% when pulling 1c6be1e9928a7979128b5f78d2d7bbb14d4fbdc0 on feature-approx-chull into ddac8218f5367f303a7e98e191fbf4b7731e2af5 on master.