Andrey Prokopenko

Results 338 comments of Andrey Prokopenko

Out of curiosity and to see whether this should be explored further, I hacked ropes spatial traversal and halo finding callback (the diffs are to master 5222818, the branch is...

It just occurred to me that in the case we are interested (i.e., a cloud of points, and queries are spheres with a fixed radius), this could easily be done...

An interesting [paper](https://www.cs.jhu.edu/~misha/ReadingSeminar/Papers/Holten06.pdf) on visualization.

The move to `float` was addressed in #235. Other options remain to be investigated.

I think a better solution would be to make Style check pick it up. The following pattern works to transform nvcc style warnings to that of gcc: ``` sed "s/\(.*\)(\([[:digit:]]*\)):/\1:\2:/"'...

> IMHO, from a user perspective, it would be nice to just store the primitives and do the right thing without needing to provide another callback. This is what we...

We could add `ArborX_ENABLE_EXPERIMENTAL` (off by default) that you will have to enable to use this (and maybe other) features.

@dalg24 brought an interesting point of making distance calculations a part of the predicate (`Nearest`) and not a callback. It is worth consideration. This would be an alternative approach to...

The original paper suggest using `[0, 10^5]` data space. But it seems to me that the clusters are too isolated in that situation: ![ss_2d_100000](https://user-images.githubusercontent.com/7297887/119980387-31fd2d80-bf8a-11eb-8cc8-2ed110e528ee.png) Using `[0, 10^4]` space seems to...