Chathika Gunaratne
Chathika Gunaratne
In line 6 of `aggregated_contribution` the individual contributions are summed. Shouldn't the contributions be converted to their absolute values first and then summed? For example, a joint feature, that has...
I noticed that the `tooltip` only displays for agents on the highest `"Layer"` in the portrayal when using `mesa.visualization.CanvasGrid` and `mesa.visualization.ModularServer`. Is there a way to enable tooltips for agents...
### Description Any plan to implement nested functions for `cupyx.jit.rawkernel`s? Looks like they are not currently implemented? https://github.com/cupy/cupy/blob/66820586ee1c41013868a8de4977c84f29180bc8/cupyx/jit/_compile.py#L528 Nested scoping would really help with the user function abstraction we are...