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

Cluster enlarge period #31

Closed
ugurdogrusoz opened this issue Jul 6, 2021 · 0 comments
Closed

Cluster enlarge period #31

ugurdogrusoz opened this issue Jul 6, 2021 · 0 comments
Assignees
Labels
enhancement Enhancement to existing feature

Comments

@ugurdogrusoz
Copy link
Contributor

ugurdogrusoz commented Jul 6, 2021

Currently, we seem to check whether or not we should enlarge a cluster in every iteration. This is not very reliable since the situation might change over iterations similar to other heuristics like swapping neighboring nodes on a circle. So we should accumulate such data over a number of iterations and enlarge it if needed.
We should also make sure that this check is not done redundantly as it's done currently for every in-circle node but only once per cluster! I think we should move all the nodes first and then do this enlarge check with a certain frequency.

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

No branches or pull requests

2 participants