Skip to content
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

speedup fractal dimension computation #30

Open
jingpengw opened this issue Nov 7, 2017 · 0 comments
Open

speedup fractal dimension computation #30

jingpengw opened this issue Nov 7, 2017 · 0 comments
Labels
enhancement low priority not important to fix for now.

Comments

@jingpengw
Copy link
Member

jingpengw commented Nov 7, 2017

currently, it is pretty expensive to compute fractal dimension.

in the test neuron

get fractal dimension ...                                            
 28.322377 seconds (681.63 M allocations: 20.345 GiB, 9.42% gc time) 
fractalDimension = 1.3603973145963741                                

current implementation is based on nodes, we can change to branch based implementation. we can skip the branches that have starting point closer or farther than r +- path length .

@jingpengw jingpengw added the low priority not important to fix for now. label Apr 30, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement low priority not important to fix for now.
Projects
None yet
Development

No branches or pull requests

1 participant