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

Runtime of for loop #2

Open
GrHalbgott opened this issue Aug 18, 2022 · 0 comments
Open

Runtime of for loop #2

GrHalbgott opened this issue Aug 18, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@GrHalbgott
Copy link
Owner

Complexity O(n²) when plotting (two for loops) => slow. The inner for loop runs longer than the outer loop which makes it even slower. Also the plot function doesn't seem to plot a walker but rather all walks and then subscribe them to a walker, so walker serves more like a container.

@GrHalbgott GrHalbgott added the enhancement New feature or request label Aug 18, 2022
@GrHalbgott GrHalbgott assigned GrHalbgott and unassigned GrHalbgott Aug 18, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant