Skip to content

Expose Leiden tuning flags#50

Open
fizyxbt wants to merge 1 commit into
gianlucaciocci:mainfrom
fizyxbt:leiden-cli-tuning-flags
Open

Expose Leiden tuning flags#50
fizyxbt wants to merge 1 commit into
gianlucaciocci:mainfrom
fizyxbt:leiden-cli-tuning-flags

Conversation

@fizyxbt

@fizyxbt fizyxbt commented May 14, 2026

Copy link
Copy Markdown

Fixes #30.

Summary:

  • add --leiden-max-iter, --leiden-epsilon, --leiden-min-iter, and --leiden-skip-refinement to grafly analyze
  • apply custom values as overrides on top of the fast or thorough preset
  • document the new flags in the README
  • add CLI parsing coverage for custom values and invalid non-positive values

Tests:

  • cargo fmt --all -- --check
  • cargo test -p grafly-cli
  • cargo run -p grafly-cli -- analyze --help | rg "leiden-(thorough|max-iter|epsilon|min-iter|skip-refinement)"

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

Successfully merging this pull request may close these issues.

Expose individual Leiden tuning flags on CLI

1 participant