-
Notifications
You must be signed in to change notification settings - Fork 84
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Exponential decay constant #128
Comments
you might look into this old example that includes a manual decay function. not too sure, but you may be able to pass your own function to the current aggregate function. Unfortunately the |
That would be great!! I second the request! :) |
Following up on this issue, I tracked down the exponential decay equation. It's defined in accessibility.cpp#L21-L24: Because the math happens on the C++ side, it would be difficult to accept custom decay functions -- but it looks pretty feasible to add more alternatives, or further parameterize them. PRs welcome! |
Is there a way to change the lambda (exponential decay function) used in the exponential decay option in the aggregate module? I assume this is now set to be 1 by default, but there is no information about this in the docs.
In particular the exponential decay equation is as follow
and the parameter I'm speaking of its called the exponential decay constant, and relates to how fast the decay is over space.
Thanks
The text was updated successfully, but these errors were encountered: