-
"Streaming optimization is implemented for mixtures of functions, but not for sum redundancy or saturated coverage functions."
I was wondering if there is a technical reason for the above or just t…
-
I tried the library on some datasets and I have to say I am positively surprised about the usability and the effectiveness of the methods provided.
At the same time, I found some serious blocker in…
-
Can custom submodular functions be written and optimized (minimized in particular) using the library and if so how? Thanks.
-
I'm solving a problem that can be formulated as
![image](https://user-images.githubusercontent.com/9161747/103662807-56d91000-4fab-11eb-9922-f85f95d9e628.png)
The second part is a normal facility…
-
Hello!
I've got confused by joint candidate generation. In the paper which I've read ([Constrained Bayesian Optimization with Noisy Experiments](https://projecteuclid.org/download/pdfview_1/euclid.…
-
Hi @marcotcr , can you see why this problem would happen? I have imported lime and all other functions are fine but importing submodular_pick gives the above error, i sthere any way around it?
Than…
-
There are quite large precision errors when doing linear interpolation with CUDA as they compute texture coordinates using only 8 bit precision (see [here](https://docs.nvidia.com/cuda/cuda-c-programm…
-
Hello,
I'm trying to implement SP LIME using the code you have in compare_classifiers.py. I was planning on re-using the functions `submodular_fn, submodular_pick` and `greedy`. Then just call` pic…
-
I'm trying to get the max flow/min cut of the following graph:
![example](https://cloud.githubusercontent.com/assets/5196418/4631416/707e6f58-53b5-11e4-9545-07efb1a846ec.png)
The function `g.get_gri…