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

Some sort of simulated annealing? #64

Open
bgamari opened this issue Nov 25, 2022 · 0 comments
Open

Some sort of simulated annealing? #64

bgamari opened this issue Nov 25, 2022 · 0 comments

Comments

@bgamari
Copy link

bgamari commented Nov 25, 2022

I have found that the force layout tends to frequently get stuck in local optima when processing my graphs (namely, heap graphs when characterising software behavior). I have found that it can useful to emulate a simulated annealing process by manually modulating the local and global force-directed layout parameters over time. However, it would be nice to have some automated support for this as it can take many minutes to get the graph into a shape that reveals its structure.

It would be great to have either a proper simulated annealing process to the force layout or even just have a way of modulating the existing local/global parameters over time to help the force-directed layout find a satisfactory optimum more quickly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant