-
Hello,
Thank you for this helpful repository! I’m trying to reproduce the results of experiments from one of your papers, [VMAS: A Vectorized Multi-Agent Simulator for Collective Robot Learning](ht…
-
Running the `scripts/algorithms/gnmf.daph` script with `--vec` crashes.
Command to reproduce
`bin/daphne --vec scripts/algorithms/gnmf.daph rank=2 n=100 e=500 W=\"outW.csv\" H=\"outH.csv\"`
…
-
# Summary
When a request is made, the vectorized query is not able to be extracted for storage and analysis afterward. While a workaround for some modules is to query the inference engine directly (e…
-
Can you provide an instruction document explaining the general process of converting a raster map to a vector map? There is a lot of code involved and it would be easier to understand with the help of…
-
The aim is to replace assembly over the single element by assembly over all elements of the same dimension in the patch.
Problems:
- fe_values currently precomputes only for single element (can be…
-
I think it'd be really useful to have a NullableArray equivalent of `get(A, default)`.
Something along the lines of:
``` julia
function Base.get{T}(A::NullableArrays.NullableArray{T}, y)
v = Arr…
-
There should be an option to write snapshots as SVG or PDF, and there should be more control over what is displayed (e.g. no row coloring).
-
It could be nice to support a vector-instruction-friendly interface. There is an open issue for this in https://github.com/scipy/scipy/issues/7242. The purpose is to solve a family of problems:
$$f…
-
At the moment, OnlineStats uses many small OnlineStats objects to deal with vectors: see https://joshday.github.io/OnlineStats.jl/latest/api/#OnlineStatsBase.Group
Consider the situation where the…
-
After reading this paper, the core idea of one is how to transform bev seg mask to vectorized points feature. But I don’t understand how to ensure the GFE module, aka Thresholding-Max Survival-FPS, di…