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

Potential fix for graph flickering #117

Closed
wants to merge 4 commits into from
Closed

Commits on Jan 23, 2024

  1. Fix for graph oscillation.

    Many of my graphs were flickering between two states. By reducing the attraction travel distance, we prevent the situation where the algorithm can oscillate between two stable values.
    emmby committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    0fe4fce View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5ae8466 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9194b89 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    51aa754 View commit details
    Browse the repository at this point in the history